ev5unleash Posted March 21, 2009 Share Posted March 21, 2009 Hi, I'm currently working on a website and I'm having trouble with a cell being spaced out in Firefox and Internet Explorer. Although the space doesn't appear in any Webkit browser. I try making sure that Cellspacing and padding are 0 but the tiny gap in inbetween the top cell and the bottom ones is still there. Any ideas? Link : http://www1.ev5unleash.com:1212/websites/biologywebsite/indexlayout.html Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Biology Educational Website </title> <link href="style.css" rel="stylesheet" type="text/css" /> <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script> <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { background-image: url(images/200717041506-1877.jpg); text-align: center; } --> </style> <link href="/SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" /> </head> <body> <table width="999" height="748" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <td height="110" colspan="3" align="right" valign="top" background="images/images/tblbg_01.png"class="text" cellspacing="0" cellpadding="0"></td> </tr> <tr> <td width="88" height="634" align="center" valign="top" background="images/images/tblbg_02.png"> <table width="88" border="0"> <tr> <td width="96" align="center"><ul id="MenuBar1" class="MenuBarVertical"> <li><a href="?" class="text">Home</a></li> <li><a class="MenuBarItemSubmenu" href="#"><span class="text">Lessons</span></a> <ul> <li><a href="#" class="text">Start Lessons</a></li> <li><a href="#" class="text MenuBarItemSubmenu"><strong>Unit 1 - Biology</strong></a> <ul> <li><a href="?id=lessons&chapter=1" class="text">Chapter 1 - The Basics</a></li> <li><a href="?id=lessons&chapter=2" class="text">Chapter 2 - Ecosystems</a></li> <li><a href="?id=lessons&chapter=3" class="text">Chapter 3 - Populations</a></li> <li><a href="?id=lessons&chapter=4" class="text">Chapter 4 - Humans</a></li> </ul> </li> <li><a href="#" class="text MenuBarItemSubmenu"><strong>Unit 2 - Cells</strong></a> <ul> <li><a href="?id=lessons&chapter=5" class="text">Chapter 5 - The Cell</a></li> <li><a href="?id=lessons&chapter=6" class="text">Chapter 6 - Energy and the Cell</a></li> <li><a href="?id=lessons&chapter=7" class="text">Chapter 7 - Cell Life</a></li> </ul> </li> <li><a href="#" class="text MenuBarItemSubmenu"><strong>Unit 3 - Genetics</strong></a> <ul> <li><a href="?id=lessons&chapter=8" class="text">Chapter 8 - Genetics in General</a></li> <li><a href="?id=lessons&chapter=9" class="text">Chapter 9 - DNA/RNA</a></li> </ul> </li> <li><a href="#" class="text MenuBarItemSubmenu"><strong>Unit 4 - Evolution</strong></a> <ul> <li><a href="?id=lessons&chapter=10" class="text">Chapter 10 - Darwin's Theory</a></li> <li><a href="?id=lessons&chapter=11" class="text">Chapter 11 - Evolution of Populations</a></li> <li><a href="?id=lessons&chapter=12" class="text">Chapter 12 - History</a></li> </ul> </li> </ul> </li> <li><a href="#" class="MenuBarItemSubmenu"><span class="text"><span class="text">Tests</span></span></a> <ul> <li><a href="?id=test&chapter=1" class="text">Chapter 1 Test</a></li> <li><a href="?id=test&chapter=2" class="text">Chapter 2 Test</a></li> <li><a href="?id=test&chapter=3" class="text">Chapter 3 Test</a></li> <li><a href="?id=test&chapter=4" class="text">Chapter 4 Test</a></li> <li><a href="?id=test&chapter=5" class="text">Chapter 5 Test</a></li> <li><a href="?id=test&chapter=6" class="text">Chapter 6 Test</a></li> <li><a href="?id=test&chapter=7" class="text">Chapter 7 Test</a></li> <li><a href="?id=test&chapter=8" class="text">Chapter 8 Test</a></li> <li><a href="?id=test&chapter=9" class="text">Chapter 9 Test</a></li> <li><a href="?id=test&chapter=10" class="text">Chapter 10 Test</a></li> <li><a href="?id=test&chapter=11" class="text">Chapter 11 Test</a></li> <li><a href="?id=test&chapter=12" class="text">Chapter 12 Test</a></li> </ul> </li> <li><a href="?id=teacherlogin" class="text">Teacher Portal</a></li> </ul></td> </tr> </table> </td> <td width="910" padding="0" align="left" valign="top" background="images/images/tblbg_03.png"> <table width="895" height="620" border="0" cellpadding="0" cellspacing="0" background="/websites/biologywebsite/images/tbltxt.png"> <tr> <td align="left" valign="top"><p class="heading1">Welcome </p> <p class="text">Welcome to the Biology Education Website, this website is designed to teach and quiz everyone about Biology. This Website offers lessons on individual parts including the basics of Biology, Cells, Genetics and Evolution. This website includes games, quizes, tests, and much more . It's an easy way to teach a student or yourself everything there is to know about Biology.</p> <p></p></td> </tr> </table> </td> </tr> </table><table width="1000" height="50" border="0" align="center" background="images/infobar.png"> <tr> <td align="center" class="text">This website was created by Evan Janusziewicz. Other images and content have been mentioned on the Sources Cited Page.</td> </tr> </table> <p> </p> <script type="text/javascript"> <!-- var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); //--> </script> </body> </html> Quote Link to comment Share on other sites More sharing options...
ev5unleash Posted March 21, 2009 Author Share Posted March 21, 2009 really need help Quote Link to comment Share on other sites More sharing options...
haku Posted March 22, 2009 Share Posted March 22, 2009 Where is this gap you are speaking of? I looked at the page, but didn't really see anything. 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.