Click to See Complete Forum and Search --> : Using Div to create popup menus
scurvyrickets
10-22-2003, 12:25 AM
I've been trying to use div, images and absolute position to create popup menus. When I mouseout of the div tag it closes the menu fine for IE but it only closes in Netscape on every second image within the same div tag. So if I'm using 4 image buttons divided by br, when I leave the div from image 1 and 3 it closes down fine in both. But if I leave the div from 2 or 4... wa waaaa... the popup sticks around.
Any help would be appreciated. It's really beginning to get me frustrated.
Thanks.
Gollum
10-22-2003, 04:08 AM
sounds like an onmouseout problem of some kind. It's a little difficult to say without seeing the site - is there a URL or small example you could post?
scurvyrickets
10-22-2003, 09:56 AM
Thanks Gollum,
I've uploaded the bare bones to http://www.thepetties.com/test/dd.html
You'll notice, when using netscape, if you exit the div from the second image (ie horizontally) then the mouseout doesn't kick in.
It does exactly what I want it to do in IE.
Thanks again.
scurvyrickets
10-23-2003, 06:32 PM
Anyone have an idea?
This is the url http://www.thepetties.com/test/dd.html
Thanks.
_Synk_
10-23-2003, 06:41 PM
I would use tables with colored backgrounds if I were you (as opposed to pics). That's just my opinion, although I've never seen a menu system done with pics before, it might be neat.
Can't really say much more than that, as I use IE instead of NS, and it works fine in IE.
EDIT: Oh, and by the way, it might be a good idea to shoot the menu div position as a negative X value to make sure that hyperlinks underneath can be clicked. I had this problem when I was making a set of menus and found that just b/c visibility:hidden didn't mean it wasn't there:) just a tip...
scurvyrickets
10-23-2003, 06:52 PM
I was playing with the table method a while ago. Maybe I'll go back and give it a whirl. I just need it to work cross-browser.
Thanks _Synk_