PDA

View Full Version : Link color - css



lillizzierae
April 27th, 2010, 11:22 AM
I have a div for my navigation. My navigation is all images.. there's no text at all. My CSS for my navigation is external. I have a:link (in my external css) and it's an orange color. I want that for my links but NOT for my navigation. So right now my navigation images having a border of orange since they're links and it looks extremely tacky. I want that removed. Is it possible to get rid of the link color for my navigation?

skullsnest
April 27th, 2010, 11:50 AM
a img {border: 0px;}

lillizzierae
April 27th, 2010, 12:40 PM
Thanks. Worked like a charm.

skullsnest
April 27th, 2010, 12:51 PM
no problem