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
How to trigger an AC2 event using FLV instance timecode.
Perl file parsing help
List Of Different ERP Modules And Information About ERP
Configure Mac to recognize Windows workgroup
Migration from win 2008 sbs to one win 2008 dc\file server and one win 2008 exchange server.
how to block malware
Excel Cells with Formulas not updating when inputs change
Problem in Oracle 11G Installation on Linux Red Hat - Packages not found.
ASP.NET Literal loses Text Value on Postback
Need help with Sql Query