View Single Post
  #2 (permalink)  
Old Nov 9th, 2007, 11:10
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: wierdness in IE (surprise, surprise)

On line 134 of your source code you have
Code: Select all
<li><a href="#nogo"><h3>hover here</h3><!--[if gte IE 7]><!--></a><!--<![endif]-->
I guess you will either want to delete the h3 headline or give the text a -9999 so that it's not viewable.
Reply With Quote