This is a discussion on "[SOLVED] Fly-out menu problems" within the Web Page Design section. This forum, and the thread "[SOLVED] Fly-out menu problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Fly-out menu problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] Fly-out menu problems
Me and relative/absolute position don't really get along lately
* removed link since it's solved * If you hover over "Informations" or "Locations" in the menu, you *should* notice a box at the top of the screen ... that's my drop-down/fly-out menu that copied from http://www.cssplay.co.uk/menus/pro_d..._dropdown.html But because of the absolute positioning here
Help!? Last edited by karinne; Jan 30th, 2008 at 13:28. |
|
|
|
#2
|
||||
|
||||
|
Re: Fly-out menu problems
In your CSS, the #navigation div has position:relative commented out.
You would need to make #navigation position:relative so that the abolutely positioned .sub elements are absolute based on the #navigation div. As it stands, they are absolutely position based on the main parent body tag.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Fly-out menu problems
bah ... of course! That worked!
Now ... why isn't mine working in IE6? |
|
#4
|
||||
|
||||
|
Re: Fly-out menu problems
Not working? Is it the hovering or the link not showing?
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#5
|
|||
|
|||
|
Re: Fly-out menu problems
The submenu isn't showing up at all in IE6 ... don't know if it works or not in IE7 as I don't have it here.
|
|
#6
|
||||
|
||||
|
Re: Fly-out menu problems
It does work in IE7 Karinne.
Looks like you'll have to use IE conditionals.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#7
|
|||
|
|||
|
Re: Fly-out menu problems
Hmmm... Thanks for checking Alex.
Ugh! I hate IE6. |
|
#8
|
||||
|
||||
|
Re: Fly-out menu problems
Is it completely CSS based? If it is, IE6 does not support the :hover pseudo class on anything but links
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#9
|
|||
|
|||
|
Re: Fly-out menu problems
It's completely css based however ... if you look at the link from cssplay in original post, you'll notice that that one works
|
|
#10
|
||||
|
||||
|
Re: Fly-out menu problems
I had a look at their code and it's riddled with conditional comments for IE 6 & 7
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#11
|
|||
|
|||
|
Re: Fly-out menu problems
I'm using the same HTML
|
|
#12
|
|||
|
|||
|
Re: Fly-out menu problems
Nevermind. ... I got it working but I don't know what I did to fix it.
I just re-copied the code from cssplay and it worked Last edited by karinne; Jan 30th, 2008 at 13:28. |
|
#13
|
||||
|
||||
|
Re: [SOLVED] Fly-out menu problems
LOL.. I forgot to reply but I had both menus lined up in front of me, yours and the CSS sites and they looked structurally identical but yours just wasn't working..
Sorted now though, yay!
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
#14
|
|||
|
|||
|
Re: [SOLVED] Fly-out menu problems
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Menu problems CSS | danny322 | Web Page Design | 1 | Feb 22nd, 2008 19:49 |
| Having problems with a drop down menu | eminee | JavaScript Forum | 7 | Jan 8th, 2008 17:29 |
| Problems with menu | Francesca15 | Web Page Design | 2 | May 10th, 2007 15:19 |
| Menu problems in IE7 | alsdevelopments | Web Page Design | 6 | Apr 5th, 2007 15:57 |
| html menu problems | chobo | Web Page Design | 14 | Mar 2nd, 2004 07:47 |