![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm experimenting with drop-down menus ... http://edmullen.net/menutest.php Here's my problem. I can position the right and left fly-out third-level menus. However, if the text is zoomed/enlarged, the space between the second-level item and the fly-out changes. I've tried px, % and em units with no success. |
|
What's making me crazy is that my current menu scheme works fine when enlarging the text: The third-level menu stays locked to its parent. |
|
Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. |
#3
| ||||
| ||||
|
|
Ed Mullen wrote: I'm experimenting with drop-down menus ... http://edmullen.net/menutest.php Here's my problem. I can position the right and left fly-out third-level menus. However, if the text is zoomed/enlarged, the space between the second-level item and the fly-out changes. I've tried px, % and em units with no success. I wouldn't expect px to be at all satisfying, althouth in the current form of the page you've pointed to, you're using them all over the place. |
|
What's making me crazy is that my current menu scheme works fine when enlarging the text: The third-level menu stays locked to its parent. Possibly I haven't understood your problem thoroughly, but I see that under MUSIC, the "sub" sits nicely to the left of "item w/ subs" no matter the text size, while under MOZILLA, "sub2" is a varying distance to the right of "item w/ subs", depending on font size ("sub2" is stays in the same place). I'm guessing you don't like the behavior under MOZILLA. |
|
Perhaps you would be happy with this: .menu ul ul ul { left: 10.3em; top: -1px; } in which I've changed your 182px to 10.3em. Tested (heh, sort of) in FF 2.0.0.20 using the Web Developer extension. |
|
Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. I'd probably feel the same way if I had taht many stylesheets with that many menu rules. |
#4
| |||
| |||
|
|
I'm experimenting with drop-down menus using one of Stu Nichols' designs: http://www.cssplay.co.uk/menus/final_drop.html My test-case files: http://edmullen.net/menutest.php http://edmullen.net/styles/menutest.css Here's my problem. I can position the right and left fly-out third-level menus. However, if the text is zoomed/enlarged, the space between the second-level item and the fly-out changes. I've tried px, % and em units with no success. |
|
What's making me crazy is that my current menu scheme works fine when enlarging the text: The third-level menu stays locked to its parent. At this stage I'm only testing in SeaMonkey 1.1.16 and Firefox 2.0.0.20. I'll deal with IE versions later. Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. |
#5
| |||
| |||
|
|
Ed Mullen wrote: I'm experimenting with drop-down menus using one of Stu Nichols' designs: http://www.cssplay.co.uk/menus/final_drop.html My test-case files: http://edmullen.net/menutest.php http://edmullen.net/styles/menutest.css Here's my problem. I can position the right and left fly-out third-level menus. However, if the text is zoomed/enlarged, the space between the second-level item and the fly-out changes. I've tried px, % and em units with no success. I looked at one of the samples here: http://www.cssplay.co.uk/menus/flyout2.html and notice that there is no problem there. So, I'm thinking you need to either pick a different menu (it is unreal the number he has made) or take the stylesheet back to square one and see what changes you've made that break it. |
|
On a side note. I've found that even in very complex multiple tier sites that such multiple flyouts aren't needed. I tend to do combos of menus with a context sensitive submenu. Of course, you may already have a specific use in mind. |
#6
| |||
| |||
|
|
I'm experimenting with drop-down menus using one of Stu Nichols' designs: http://www.cssplay.co.uk/menus/final_drop.html |
#7
| |||
| |||
|
|
I'm experimenting with drop-down menus using one of Stu Nichols' designs: .... My test-case files: http://edmullen.net/menutest.php Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. |
#8
| |||
| |||
|
|
In article <2ppaij.1v3.19.1 (AT) news (DOT) alt.net>, Ed Mullen <ed (AT) edmullen (DOT) net wrote: I'm experimenting with drop-down menus using one of Stu Nichols' designs: ... My test-case files: http://edmullen.net/menutest.php Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. Don't bite my head off Ed, but was there some problem getting rid of the validation errors I am seeing? I would think that maybe this is always a good start to eliminate things from our enquiries. |
|
I had you marked out for a position in my new vigilante detective frying squad (a team of undercover "chefs" I need for a special operation... don't ask). |
#9
| |||
| |||
|
|
dorayme wrote: In article <2ppaij.1v3.19.1 (AT) news (DOT) alt.net>, Ed Mullen <ed (AT) edmullen (DOT) net wrote: I'm experimenting with drop-down menus using one of Stu Nichols' designs: ... My test-case files: http://edmullen.net/menutest.php Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. Don't bite my head off Ed, but was there some problem getting rid of the validation errors I am seeing? I would think that maybe this is always a good start to eliminate things from our enquiries. I just had a friend that used one of these CSS menus. He then ran it through the validator and fixed all the errors. The end result result was that this worked fine in FF and IE7, but was hopelessly and very badly broken in IE6 and IE8. That may not be the case here, but perfectly Valid code does not necessarily make a well functioning site. |
#10
| |||
| |||
|
|
In article <h4zMl.18058$D32.7489 (AT) flpi146 (DOT) ffdc.sbc.com>, Jeff <jeff_thies (AT) att (DOT) net> wrote: dorayme wrote: In article <2ppaij.1v3.19.1 (AT) news (DOT) alt.net>, Ed Mullen <ed (AT) edmullen (DOT) net wrote: I'm experimenting with drop-down menus using one of Stu Nichols' designs: ... My test-case files: http://edmullen.net/menutest.php Any help or advice greatly appreciated. I don't have enough hair left to keep pulling it out. Don't bite my head off Ed, but was there some problem getting rid of the validation errors I am seeing? I would think that maybe this is always a good start to eliminate things from our enquiries. I just had a friend that used one of these CSS menus. He then ran it through the validator and fixed all the errors. The end result result was that this worked fine in FF and IE7, but was hopelessly and very badly broken in IE6 and IE8. That may not be the case here, but perfectly Valid code does not necessarily make a well functioning site. The point is always "that may not be the case". I train my detectives in interrogation as well as great violence and I tell them to try first to concentrate on the first skill. <g You see, if you get it kosher first, you then have the lie of the land and can work out what to maybe do for IE's eyes. |
![]() |
| Thread Tools | |
| Display Modes | |
| |