Posted by Vince Morgan on 03/28/07 12:35
<simonbrentford@googlemail.com> wrote in message
news:1175078958.922169.325080@n59g2000hsh.googlegroups.com...
> Hello,
>
> I am validating my webpages for HTML 4.01 Transitional. I have the
> problem that I cannot remove a border on a small graphic on my page. I
> have researched various websites for the correct CSS code but none
> seems to work.
> The CSS code:
>
> .YelArLL {
> BACKGROUND-IMAGE: url('Images/YellowArrowLowerLeftHeader.png');
> BORDER-COLLAPSE: collapse;
I would replace the above line in your css -> border:none;
> Take a look at the webpage to see what it looks like. (http://
> www.skydiving.co.uk/tandem2.htm)
> Its the small yellow arrow on the left side with a border. Notice the
> other arrows are fine when done without CSS. Any ideas?
>
> Cheers, Simon
>
HTH
Vince Morgan
[Back to original message]
|