Posted by Vince Morgan on 03/28/07 13:46
<simonbrentford@googlemail.com> wrote in message
news:1175089009.784276.172070@l77g2000hsb.googlegroups.com...
> <body>
> <img class="YelArLL" alt=""><br>Cannot remove border - using CSS<p>
> <img border="0" src="Images/YellowArrowLowerLeftHeader.png" width="16"
> height="14"><br>
> Border - without CSS but not W3C compliant</p>
> </body>
>
> </html>
>
> This is the CSS:
>
> .YelArLL {
> BACKGROUND-IMAGE: url('Images/YellowArrowLowerLeftHeader.png');
Hmmm,, I feel somewhat silly right now.
That's a background image. Why didn't I notice that earlier :)
I don't think that is what you are after at all.
try replacing;
"<img class="YelArLL" alt=""><br>Cannot remove border - using CSS<p>"
with;
"<img class="YelArLL" alt="" src="Images/YellowArrowLowerLeftHeader.png"
then remove;
"BACKGROUND-IMAGE: url('Images/YellowArrowLowerLeftHeader.png');"
from the class.
I think I want it to work now more than you do :)
Navigation:
[Reply to this message]
|