Hey,
i am using thickbox and and a call to a page through thickbox method and when once it pops it shows jerks in IE6 but it works fine in IE7, Firefox Mozilla 2.0+ while scrolling page. Is there any way to fix that problem
here is my page code
i am using thickbox and and a call to a page through thickbox method and when once it pops it shows jerks in IE6 but it works fine in IE7, Firefox Mozilla 2.0+ while scrolling page. Is there any way to fix that problem
here is my page code
Code:
1. <html>
2. <head>
3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4. <title>Price Changes</title>
5. <link type="text/css" rel="stylesheet" href="../yesprint.css" />
6. <link type="text/css" rel="stylesheet" href="includes/common.css" />
7. <link type="text/css" rel="stylesheet" href="includes/thickbox.css" media="screen" />
8. <script type="text/javascript" src="includes/jquery.js"></script>
9. <script type="text/javascript" src="includes/thickbox.js"></script>
10. <script type="text/javascript">
11. function submitf(item1,nutto1,bruto1){
12. var query1="UPDATE item SET witout_tax=%s, inkl_tax=%s WHERE item_id=%s";
13. return window.location.href="php2.php?t1="+item1+"&n1="+nutto1+"&b1="+bruto1+"&query="+query1
14. }
15. function submitwhole(sub){
16. document.forms[sub].submit();
17. }
18. </script>
19. </head>
20. <body>
21. <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
22. <tr>
23. <td align="center" valign="top" width="100%">
24. <table border="0" cellpadding="0" cellspacing="0" align="center" width="956">
25. <tr>
26. <td align="center" valign="top" width="956">
27. <table cellspacing="0" cellpadding="0" border="0" align="center" width="956">
28. <tr>
29. <td width="351"><img src="images/yesprint_logo.gif" width="286" height="77" border="0" alt="Logo" /></td>
30. <td align="right" valign="bottom" width="305">
31. <table cellspacing="0" cellpadding="0" border="0" align="right">
32. <tr><td valign="middle" class="text_red_12"><a href="1.0_admin_main.php" class="text_red_12_link">Haupt Menu</a> - <a href="3.30_admin.php" class="text_red_12_link">Passwort Andern</a> - <a href="#." class="text_red_12_link">Logout</a></td>
33. </tr>
34. </table>
35. </td>
36. </tr>
37. <tr><td align="center" style="background-image:url(images/bar1.gif); height:25px;" class="style4" colspan="2">Kunde Suchen I Buchungsliste I Komplette Liste I Vorkasse I Nachname I Bar bei Abholung I Rechnung Suchen I Rechnung Eingeben</td></tr>
38. <tr style="background-color:#CFD5DC;">
39. <td>
40. <form action="auftrags_info.php" method="get">
41. <table cellspacing="0" cellpadding="0" border="0" align="center" width="250">
42. <tr><td class="tdheight_10"></td></tr>
43. <tr><td class="text_white_12">Email<br /><input name="email" id="email" type="text" class="input"></td></tr>
44. <tr><td class="tdheight_5"></td></tr>
45. <tr><td class="text_white_12">Name<br /><input name="name" id="name" type="text" class="input" /></td></tr>
46. <tr><td class="tdheight_5"></td></tr>
47. <tr><td class="text_white_12">Auftragnummer<br /><input name="ord_id"id="ord_id" type="text" class="input" /></td></tr>
48. <tr><td class="tdheight_10"></td></tr>
49. <tr><td><input type="image" accesskey="enter" src="images/6.1212.gif" onClick="document.forms[0].submit()"></td></tr>
50. </table>
51. </form>
52. </td>
53. <td align="right"><img src="images/40.gif" width="603" height="148" border="0" alt="" /></td>
54. </tr>
55. </table>
56. </td>
57. </tr>
58. <tr style="background-color:#CFD5DC;">
59. <td align="center" valign="top" width="956">
60. <table cellspacing="0" cellpadding="0" border="0" align="center" width="956">
61. <tr><td style="height:30px;" colspan="2"></td></tr>
62. <tr>
63. <td width="351"></td>
64. <td width="605">
65. <table cellspacing="0" cellpadding="0" border="0" align="left" width="605">
66. <tr>
67. <td width="25"><img src="images/2.10_waiting_for_files_r9_c8.gif" width="18" height="24" border="0" alt="" align="absmiddle" /></td>
68. <td width="580" align="left" valign="top" class="text_red_18">Preise Ändern</td>
69. </tr>
70. <tr><td colspan="2"><img src="images/2.10_waiting_for_files_r11_c8.gif" width="605" height="4" border="0" alt="" /></td></tr>
71. <tr><td colspan="2" class="tdheight_20"></td></tr>
72. </table>
73. </td>
74. </tr>
75. <tr><td colspan="2" class="tdheight_20 bgcolor_1"></td></tr>
76. <tr class="bgcolor_1">
77. <td colspan="2" width="956">
78. <table cellspacing="0" cellpadding="0" border="0" align="center" width="930">
79. <tr>
80. <?
81. $countrow=1;
82. $countcol=1;
83. while($row_main = mysql_fetch_array($main)){
84. if($row_main['Title']<>""){
85. ?>
86. <td align="center" width="310" class="border_1 bgcolor_2"><a href="price_detail.php?main_id=<?=$row_main['main_id'];?>&height=600&width=800" class="thickbox menu_link" title="<?=$row_main['Title'];?>"><?=$row_main['Title'];?></a></td>
87. <?
88. if($countcol%3!=0){echo "<td width='10'></td>";}
89. if($countrow%3==0){echo "<tr><td colspan='5' class='tdheight_10'></td></tr>";}
90. $countrow=$countrow+1;
91. $countcol=$countcol+1;
92. }
93. }
94. ?>
95. </tr>
96. </table>
97. </td>
98. </tr>
99. <tr><td colspan="2" class="tdheight_20 bgcolor_1"></td></tr>
100. <tr><td align="center" colspan="2"><img src="images/2.10_waiting_for_2.gif" width="935" height="2" border="0" alt="" /></td></tr>
101. <tr><td colspan="2" class="tdheight_20"></td></tr>
102. <tr><td align="center" colspan="2" class="copyright style15 style12">© <?=date('Y',time());?> YesPrint.de All Rights Reserved.</td></tr>
103. <tr><td colspan="2" class="tdheight_20"></td></tr>
104. </table>
105. </td>
106. </tr>
107. </table>
108. </td>
109. </tr>
110. </table>
111. </body>
112. </html>
113.
Comment