![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Requisites 1. Horizontal drop-down multi-level menus 2. No javascript 3. Employ position:fixed for menus 4. Works with IE6, IE6- would be nice but not needed Any thoughts? what I'm doing for can be seen at the URL in my sig. It works unless javascript is turned off in IE6- |
#3
| |||
| |||
|
|
Requisites 1. Horizontal drop-down multi-level menus 2. No javascript 3. Employ position:fixed for menus 4. Works with IE6, IE6- would be nice but not needed |
#4
| |||
| |||
|
|
"Ed Mullen" <ed (AT) edmullen (DOT) net> wrote in message news:RfqdnZfANJASqtPanZ2dnUVZ_oytnZ2d (AT) comcast (DOT) com... Requisites 1. Horizontal drop-down multi-level menus 2. No javascript 3. Employ position:fixed for menus 4. Works with IE6, IE6- would be nice but not needed Here you go: http://barefile.com.au/cssmenu/ This is a basic example page that I used to build the menu and the CSS. It's a bit smart in you can choose a "style" for the menu. The basic functionality is in topmenu.css. The "style" stuff is in a second .css file, based on the "style" chosen. View source will reveal all. Note, this particular menu uses tables for the second level. I do this because while using an unordered list does work in certain circumstances, it does not for some of the more complex styling I sometimes use (the menu is part of a proprietry CMS). In any case, to get it to work with IE <= 6 *requires* a table in there, even if it simply contains the unordered list. Note also that this is only one level deep. However the concept is easily expanded to multi levels. The positioning might get a bit complex. |
#5
| |||
| |||
|
|
Requisites 1. Horizontal drop-down multi-level menus 2. No javascript 3. Employ position:fixed for menus 4. Works with IE6, IE6- would be nice but not needed Any thoughts? |
#6
| |||
| |||
|
|
Wed, 28 Nov 2007 22:52:46 -0500 from Ed Mullen <ed (AT) edmullen (DOT) net>: Requisites 1. Horizontal drop-down multi-level menus 2. No javascript 3. Employ position:fixed for menus 4. Works with IE6, IE6- would be nice but not needed Any thoughts? http://www.cssplay.co.uk/menus/simple_vertical.html For more, look at "Menus - Multi-Level CSS Only" at http://www.cssplay.co.uk/menus/ |
#7
| |||
| |||
|
|
Stan Brown wrote: http://www.cssplay.co.uk/menus/simple_vertical.html For more, look at "Menus - Multi-Level CSS Only" at http://www.cssplay.co.uk/menus/ Thanks, Stan. I'm studying this right now. |
#8
| |||
| |||
|
|
Sat, 01 Dec 2007 15:29:28 -0500 from Ed Mullen <ed (AT) edmullen (DOT) net>: Stan Brown wrote: http://www.cssplay.co.uk/menus/simple_vertical.html For more, look at "Menus - Multi-Level CSS Only" at http://www.cssplay.co.uk/menus/ Thanks, Stan. I'm studying this right now. I've had that link on my desktop or a couple of months, intending to adapt it (with permission) for my pages, but other things keep supervening. |
#9
| |||
| |||
|
|
Stan Brown wrote: Sat, 01 Dec 2007 15:29:28 -0500 from Ed Mullen <ed (AT) edmullen (DOT) net>: Stan Brown wrote: http://www.cssplay.co.uk/menus/simple_vertical.html For more, look at "Menus - Multi-Level CSS Only" at http://www.cssplay.co.uk/menus/ Thanks, Stan. I'm studying this right now. I've had that link on my desktop or a couple of months, intending to adapt it (with permission) for my pages, but other things keep supervening. Well, it, like others out there, don't present a minimal case example. So it's tough slogging to strip out all the stuff pertaining to the displayed page to get it down to a very bare-bones case. I'm working on it. Frankly, I'm only doing it to accommodate IE less than version 6 |
#10
| |||
| |||
|
|
Sorry! For some reason, SeaMonkey just sent that message before I was done writing! Geez. |
![]() |
| Thread Tools | |
| Display Modes | |
| |