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
File size limits on NAS units that employ ext2 or ext3 file structures
Select Query to identify when a customer ID exists during the same time period
Excel/printer Defaults- 2 quesitons
gpupdate problem Windows 7 Professinal 32 bit
Hiding a Teb from the tab list
Override Parent Control from a child control
Urgent help needed - Cold Fusion Cold Fusion Admin - Data Source - to SQL Server 2005 named instance
Avg function display and sort
Javascript fakepath
How do I print reports based on report name in a table?