Log In · Register

 
 
Closed TopicStart new topic
contact table.. ?
dalenaadsiqnz
post Nov 4 2007, 01:56 PM
Post #1


Senior Member
*****

Group: Member
Posts: 310
Joined: Dec 2006
Member No: 489,303



o.o I was trying to make a layout but my custom contact table wouldn`t show up. Help please?


CODE
<style type="text/css">
body { background-color:555555;
background-image:url("");
background-position:top left;
background-repeat:repeat;
background-attachment:fixed;
scrollbar-face-color:a8eff5;
scrollbar-highlight-color:555555;
scrollbar-3dlight-color:555555;
scrollbar-shadow-color:555555;
scrollbar-darkshadow-color:555555;
scrollbar-arrow-color:d0f7f2;
scrollbar-track-color:555555;
cursor:crosshair;
}
table, tr, td {background-color:555555; border:none;border-width:0; }
table table table {background-color:555555;}
table table table {
border-width:1px;
border-color:a8eff5;
border-style:solid;
}
table table { border: 0px; }
table table table table {border:0px;}
table table table {width:300px;}
table table td.text table {width:auto;}
table table td.text table, table table td.text table td {width:100%;}
div {background:transparent; border:none;border-width:0;}
table, tr, td, li, p, div, textarea,

.text {
font-family:arial;
color:ffffff;
font-size:11px;
line-height:12px;
}

.btext {
font-family:arial;
color:555555;
font-size:11px;
line-height:16px;
background-color:d0f7f2;
display:block;
}

.redtext, .redbtext, .orangetext15, .blacktext12 {
font-family:arial;
color:a8eff5;
font-size:12px;
line-height:16px;
background-color:;
}

.blacktext10 {font-family:arial;
color:555555;
font-size:14px;
line-height:18px;
background-color:d0f7f2;}

.lightbluetext8, .whitetext12 {
font-family:arial;
color:555555;
font-size:11px;
line-height:16px;
background-color:d0f7f2;
display:block;
}
.nametext {
font-family:arial;
color:555555;
text-align:right;
background-color:a8eff5;
border-bottom-width:4px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
letter-spacing:-2px;
border-color:d0f7f2;
border-style:solid;
font-size:23pt;
display:block;
line-height:25pt;
text-transform:lowercase;
}
a:active, a:visited, a:link, a.redlink:active, a.redlink:visited, a.redlink:link, a.text {
font-family:small fonts;
color:a8eff5;
font-size:7px;
text-transform:uppercase;
font-weight:normal;
}
a:hover, a.redlink:hover, a.text:hover {
font-family:small fonts;
color:555555;
background-color:d0f7f2;
font-size:7px;
text-transform:uppercase;
font-weight:normal;
cursor:help;
}
a.navbar:active, a.navbar:visited, a.navbar:link, a.man:active a.man:visited, a.man:link {
font-family:small fonts;
color:a8eff5;
font-size:7px;
text-transform:uppercase;
font-weight:normal;
}
a.navbar:hover, a.man:hover {
font-family:small fonts;
color:555555;
background-color:d0f7f2;
font-size:7px;
cursor:help;
text-transform:uppercase;
font-weight:normal;

}

u { color:a8eff5;
border-bottom-width:1px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-color:d0f7f2;
border-style:solid; }
i, em {
font-family:georgia;font-size:11px;color:d0f7f2;
}
b {
color:d0f7f2;
}
s {
color:a8eff5;text-decoration:strike;
}
img, a img {
border:1px;
border-color:a8eff5;
filter: none;
}
.blacktext10 {
display:block; width:260px;
}

input, button, form {
background-color:transparent;
}
a:hover img {
filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=7);
cursor:help;
}

table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("http://img248.imageshack.us/img248/8900/blah5kl0.jpg");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:166px; display:block !important; }
.blacktext12 img {display:none;}
</style>

<style type="text/css">
.contactTable {
width:300px !important; height:124px !important; padding:0px !important;
background-image:url("http://img106.imageshack.us/img106/9814/blah5ajz9.jpg");
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
</style>
 
tokyo-rose
post Nov 4 2007, 02:15 PM
Post #2


Senior Member
********

Group: Head Staff
Posts: 18,173
Joined: Mar 2005
Member No: 108,478



CODE
<style type="text/css">
.contactTable {
width:300px !important; height:124px !important; padding:0px !important;
background-image:url("http://img106.imageshack.us/img106/9814/blah5ajz9.jpg");
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
</style>

You have it so that the image visibility is hidden, the text is really small, the whole thing (I think?) is just blocked.
 
dalenaadsiqnz
post Nov 4 2007, 02:39 PM
Post #3


Senior Member
*****

Group: Member
Posts: 310
Joined: Dec 2006
Member No: 489,303



so instead of hidden and block, what do I put? :O
 
tokyo-rose
post Nov 4 2007, 05:23 PM
Post #4


Senior Member
********

Group: Head Staff
Posts: 18,173
Joined: Mar 2005
Member No: 108,478



For "hidden," put "visible." I think you can delete the part that says "display: block."
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: