- This topic has 11 replies, 3 voices, and was last updated 16 years, 2 months ago by imported_Ryan.
-
AuthorPosts
-
May 14, 2008 at 8:27 pm #206AnonymousMember
I am having difficulty getting the menu to work correctly in IE7. The submenus show up correctly in Firefox but not in IE7.
The site is here…
http:///www.neag.org/wordpress
There should be submenus under About Us…Our Beliefs & Our Leadership.
Thanks!
David
May 15, 2008 at 1:14 am #2904imported_RyanMemberHi David,
Nice to see you’ve got the page parent effect working. I’m working on a new CSS generator at the moment which features that effect.I’ll take a closer look at your site tonight to see if I can figure out what the problem is.
May 15, 2008 at 7:22 am #2905imported_RyanMemberHi David,
How come you are applying the #suckerfishnav to both a surrounding DIV tag and the UL itself? And why the #nav-search code? The CSS generator only provides a code for the UL tag.[code:2tebwg19]<div id="suckerfishnav">
<ul id="suckerfishnav" class="nav-search">
</ul>[/code:2tebwg19]would normally be:
[code:2tebwg19]<ul id="suckerfishnav">
</ul>[/code:2tebwg19]May 15, 2008 at 5:19 pm #2906AnonymousMemberI am using this in place of the traditional navbar in the Options Themes for WordPress.
The nav-search class is used for the search box on the right side of the navigation menu.
This morning I removed the "suckerfishnav" tags from all but the ul. I also eliminated the class for the search box. It did not make a difference on the submenus in IE7. They still did not show up. The only other alteration I have made to the original style generated by your site is z-index to bring the dropdowns to the front.
I really appreciate you providing this tool and thanks for taking time to give my problem a look. If you are able to look anymore or have any ideas for what may be causing the problem. I appreciate the help.
Thanks again!
David
May 15, 2008 at 10:58 pm #2907imported_RyanMemberHi David,
Sorry, but I’m too busy to bug fix in this much depth at the moment. Feel free to sign up for the premium support[/url:3o3wb1e3] option and I can help you there.May 15, 2008 at 11:32 pm #2908AnonymousMemberHey Ryan,
I seem to have solved the problem.
Found some help in this article…
http://css-class.com/articles/explorer/sticky/
What I had to do was add this piece of code to the stylesheet…
#suckerfishnav li li:hover ul {
margin: 0px 0 0 12px
}Then voila…the submenus appeared in IE7…had to tweak positioning a little bit.
Thanks again for your help. I appreciate it.
David
May 15, 2008 at 11:33 pm #2909imported_RyanMemberExcellent ” title=”Smiley” /> Glad to hear you got it working.
May 16, 2008 at 2:54 am #2910imported_RyanMemberI just took a look at that link you left David. That is a useful page of info. Thanks ” title=”Smiley” />
May 17, 2008 at 10:04 am #2911AnonymousMemberMy submenu in IE7 comes down but i have 2 problems,
a) the menu pops down and doesn’t display corret colours and has the word false in it. But the menu items are still clickable. Displays perfect in firefox.
b) To move onto the sub menu items you have to be quick in IE otherwise it disappears before you can click on the submenu..
May 17, 2008 at 1:26 pm #2912imported_RyanMemberHi Hatch,
I need a link to your site or at least the HTML/CSS before I can help.In most cases like this, you have some sort of tag surrounding the menu which is styling the unordered list, you need to either get rid of the styling or the tag for the menu to display correctly.
The ‘false’ text sounds odd.
September 9, 2008 at 5:59 pm #2913591daveMemberI have just upgraded to the latest version of the menu and am having the same problem as Hatch. The top submenus display fine in FF but in IE7 I am getting ‘false’ showing up with the submenus faintly in the background. The site is bsc.redesignlab.ca.
September 10, 2008 at 7:19 am #2914imported_RyanMemberThe menu wasn’t at the address you gave.
I did find an example of it at http://bsc.redesignlab.ca/corporate&sec=corp/, but I can’t see any problems with that menu in IE7 and there is no ‘false’ error message showing up.
-
AuthorPosts
- You must be logged in to reply to this topic.