hello forum,
I am having problem in fixing my <div> position.The div become visible by an event.plz help me .
Regards.
Fixing the div position
Moderator: General Moderators
Re: Fixing the div position
I think this is the problem of nested divs (there may be better ways to do it, but this method seems to work fine for my purposes), and have sets of divs become visible when their parents are hovered over (using :hover, with a tweak to allow the use of :hover for any tag in IE 6), and kept hidden otherwise; in both Firefox and IE, parent divs that are themselves nested remain visible when the mouse is hovering over their children.
However, while this all works fine in Firefox, it has a problem in IE: when moving the mouse along a set of child divs, :hover seems to be stopped/onmouseout seems to be called when the mouse moves below the bottom of the outermost div.
However, while this all works fine in Firefox, it has a problem in IE: when moving the mouse along a set of child divs, :hover seems to be stopped/onmouseout seems to be called when the mouse moves below the bottom of the outermost div.
-
wangxiaoyu
- Forum Newbie
- Posts: 4
- Joined: Mon Sep 06, 2010 2:16 am
Re: Fixing the div position
maybe something wrong with you browser. 