Re: Javascript Help
by "Tim Rivera" <lists(at)timrivera.com>
|
| Date: |
Mon, 7 Apr 2003 00:00:10 -0400 |
| To: |
<hwg-techniques(at)hwg.org> |
| References: |
uc |
| |
todo: View
Thread,
Original
|
|
> 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
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.