StEpHxK
12-26-2006, 12:22 PM
I keep attempting to use Lissa's css bg coding for this, but nothing ever shows up. :confused: What I really want to do is have a tiled background image and on top of that, have another image that is located on the bottom right corner, fixed. Can someone show me how to code this, if possible. Thankss.
Also, is it just me or does anyone else experience odd things like bg not showing up even with correct codings? If anyone has any explanations, that would be great.
Here's my css so far, if anyone sees anything that might be the leading cause of the bg issue, please help point that out:
<style type="text/css">
body {
}
A:link
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:visited
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:active
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:hover
{ text-decoration: none; font-weight: normal; color: #666666; cursor: default; }
#tableheader {
background-color: #aadbdc;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 8px;
font-family: Verdana;
text-transform: uppercase;
line-height: 8pt;
padding: 2;
letter-spacing: 0px;
color: #666666;
}
#tablecontent {
background-color: #bdebed;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
#tablesideheader {
background-color: #E6E6E6;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 8px;
font-family: Verdana;
text-transform: uppercase;
line-height: 8pt;
padding: 2;
letter-spacing: 0px;
color: #666666;
}
#tablesidecontent {
background-color: #d3d2d2;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
#tableunspecified {
background-color: ;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
</style>
Also, is it just me or does anyone else experience odd things like bg not showing up even with correct codings? If anyone has any explanations, that would be great.
Here's my css so far, if anyone sees anything that might be the leading cause of the bg issue, please help point that out:
<style type="text/css">
body {
}
A:link
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:visited
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:active
{ text-decoration: underline; font-weight: normal; color: #666666; cursor: default; }
A:hover
{ text-decoration: none; font-weight: normal; color: #666666; cursor: default; }
#tableheader {
background-color: #aadbdc;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 8px;
font-family: Verdana;
text-transform: uppercase;
line-height: 8pt;
padding: 2;
letter-spacing: 0px;
color: #666666;
}
#tablecontent {
background-color: #bdebed;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
#tablesideheader {
background-color: #E6E6E6;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 8px;
font-family: Verdana;
text-transform: uppercase;
line-height: 8pt;
padding: 2;
letter-spacing: 0px;
color: #666666;
}
#tablesidecontent {
background-color: #d3d2d2;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
#tableunspecified {
background-color: ;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
font-family: Georgia;
line-height: 8pt;
padding: 3;
letter-spacing: 0.5px;
color: #666666;
}
</style>