2009/3/6 Kim Brooks Wei <kimi....@kimbwei.com>

> 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 . . .
>
>
This will remove the borders from any images you may have linked anywhere in
your site:

a img { border: none; }

If you want to make it specific to just the sitenav links, then change it
to:

#sitenav a img { border: none; }

I find it's more useful to take it off everything, though, since I almost
never want it. :)

Cheers,

Seona.
______________________________________________________________________
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