Hello,
I've been searching all morning for a simple javascript that will display a div (or something) when a user mouses-over an <li> element in my navigation bar's unordered list to display a sub menu, if you want to call it that.
My navigation bar is horizontal and uses this syntax:
And is controlled using this CSS:HTML Code:<div id="menu"> <ul> <li><a id="selected" href="bla bla bla.com">home</a> <li><a href="blAA">another page</a> </div>
I can't seem to find a script that works. Can anyone please help?Code:#menu li a:hover, #menu li a#selected, #menu li a#selected:hover { background: #FFFFFF url(menu_hover.png); color: #484E56; } #menu, #menu li a { background: #FFFFFF url(menu.png); color: #D1D3D7; border-color: #D7D7D7; }
Thank you.


LinkBack URL
About LinkBacks
Reply With Quote
:cool::nuts::rant2::drool::eek4::dunno::thefinger
:laugh::hahano::lockd::naughty:

