Hi Mike
Heres you CSS from a Mac they both show text-decoration:underline;
a:link, a:visited {
color:#2E438C;
text-decoration:underline;
}
a:hover, a:active {
background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
text-decoration:underline;
}
You can change a:hover text dec to be none or
you could make it go away by giving your <a href=""
class="noDeco">link</a> and css
.noDeco{text-decoration:none;} to test it
Good Luck
Craig
[email protected] wrote:
Hello group,
It's another brain fade moment for me, so I hope someone can help me.
In IE7, the nav buttons are showing a black underline when the mouse hovers
over them, even though I have specifically put text-decoration:none in the
IE style sheet. (In other browsers the buttons do what they're supposed
to)
Can anyone see what I've missed please?
http://uniquecelebrations.com.au/
Cheers
Mike Kear
Windsor, NSW, Australia
0414 622 847
Adobe Certified Advanced ColdFusion Developer
AFP Webworks Pty Ltd
http://afpwebworks.com
Full Scale ColdFusion 9 hosting from A$15/month
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************
--
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************