juliann wheeler wrote: > Does anyone know how to create a drop-down navigation in CSS? Here is the > link to the nav that I have built so far: > http://www.pcg-advisors.com/tests/test8.html > > Thanks! > >
Navigation in CSS is usually coded as a list. It is, in a sense, a list of places to go; and, it can be a horizontal or a vertical list. A drop-down is both a horizontal and a vertical list combined. Drop-down navigation is difficult to execute, even for advanced practitioners. Lots of people create drop-downs-- few can make them work satisfactorily cross-browser. And IE6.0 usually requires scripting (javascript) to enable drop-down "behavior" execution which complicates matters more. Some say drop-downs are the bane of a Web designers existence: I am one of them. But, I have had luck with both of these: <http://sperling.com/examples/menuh/> <http://www.tjkdesign.com/articles/keyboard_friendly_dropdown_menu/default.asp> I'd suggest doing either, or both, straight "out-of-the-box" first. Even minor modification can prove difficult. Best, ~dL -- http://chelseacreekstudio.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/
