[css-d] css vertical menu that expands down

2006-03-29 Thread [EMAIL PROTECTED]
Any recommendations on a CSS menu that can be configured to expand down, pushing other menu items down, so that don't cover the subsequent items? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] css vertical menu that expands down

2006-03-29 Thread Pringle, Ron
ontheroad wrote: Any recommendations on a CSS menu that can be configured to expand down, pushing other menu items down, so that don't cover the subsequent items? I would highly recommend Chris Heilmann's PDE (Pure Dom Explorer) [0]. Regards, Ron [0]

Re: [css-d] css vertical menu that expands down

2006-03-29 Thread Robert O'Rourke
Just use nested lists in the normal flow with something like the suckerfish dropdowns. Also see the article at a list apart, http://www.alistapart.com/articles/dropdowns/ if you get stuck. just give your nav an id of #nav and put this script in your header: script type=text/javascript

Re: [css-d] css vertical menu that expands down

2006-03-29 Thread Thierry Koblentz
[EMAIL PROTECTED] wrote: Any recommendations on a CSS menu that can be configured to expand down, pushing other menu items down, so that don't cover the subsequent items? I've done this with CSS alone, but it creates serious usability issue. I'd use PDE [0], as already suggested, or ECMAScript

Re: [css-d] css vertical menu that expands down

2006-03-29 Thread francky
[EMAIL PROTECTED] wrote: Any recommendations on a CSS menu that can be configured to expand down, pushing other menu items down, so that don't cover the subsequent items? If you want only a pure css-hover for expanding (with collapsing back when mouseout), then for real browsers it can't be