Jump to content
Sign in to follow this  
erubadeau

separate image links from text links - firefox css issue

Recommended Posts

erubadeau

Hi there - for some reason my images (logo, logo footer, sidebar) which have active links on them (a href) have a blue border around them but only in firefox. I followed the css trail and changed the color to white - but it seems to be the same element that is driving text link color as this change made all my hyperlinked text go white as well. Any idea how I can get rid of these boxes around my images? site is currently here: http://righttolearn.ca.s119997.gridserver.com/ thanks

Share this post


Link to post
Share on other sites
[Deleted User]
Hello, I'm looking and don't see the border. However, in your custom CSS you can use: [code]img{border:none !important;}[/code] You could also restrict that to just the elements you don't want to have a border.

Share this post


Link to post
Share on other sites
kastelic
try [code]outline:0[/code] as well.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×