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
Urgent help needed - Cold Fusion Cold Fusion Admin - Data Source - to SQL Server 2005 named instance
.net generic collection vs hashtable
which is the best antivirus for my nokia e63 mobile ?
gpupdate problem Windows 7 Professinal 32 bit
SBS 2003 – one user receives lots of calendar invitations and meeting approvals/declines
How to convert First Function from MS Acess to T-SQL
mailto hyperlink with multiple links on multiple lines
Finding a Hidden File in Excel VBA
SQL 2008 R2 setup support files failed on Win 2008 R2
Quicktime Movie not visible in some browsers?