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
GPO for Printer Preferences not applying to Windows 7 clients
Cheap Gateway/Firewall Solution
Errors running scheduled task as "Domain Admin" account
Form seems like it is hang during Directory.Getfiles on a large directory structure.
Loading Multiple RSS feeds into specific Divs
Best free / low-cost Syslog server for Windows?
Mac OS 10.4.10 into Intel Core2Duo Desktop PC
Create array based on variable value with javascript
Password protect a form - the Sequel
Zen cart NavMainLink color change