Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: IE submenu problem
Prev Next
You are not authorized to post a reply.

Author Messages
greg cUser is Offline
Novice
Novice
Posts:2

03/01/2008 11:29 AM Alert 

Hi and thanks for the great module...

I usually try not to pester the developer for support on free items given to the community, but, I'm afraid that I'm stumped on this one.

I've been trying to debug an issue with HM SkinObject for days.  The submenus on my site just don't hide reliably in IE.  In FF, they are fine.  I've played around with CSS and the Javascript hoping I could find the problem, but, no go.  Debugging javascript in IE is just no fun, so I thought I'd put it to you  and see if you had any suggestions about how to fix it.

Check out - http://www.croasdill.com and see what I mean.

Thanks for any help you can give and I'm going back to trying to get my site back up ;-)

 

Greg C

 

greg cUser is Offline
Novice
Novice
Posts:2

03/02/2008 7:59 PM Alert 

OK

I think I found the solution.  It's not a problem with House of Nuke code or with my CSS changes.  It is - of course - IE. 

I found this reference in the forums at devshed.com

http://forums.devshed.com/css-help-116/son-of-suckerfish-ie7-just-a-little-hack-395117.html

IE 7 does not need the javascript function defined by the son of suckefish menu system to work properly.  However, since at this time there are still many IE6 users, you need to support IE6 and 7 (and soon 8).  The geneal soution is to add the following code to the CSS files.
Son of Suckerfish & IE7 (just a little hack)
If you are having problems with Son of

Suckerfish and IE7, where the drop down menu will not disappear like it should. Take out the javascript because you do not need it with IE7, but if you still want IE6 to work then put it in.

For IE7, you need to add
----------------------------------------

*:first-child+html #HouseMenuNav {
height: 1%;
}
*:first-child+html #HouseMenuNav li {
height: 1%;
}

--------------------------------

Just make sure that the #HouseMenuNav id matches the CSS id for your menu.

Thanks again for the great code, can't wait for V2

GregC

 

Jon VUser is Offline
Novice
Novice
Posts:1

04/30/2008 11:48 AM Alert 
Thanks Greg C!

In IE 6&7 the submenus weren't displaying at all... this fixed it!

I tried using HM2 beta, before trying this in my CSS and noticed the same issue so I wonder if this has been addressed for version 2...?

You are not authorized to post a reply.
Forums > House Modules > HouseMenu 1.x > IE submenu problem



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.