Hi,
I have coded a popup for the following, which shows a hidden div.
http://www.kindermovies.com/ams-test...h/u/videos.php
Using IE, if you click on button, add a comment, that is below the player.
In appearing popup in IE is without background image of title bar.HTML Code:<table width="538" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="32" align="left" valign="middle" style="background-image:url(images/coupons-popup-window-header.gif); background-repeat:no-repeat; padding-left:40px; padding-right:10px"><table width="488" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="465" class="white_heading">Submit your comment </td> <td width="23"><a href="#"><img src="images/coupons-popup-window-btn-cl.gif" alt="CLOSE" width="23" height="22" border="0"></a></td> </tr> </table></td> </tr> <tr> <td align="left" valign="top" bgcolor="#f3f1e5" style="border:1px solid #cb7930"><form name="form1" method="post" action=""><table width="100%" border="0"> <tr> <td> </td> <td><div align="right"></div></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right">Your Name : </div></td> <td> <input name="cmntUserName" type="text" id="cmntUserName" size="30" class="textfeild"> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right"></div></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right">Your Email </div></td> <td><input name="cmntEmail" type="text" id="cmntEmail" size="40" class="textfeild"></td> <td> </td> </tr> <tr> <td> </td> <td><div align="right"></div></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right">Your Comment </div></td> <td width="40" height="10"><textarea name="comntComment" cols="40" rows="4" wrap="PHYSICAL" id="comntComment" class="textfeild"></textarea></td> <td> </td> </tr> <tr> <td> </td> <td><div align="right"></div></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right">Security Code </div></td> <td><img id="captcha" src="securimage/securimage_show.php" alt="CAPTCHA Image" /><a href="#" onclick="document.getElementById('captcha').src = 'securimage/securimage_show.php?' + Math.random(); return false">Reload Image</a><br><input name="cmntCaptcha" type="text" id="cmntCaptcha" size="6" class="textfeild"></td> <td> </td> </tr> <tr> <td> </td> <td><div align="right"></div></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><div align="right"></div></td> <td> <input type="submit" name="Submit2" value="Submit" class="button"><input type="reset" name="Reset" value="Reset" class="button"></td> <td> </td> </tr> <tr> <td width="5%"> </td> <td width="30%"><div align="right"></div></td> <td width="60%"> </td> <td width="5%"> </td> </tr> </table></form></td> </tr> </table>
I have used the following code in div.
With firefox its appearing correctly.
Could someone please let me know, how I can solve this issue.
.Thanks and Best Regards


Reply With Quote
Bookmarks