dflow Posted August 17, 2010 Share Posted August 17, 2010 this code is overlapping for some reason in IE7 <?php do { ?> <table width="600px" border="0" dir="rtl" lang="he" align="right"> <tr> <td width="600" height="15px" class="TC_title"><p><?php echo nl2br( $row_RsTandC['termTitle']); ?></p></td> </tr> <tr> <td width="600" height="100%" class="TC_text"><p><?php echo nl2br( $row_RsTandC['termText']); ?></p></td> </tr> </table> <?php } while ($row_RsTandC = mysql_fetch_assoc($RsTandC)); ?> Quote Link to comment Share on other sites More sharing options...
masterens Posted August 17, 2010 Share Posted August 17, 2010 you've said that cell 2 is 100% and cell one is 15px, but that would make more than 100% (100%+15px) and that is impossible change 100 to something like 80 and see what happens Quote Link to comment Share on other sites More sharing options...
dflow Posted August 17, 2010 Author Share Posted August 17, 2010 you've said that cell 2 is 100% and cell one is 15px, but that would make more than 100% (100%+15px) and that is impossible change 100 to something like 80 and see what happens didnt make a difference Quote Link to comment Share on other sites More sharing options...
AtlasC1 Posted August 17, 2010 Share Posted August 17, 2010 Try placing the height specifier in the row rather than the cell. That might work. -jm Quote Link to comment Share on other sites More sharing options...
dflow Posted August 17, 2010 Author Share Posted August 17, 2010 nope same result Quote Link to comment Share on other sites More sharing options...
litebearer Posted August 17, 2010 Share Posted August 17, 2010 what 'parameters' do your classes (TC_title and TC_text) contain? Quote Link to comment Share on other sites More sharing options...
dflow Posted August 17, 2010 Author Share Posted August 17, 2010 varchar and text Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.