English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Why has Internet explorer started putting a blue/purple border around my link buttons now?!? It wasn't doing it before...

Do i need to add something similar to "text-decoration: none;" somewhere in my css? or something in the actual href part of the code?? grrrr... I've been looking through tutorials but can't find anything on this particular topic!

2006-12-05 05:17:24 · 3 answers · asked by crafty1980 1 in Computers & Internet Programming & Design

the link in question goes from an image btw... not text...

2006-12-05 05:20:15 · update #1

3 answers

Yeah, your best bet is to set the . That should resolve any issues in Internet Explorer.

Also make sure your anchor tag does not have any border style elements:
as that can also throw it off.

Depending on your situation, you may want to do some additional reading at the link below to find out what the best method is for your own links:
http://www.jeffwoelker.com/2006/11/21/the-power-of-text-links/

Hope that helps

2006-12-05 05:49:47 · answer #1 · answered by Jeff W 2 · 0 0

Hmmm top off my head I can only think of setting

border=0.

Would be able to give a better option if I see the code.

2006-12-05 13:24:55 · answer #2 · answered by SmartSpider 4 · 1 0

I would use the following line in your css file:

img { border: none }

2006-12-06 07:51:03 · answer #3 · answered by Chris Beach 2 · 0 0

fedest.com, questions and answers