Hi,
Following is my code,
Problem is relatively positioned div is overlapping absolutely placed div, even though A.P. div has higher z-index. i think problem is because ie assign higher z-index value for R.P div. Is there is any solution for this. following is screen shot.HTML Code:<div class="help_msg_cont" style="z-index:1005;"> <input type="radio" name="codeType" value="advanced" id="codeAdv" /><label>Advanced</label><span class="info"></span> <div class="tooltip curve_border" ><span class="arrow"></span> <strong>Note</strong> <ul> <li>Simple to implement, just copy and paste</li> <li>One ad per page.</li> <li>Limit facility to share additional imformation to improve Ad performance</li> </ul> </div> </div> <div class="help_msg_cont"> <input type="radio" name="codeType" value="advanced" id="codeAdv" /><label>Advanced</label><span class="info"></span> <div class="tooltip curve_border"><span class="arrow"></span> <strong>Note</strong> <ul> <li>Simple to implement, just copy and paste2</li> <li>One ad per page2.</li> </ul> </div> </div> .help_msg_cont{ position:relative; z-index:1000; } .tooltip{ width:25em; padding:.5em 1em; background:#f5f8fd; border:1px solid #b1c8d6; position:absolute; top:-25px; left:2em; z-index:1001; }
Link: http://www.freeimagehosting.net/uploads/137e472ef9.gif



Reply With Quote



Bookmarks