Page 1 of 1

Fixing the div position

Posted: Wed Jul 28, 2010 1:38 am
by krsm1980
hello forum,
I am having problem in fixing my <div> position.The div become visible by an event.plz help me .
Regards.

Re: Fixing the div position

Posted: Wed Aug 11, 2010 5:04 am
by amismart
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.

Re: Fixing the div position

Posted: Mon Sep 06, 2010 2:52 am
by wangxiaoyu
maybe something wrong with you browser. 8O