hwg-techniques archives | Apr 2003 | new search | results | previous | next |
Re: Javascript Helpby "Tim Rivera" <lists(at)timrivera.com> |
|
> Could anyone help me modify the coding above to use perhaps a DIV > tag or whatever it takes, so I'm not stuck with the unbulleted list? <style type="text/css"> div.popout-show div {display: block} div.popout-show {cursor: pointer} div.pop { display: none; font: 90%; } </style> </head> <body onselectstart="event.returnValue=false;"> <div class="popout" onMouseover="this.className='popout-show';" onMouseOut="this.className='popout';"> Mouseover to open list <div class="pop"> Tools Section </div> </div> Works the same as your example in the browsers I checked in: Works for me in IE6 and Opera 7. Buggy in Mozilla 1.2.1. Opera 6.05 doesn't show the "pop" DIV when hovering. NN4.8 Shows the "pop" DIV at all times. Tim -- Remembering the fallen soldiers of Operation Iraqi Freedom http://www.fallenheroesmemorial.com/ ____________________________________________________________ http://webdesign.meetup.com/ See you at the next meetup!
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA