View Single Post
  #8 (permalink)  
Old Jan 8th, 2008, 17:29
Rakuli's Avatar
Rakuli Rakuli is offline
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Having problems with a drop down menu

You have a whole extra </div> closing tag.

Remove the last one as it may be causing errors when IE is trying to access the DOM with javascript.

Your CSS shouldn't be causing any errors with the javascript unless it is completely wrong.
Reply With Quote