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
webDAV publishing problem, IIS7, Server 2008, ColdFusion
Any third party software to record / log program crash and / or hang?
How to deploy the web application (servlet/JSP) directly from eclipse
GW 7 client and GW 8
how to get ranch dressing out of a cotton rug
Skype install
Why should 1:1 Relationships be used for Entities with Subsclasses?
Left and right sidebars stuck in middle of site
Users can't visit yahoo.com, but servers can??
code help needed