Posted by Neredbojias on 03/29/07 06:33
On Wed, 28 Mar 2007 10:49:18 GMT scribed:
> 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 HTML code:
>
> <img class="YelArLL" alt="">
>
> The CSS code:
>
> .YelArLL {
> BACKGROUND-IMAGE: url('Images/YellowArrowLowerLeftHeader.png');
> BORDER-COLLAPSE: collapse;
> height: 14px;
> width: 16px;
> margin: 0px;
> padding 0px;
> color: #000000;
> border-style: 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
Well, you first need an image to be able to remove the "border".
Where's your src?
--
Neredbojias
He who laughs last sounds like an idiot.
[Back to original message]
|