jaymc Posted January 15, 2007 Share Posted January 15, 2007 This only appears to happen in IE...Here is a screenshot of the problemAnd here is the code supposedly causing the problem[quote]<table><tr><td background=../site/images/linkback.jpg class=justtext height=250 valign=top> <div style="width:676px; height:250px; overflow:auto; padding:0px; margin:0px;"> <table class=tdheaders cellpadding=2 cellspacing=0 align=center width=100%><tr> <td class=tdcellhead>#</td> <td class=tdcellheadl>Gender</td> <td class=tdcellhead><b>Username</b></td> <td class=tdcellhead><b>Name</b></td> <td class=tdcellhead><b>Last Activity</b></td> <td class=tdcellhead><b>Online</b></td> <td class=tdcellhead>Points</td> <td class=tdcellhead>Send Message</td> <td class=tdcellhead>Add Buddy</td> </tr><tr></table></div>[/quote]This only happens sometimes, if I refresh the page it will display as normalI think that the code is being parsed in such an order that means if their is any lag it is confusing the browser thinking the output table is bigger than it should bePossible caused by images not loading or somethingAny ideas?[attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Soarchrist Posted January 15, 2007 Share Posted January 15, 2007 I'm not sure I understand what the real problem is... where is it messing up on you? S. Quote Link to comment Share on other sites More sharing options...
jaymc Posted January 15, 2007 Author Share Posted January 15, 2007 The top blue bar... and then the actually table rows...Their is about a 10px gap that should not be their.. Quote Link to comment Share on other sites More sharing options...
fenway Posted January 15, 2007 Share Posted January 15, 2007 I'm sure it's a rendering bug... Quote Link to comment Share on other sites More sharing options...
nogray Posted January 15, 2007 Share Posted January 15, 2007 you have a space before your div tag[code]valign=top> <div [/code]and you also have an extra table row tag[code]</tr><tr></table></div>[/code]remove them and see if that fixes the issue. Quote Link to comment Share on other sites More sharing options...
Soarchrist Posted January 16, 2007 Share Posted January 16, 2007 Also,Do you *mean* to have a table tag open and then a div... then a close table, then close div? You should try to put the whole table into the div. HTML renders best when it's structured like XML has to be.S 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.