I am upgrading a website someone else has built, and have discovered that one peice of CSS only works on IE, and the site looks quite messy without it working. I can't see why it won't work, can anyone tell me if it is wrong, or if there would be a hack so firefox mozilla and opera look good too.
here is the CSS (from an attached css sheet, the rest works fine)
And here is how it is being used.
If anyone can shed some light on this I'd be greatful, it's got me stumped.
Thanks.
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..
here is the CSS (from an attached css sheet, the rest works fine)
Code:
.text_border {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 5px;
list-style-position: outside;
list-style-image: url(../images/bullets/sq_1b.gif);
border-right: 1px solid #D4D7EA;
border-bottom: 1px solid #D4D7EA;
border-left: 1px solid #D4D7EA;
}
And here is how it is being used.
Code:
<td width="149" height="22" class="text_border">
<div align="left">
<img src="../images/bullets/cart_s.gif" width="13" height="11">
<a href="[URL unfurl="true"]https://www.domainnamelinkhere.php">The[/URL] Link Here</a></div>
</td>
If anyone can shed some light on this I'd be greatful, it's got me stumped.
Thanks.
----------------------------------------
Sometimes, when my code just won't behave, I take it outside and make it listen to britney spears music, and when it comes back it's really well behaved. I wonder if it's suffering from post tramatic stress syndrome now..