Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE6 anchor links

Status
Not open for further replies.

dexeloper

Programmer
Oct 26, 2004
162
0
0
GB
I'm trying to get a set of anchor links working in IE6 without using a table.
All's fine in Firefox but in IE6 the hover changes just don't seem to apply.
I've read about IE's 'hasLayout' feature and an onload function shows that this is set for the three levels.
Visit and see what you think.
Many thanks.
 
Hi

I would try to add some [tt]href[/tt] attributes :
Code:
[b]<li><a[/b] [highlight][maroon]href[/maroon][teal]=[/teal][green][i]""[/i][/green][/highlight] [maroon]onclick[/maroon][teal]=[/teal][green][i]'getPage()'[/i][/green] [maroon]title[/maroon][teal]=[/teal][green][i]'Configure Labels'[/i][/green] [maroon]class[/maroon][teal]=[/teal][green][i]'menuoptn'[/i][/green][b]>[/b]Configure Labels[b]</a></li>[/b]


Feherke.
 
It's part of a heavy Ajax based application system. No javascript no system.
 
Another old IE gotcha, I don't remember which version, was that a [tt]a.someclass:hover[/tt] rule wouldn't do anything unless there was a plain [tt]a:hover[/tt] rule for the page (even if it didn't apply to anything).

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top