PDA

View Full Version : CSS menu help


LadyQuake
01-13-2007, 12:16 AM
Hi

Im wondering how to get the sub menu to stay up when u hover over the main buttons, at the moment has you hover over the buttons the sub-menu comes up but if you move the mouse up or down out of range the menu disappears before you click on them. I like these buttons but some people may not see how it works and as they move the mouse down to click on the sub-menu then the list will disappear before they click on it.

Here is sample of the buttons
http://www.moore-web.co.uk/test1.html

Any ideas? I hope that makes sense. :thumbsup:

Ive tried putting Visible on a few things in the css file and still it doesnt stay up. Am i looking in the wrong place?

thanks
Shirl

whizard
01-13-2007, 01:08 AM
For the record, your menu doesn't work at all in FF2.0...

It has the headings, and then all the submenus are just black text jumbled on top of each other.

You can create a CSS-driven, fully compatible drop down menu by following this tutorial:
http://alistapart.com/articles/dropdowns/ (http://www.htmldog.com/articles/suckerfish/dropdowns/)

and this is a sequel tutorial for making CSS dropdowns with more than one sublevel:
http://www.htmldog.com/articles/suckerfish/dropdowns/

HTH
Dan

LadyQuake
01-13-2007, 11:25 AM
What is FF2.0?

Do people use that much?

Shirl

whizard
01-14-2007, 12:36 AM
FireFox version 2.

:)

The most used browser on the web is Internet Explorer 6 (IE6).

Firefox is used by a much smaller number of people, but still a significant number.

For instance, according to this page:
http://www.w3schools.com/browsers/browsers_stats.asp,
IE6 accounted for 50% of all traffic, while FireFox accounted for only 30%.

Dan