Bill Brown wrote: > david wrote: >> Hello, >> >> On behalf of many list members I thank you for your inspiring input into >> this topic. >> >> However, I personally have two problems with this theory: >> >> 1) If this holds true, there will be no more menu discussions on this >> list. Why I hear you ask, simple I reply this is a CSS list not a >> JavaScript list! >> >> 2) I have been informed by many, well informed people that many web >> users actually have JavaScript turned off! >> >> DG) > > Hi David, > > Thanks for your feedback. In reply: > > 1) You'll note my use of "my" and "I and "philosophy" (not being snide > here...just making a point). These words were chosen explicitly because > I believe we have the choice of which tools to employ to solve certain > problems. Some people like Flash. I hate it. Some people think Java is > tops. I can't stand it. To each his own. I was expressing my own view on > the topic and why, as a result, I wouldn't be integrating the CSS menu > into theholiergrail (a site I developed and maintain). Additionally, > you'll note that not only did I make no argument /against/ the provision > of such CSS-only solutions, I provided one.
Hello Bill, Your example uses the old way of hiding submenus with display:none. Before you frown on CSS please consider that CSS driven drop down menus can do things that not even the best script writers could achieve. I started creating a menu last year and now it does things that no script could ever achieve. This is keyboard accessibly in 95% of browsers (all done with CSS). http://css-class.com/articles/ursidae/bears5ddh-kbaccess.htm When IE6 disappears over the horizon in the future the CSS hovering functionality of this menu system will reach almost 100% of browsers usage. [...] > --Bill Please take your JS solutions to another list since you have a lot to learn about CSS. Alan http://css-class.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
