trying to make a table layout and i'm getting a headachethe table displays incorrectly in IE (suprise), the pictures and source are belowi need to eliminate the whitespace between the nav bar links but i can't figure out the problemalso, the content panel is stuck way over on the right for some reason - i set border="1" for the main table to better illustrate the problemi probably screwed up nesting tables but i'm tired of looking at this, someone helpin IE:and in mozilla:
<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="style1.css" /> </head><body topmargin="100"> <!-- background="back.gif" --> <center><table border="1" cellpadding="0" cellspacing="0" class="main"> <tr> <!-- left side --> <td> <table border="0" cellpadding="0" cellspacing="0" class="leftside"> <tr> <!-- banner cell --> <td colspan="2" bgcolor="#000000" class="bannercell"> banner </td> </tr> <tr> <!-- left side picture cell --> <td rowspan="8" valign="top" align="left" class="picturecell"> <img src="leftside.png" </td> </tr> <tr> <!-- center nav cells x6 --> <td class="navbar"> <img src="nav_home1.png"> </td> </tr> <tr> <td class="navbar"> <img src="nav_about1.png"> </td> </tr> <tr> <td class="navbar"> nav3 </td> </tr> <tr> <td class="navbar"> nav4 </td> </tr> <tr> <td class="navbar"> nav5 </td> </tr> <tr> <td class="navbar"> nav6 </td> </tr> <tr> <td class="bottom" bottom </td> </tr> </table> </td> <!-- right side, content panel --> <td rowspan="2" valign="top" align="left" class="rightside"> content </td> </tr></table></center></body></html>
.main { width: 700px; border: solid 1px #000000; background-color: #ffffff; }.leftside { width: 300px; }.rightside { width: 400x; }.bannercell { height: 100px; width: 300px; background-color: #000000; padding: 0px 0px 0px 0px; }.picturecell { width: 150px; }.navbar { height: 50px; width: 150px; padding: 0px 0px 0px 0px; }.bottom { height: 200px; width: 150px; }
11/7/2005 5:52:37 PM
kill yourself
11/7/2005 5:58:55 PM
othx
11/7/2005 6:06:46 PM
write it for IE.fuck firefox.
11/7/2005 6:09:18 PM
problem being, i don't know how to do thati had been viewing the page in IE and thought i was just fucking up the htmlthen i opened it in firefox and everything was correctso its a combination of things really
11/7/2005 6:14:19 PM
can you post links to those two images?edit: the two banner images that isnav_home1.pngnav_about1.png[Edited on November 7, 2005 at 6:28 PM. Reason : .]
11/7/2005 6:28:18 PM