Painkiller
Programmer
Hi all,
Question for the stylesheet experts (if any):
I use a stylesheet in my website, I have the following class defined:
td.tdtoppage, td.tdtoppagebeheer {
background-color: #346A1C;
background-image: url(../art/topimagetest.jpg);
height: 131px;
width: 779px;
font-family: arial, sans-serif;
color: #D47800;
/*color:2C7513;*/
font-weight: bold;
font-size: 18px;
text-align: right;
vertical-align: bottom;
background-position: 0 0;
background-repeat: no-repeat;
padding-right: 14px;
padding-bottom: 14px;
}
In my website, I have a table with a td tag defined as followed:
<td colspan='4' class='tdtoppage'>Welcome to my website!</td>
This column should display the background image, which it does in IE, but not in firefox (take a look at my website, notice the difference in IE and firefox). Any one any idea on how to solve this one?
Much appreciated,
Sujesh
Question for the stylesheet experts (if any):
I use a stylesheet in my website, I have the following class defined:
td.tdtoppage, td.tdtoppagebeheer {
background-color: #346A1C;
background-image: url(../art/topimagetest.jpg);
height: 131px;
width: 779px;
font-family: arial, sans-serif;
color: #D47800;
/*color:2C7513;*/
font-weight: bold;
font-size: 18px;
text-align: right;
vertical-align: bottom;
background-position: 0 0;
background-repeat: no-repeat;
padding-right: 14px;
padding-bottom: 14px;
}
In my website, I have a table with a td tag defined as followed:
<td colspan='4' class='tdtoppage'>Welcome to my website!</td>
This column should display the background image, which it does in IE, but not in firefox (take a look at my website, notice the difference in IE and firefox). Any one any idea on how to solve this one?
Much appreciated,
Sujesh