[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Static calendar wont display in ie7 table td
Page 1 of 1

Static calendar wont display in ie7 table td

PostPosted: Mon Oct 01, 2007 2:23 pm
by rkhlin

PostPosted: Wed Oct 03, 2007 1:02 pm
by Batalf
Hi

The problem with tables in IE is that it's difficult to refer to it until the entire table is rendered.

Your problem probably occures because you have the js code for the calendar placed before the end tag of the table(</TABLE>). Try moving the <script> part down to the bottom of the page.

PostPosted: Wed Oct 03, 2007 4:10 pm
by rkhlin

PostPosted: Wed Oct 03, 2007 4:26 pm
by Batalf