On 12/26/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:
Dwain Alford wrote: > 1. the menu operates as expected, except that only on the index page > is the sub-<li> background transparent and the copy and the menu gets > all jumbled together in ie 6 and 7 and is unreadable. > > http://www.studiokdd.com/sandbox/index.html The background isn't transparent, but IE (all versions) has stacking problems. Try adding... ul#nav {position: relative;} ...to stack the entire menu on top. Works fine at my end, and shouldn't disturb other browsers.
that did the trick, thanks.
2. since there are those who surf the web with javascript turned > off, would best practices be to make the main link go to a separate > page to access the fly out links? maybe i have answered my own > question, but i would like to get some feedback, since i haven't > looked closely at thierry's accordion menu yet. You've got (plans for) a site map. Just make sure it's complete and always available, and no one should miss anything.
every page is listed with links to all. i have pulled my site down to rework it. thanks for the "complete" reminder. dwain ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
