Guest Posted November 16, 2005 Posted November 16, 2005 Okay, heres the deal. My site is not the same as it is in firefox. Firefox looks perfect, IE isnt. The problem is with the spacing of the left boxes. I added multiple breaks [<br>] to see if this is the problem. Yes it is. IE isnt reading the right boxes correctly. Firefox is. Heres the code for my category box: <!-- BEGIN: categories --> <table border="0" cellpadding="0" cellspacing="0" width="200" id="AutoNumber3" align="right"> <tr> <td background="skins/newlayout/styleImages/title/nav.jpg" width="200" height="20" colspan="2"> </td> </tr> <tr> <td bgcolor="#FFFFFF" width="9"> </td> <td bgcolor="#FFFFFF" width="191" class='sidebox'> <p align="left">» <a href="index.php">{LANG_HOME}</a><br> <!-- BEGIN: li --> » <a href="index.php?act=viewCat&catId={DATA.cat_id}">{DATA.cat_name}</a><br> <!-- END: li --> <!-- BEGIN: sale --> » <a href="index.php?act=viewCat&catId=saleItems">{LANG_SALE_ITEMS}</a><br><br> <!-- END: sale --> </td> </tr> </table> <!-- END: categories --> Here is my global/index.tpl file: <body> <div align="center"> <center> <table valign='top' border="0" cellpadding="0" cellspacing="0" width="780" height="100%" style="border-collapse: collapse" bordercolor="#111111"> <tr> <td align="right" valign="bottom" height="8"> <img border="0" src="http://shoandgo.com/site/images/topleft.jpg" width="12" height="12"></td> <td width="750" bgcolor="#FFFFFF" height="12" background="http://shoandgo.com/site/images/topbarlight.jpg" valign="bottom" colspan="2"> <img src='http://shoandgo.com/site/images/topbarlight.jpg' repeat width="5" height="15"></td> <td width="12" height='8' valign="bottom"> <img border="0" src="http://shoandgo.com/site/images/topright.jpg" width="12" height="12"></td> </tr> <tr> <td width="12" background='http://shoandgo.com/site/images/leftbarlight.jpg' height='131' > </td> <td width="750" bgcolor="#FFFFFF" height="131" background="bg.jpg" colspan="2"> <!-- ImageReady Slices (Untitled-1) --> <!-- End ImageReady Slices --> <TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD ROWSPAN=3> <IMG SRC="http://shoandgo.com/site/images/header2/header2_01.jpg" WIDTH=385 HEIGHT=150 ALT=""></TD> <TD COLSPAN=14> <IMG SRC="http://shoandgo.com/site/images/header2/header2_02.jpg" WIDTH=365 HEIGHT=100 ALT=""></TD> </TR> <TR> <TD> <a href="index.php"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_03.jpg" WIDTH=44 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_04.jpg" WIDTH=9 HEIGHT=50 ALT=""></TD> <TD> <a href="http://shoandgo.com/gallery"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_05.jpg" WIDTH=44 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_06.jpg" WIDTH=9 HEIGHT=50 ALT=""></TD> <TD> <a href="misc.php"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_07.jpg" WIDTH=30 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_08.jpg" WIDTH=7 HEIGHT=50 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_09.jpg" WIDTH=41 HEIGHT=22 ALT=""></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_10.jpg" WIDTH=9 HEIGHT=50 ALT=""></TD> <TD> <a href="images.php"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_11.jpg" WIDTH=46 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_12.jpg" WIDTH=8 HEIGHT=50 ALT=""></TD> <TD> <a href="eclipse.php"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_13.jpg" WIDTH=45 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_14.jpg" WIDTH=7 HEIGHT=50 ALT=""></TD> <TD> <a href="contact.php"> <IMG SRC="http://shoandgo.com/site/images/header2/header2_15.jpg" WIDTH=51 HEIGHT=22 border="0"></a></TD> <TD ROWSPAN=2> <IMG SRC="http://shoandgo.com/site/images/header2/header2_16.jpg" WIDTH=15 HEIGHT=50 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_17.jpg" WIDTH=44 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_18.jpg" WIDTH=44 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_19.jpg" WIDTH=30 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_20.jpg" WIDTH=41 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_21.jpg" WIDTH=46 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_22.jpg" WIDTH=45 HEIGHT=28 ALT=""></TD> <TD> <IMG SRC="http://shoandgo.com/site/images/header2/header2_23.jpg" WIDTH=51 HEIGHT=28 ALT=""></TD> </TR> </TABLE></td> <td width="15" background='http://shoandgo.com/site/images/rightbarlight.jpg' height='131'> </td> </tr> <tr> <td width="15" background='http://shoandgo.com/site/images/leftbarlight.jpg' height='409'> </td> <td width="524" bgcolor="#FFFFFF" valign="top" height="100%"> <center>{SESSION}</font></center> {PAGE_CONTENT} </td> <td width="200" bgcolor="#FFFFFF" height="100%" valign='top' align='right'> {POPULAR_PRODUCTS} {SALE_ITEMS} {CATEGORIES} {RANDOM_PROD} </td> <td width="12" background='http://shoandgo.com/site/images/rightbarlight.jpg' height='409'> </td> </tr> <tr> <td width="15" height='1' valign='top' align='right'> <img border="0" src="http://shoandgo.com/site/images/botleft.jpg" width="12" height="12"></td> <td width="750" bgcolor="#FFFFFF" height="1" background="http://shoandgo.com/site/images/botbarlight.jpg" colspan="2"> <img src="http://shoandgo.com/site/images/botbarlight.jpg" height="15" width='5'></td> <td width="12" height='1' valign='top' align='left'> <img border="0" src="http://shoandgo.com/site/images/botright.jpg" width="12" height="12"></td> </tr> <tr> <td width="15" height='1'></td> <td width="700" height="1" colspan="2"></td> <td width="15" height='1'> </td> </tr> </table> </center> </div> </body> I left out the top/bottom of this file because we all know what goes there. Thanks SO much for the help! -Chris Quote
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.