I am having to display some popup divs (some divs which appear when
user clicks something) in my project. Now, I am facing numerous issues
relating to positioning of the divs, making the div appear over
everything etc. etc. in different browsers. This has become a serious
problem. I badly need a
I am having to display some popup divs (some divs which appear when
user clicks something) in my project. Now, I am facing numerous issues
relating to positioning of the divs, making the div appear over
everything etc. etc. in different browsers. This has become a serious
problem. I badly need a
The problem in brief :-
In simple words, I am not able to display a div over the input fields
and labels on another div ().
Details:-
On clicking on a link I am displaying a popup like msg in a div. This
popup should be above all other elements. But the same is not
happening in IE6. Please give
I wrote the following code -
-
var ref= $('span#timezone_edit').position();
ref_left = ref.left - 125;
ref_top = ref.top - 45;
//I want to display a div just over that span#timezone_edit
var zonepickerBox = $('div#time_zone_picker');
$(zonepickerBox).css('display', 'block');
4 matches
Mail list logo