This is a discussion on "The disappearing submenu..." within the Web Page Design section. This forum, and the thread "The disappearing submenu... are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
The disappearing submenu...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
The disappearing submenu...
You may have seen my post earlier concerning the creation of a css driven menu system. I figured out all of that. Now I have a problem with the submenu items. Take a look at this page...
http://thehtmldude.com/navtest.shtml Roll over the menu items. They move to the right nicely and all that, but when you reach the "Reviews" item, a submenu pops up. Try to hover over the links on that menu. You may be able to get them the first time, but after that when you try to hover over them the submenu disappears. The css can be found here... http://thehtmldude.com/css/nav.css It's really bothering me that you can't get those submenu items. Does anyone know a solution? Last edited by BGarner; Feb 7th, 2007 at 01:30. Reason: Removed some crap that you don't need to know. |
|
|
|
#2
|
||||
|
||||
|
Re: The disappearing submenu...
Is javascript a solution? Like this...
http://www.thehtmldude.com/text.shtml ..or it going to just cause problem in the long run? Last edited by BGarner; Feb 9th, 2007 at 00:05. Reason: broken link |
|
#3
|
|||
|
|||
|
Re: The disappearing submenu...
I really wish someone would have answered this question. I'm having the same problem with my horizontal menu. It's the last piece to my puzzle. Someone help. PLEASE!!!
I just noticed that if I drag the most down to the submenu items really fast, the submenu doesn't disappear. This is Firefox by the way and yes, I also set the z-index greater than 0 Last edited by dawg9; Feb 16th, 2007 at 06:04. |
|
#4
|
||||
|
||||
|
Re: The disappearing submenu...
I was having some troubles with a vertical menu the other day. This vertical suckerfish menu worked quite well.
http://www.htmldog.com/articles/suck.../vertical.html |
|
#5
|
|||
|
|||
|
Re: The disappearing submenu...
Quote:
|
|
#6
|
|||
|
|||
|
Re: The disappearing submenu...
FYI, I figured out the issue that I was having. I hope this helps. The problem is that the submenu was "too far" in distance from the parent. This causes you to have to move the mouse really fast over the submenu so that it doesn't disappear. Now when I say too far it may not be obvious to the naked eye but it's technically outside of the parent li. So I would suggest moving the submenu up inside the parent just barely enough so that the submenu doesn't disappear when you hover over it.
|
|
#7
|
||||
|
||||
|
Re: The disappearing submenu...
Okay thanks. I ended up using a non-interfering javascript/xhtml/css menu. It looks nice. Take a look.
|
|
#8
|
|||
|
|||
|
Re: The disappearing submenu...
Quote:
|
|
#9
|
||||
|
||||
|
Re: The disappearing submenu...
Yeah. I created that site in percentages mostly so it works in almost all resolutions. There's a weird bug with the entire site in IE though that I can't figure out.
|
|
#10
|
||||
|
||||
|
Re: The disappearing submenu...
I fixed it. Apparently IE doesn't like external javascripts.
|
|
#11
|
|||
|
|||
|
Re: The disappearing submenu...
Glad you got it working. I struggled with converting px to % so i converted px to em instead with the help of this cool calculator i found on the web. Unfortunately this still didn't do the trick. Now, I need to convert from em to %. This sucks. I don't think there's a calculator available for this.
|
|
#12
|
||||
|
||||
|
Re: The disappearing submenu...
yeah unfortunately not b/c there is no way to say %=px. Your resolution changes how many pixels per percent. If that makes any sense
|
|
#13
|
||||
|
||||
|
Re: The disappearing submenu...
If you work with a premade menu, or anything premade really, you need to watch it every time you make a change to the CSS in all the browsers you test with. If you do that, you don't have to worry about it not working after you've got it styled the way you want. Sometimes they can be a hassle, and sometimes they work great. Once you get it working, there's no reason to tinker with it anymore.
|
|
#14
|
|||
|
|||
|
Re: The disappearing submenu...
My header and menu were made from scratch. I have an idea of what my problem is but it's a little difficult to explain. I let you guys know if I get it working.
|
![]() |
| Tags |
| submenu |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Spry Menu Bar, Adding Submenu Border and Submenu semi-Transparent background | ravennaweb | Web Page Design | 2 | Sep 24th, 2007 14:27 |
| Disappearing Buttons | cewgirl | Starting Out | 6 | Apr 13th, 2007 19:21 |
| flash button with submenu | tigas langaw | Flash & Multimedia Forum | 9 | Nov 25th, 2006 17:35 |
| Disappearing padding in IE | diagonalArgument | Web Page Design | 1 | Jan 8th, 2006 14:03 |
| div#navlist li.submenu - jscript-esque mouseover effect | jswebdev | Web Page Design | 0 | Dec 23rd, 2005 14:18 |