> Subject: [css-d] What's creating this img border?
> 
> Hi People,
> 
> I added a link to the fotos in my #sitenav. Now there's a blue border
> around the foto-links but I can't seem to find what's causing it.
> 
> See border here:
> http://thewei.com/sandbox/scenter/
> 
> No border here (but fotos aren't links, either)
> http://thewei.com/sandbox/scenter/about.php
> 
> Please help me find the border in my code. Thanks as always . . .
> 

Kimi

You have 
a img { 
        border: none;
        }

You might want to try 
img {
        border:0
        }

Cheers

Ian

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to