|
Posted by shawnews on 11/23/06 23:43
Hi,
I try to apply a simple tag to an image like that:
<td><img src="../images/lower-left-corner.png" alt="lower-left-corner"
width="26" height="19" class="right-middle" /></td>
the css-tag looks like:
..right-middle {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: none;
border-right-color: #999999;
it looks all right to me but the tag would just not apply, I cannot see a
line on the right side, why not? What is going wrong? Thank you!
roN
[Back to original message]
|