Microsoft
Software
Hardware
Network
Question : text-decoration: none not working on firefox?
Hi,
I keep getting a purple outline around one of my <a> elements on my page:
<div id='myGrid'>
<span>
<a>
<img src='..' />
</a>
</span>
</div>
#myGrid a {
text-decoration: none;
}
firefox keeps putting a purple 'visited' border around the image, but chrome/safari don't do this. How am I supposed to get rid of that?
Thanks
Answer : text-decoration: none not working on firefox?
You need to specify a border:none for the image.
Add the below generic class
Cheers
1:
img {border:none;}
Random Solutions
Problem with Declaring a Table Variable within a Table Function
Intel Server board and embedded RAID, Server 2008 Ent
How to write a correlated query between tables
Not all codes paths return a value
sql 2005 server showing old AD account name
HTML 5: sequence diagram: linked components move together
Repaint window slowness
Problems with Sql Server 2008 Enterprise and Windows 7 Professional
MS SQL 2005, split string.
IIS 7 Authorization rules icon missing