pyrodude Posted July 30, 2007 Share Posted July 30, 2007 My page is displaying correctly (well, the way I want it to at least!) in IE6, but IE7 and Firefox shift the navigation bar too far to the right. I want it to rest on the left side of the screen. I've checked and it's valid xhtml 1.0 transitional and valid css, so there must be some issue with the code that I just can't find. The site is available on [link]67.185.245.81/btest/phptest[/link] and the source is as follows: <!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> <title>Disc Golf NW.com</title> <meta name="description" content="DiscGolfNW.com - The Inland northwest's premiere website for information about the fast-paced game of Disc Golf!" /> <meta name="Generator" content="" /> <meta name="robots" content="" /> <link rel="Website Icon" href="#" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="http://67.185.245.81/btest/phptest/clccss.css" rel="stylesheet" type="text/css" /> </head> <body class="bg_main" style="background-color: #5E945D"> <a name="top"></a> <table id="outer" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><div id="main_inner"> <!-- top areas begin--> <div id="logo"> </div> <!-- top areas end--> <div class="clear"> </div> <!-- Path begin--> <div id="can_pathway"> <span class="pathway">Home</span></div> <!-- Path end--> <div id="mid_out"> <div id="rightarea"> <div class="clear"> </div> <!-- main begin--> <div id="main_area"> <table width="745px" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><div id="rightmain"> <table cellpadding="0" cellspacing="0" class="moduletable"> <tr> <td><table width="202px" border="0" cellpadding="0" cellspacing="0"> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=main">Home</a></td> </tr> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=how">Learn How To Play</a></td> </tr> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=tournaments">Tournaments</a> </td> </tr> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=gallery">Photo Gallery</a></td> </tr> <tr> <td><a href="http://www.discgolfnw.com/PDGA2007rulebook.pdf" class="mainlevel">PDGA Rule Book</a></td> </tr> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=contact">Contact us</a></td> </tr> <tr> <td><a class="mainlevel" href="http://67.185.245.81/btest/phptest/index.php?current=games">Fun & Games</a></td> </tr> </table> </td> </tr> </table> </div></td> <td style="width:1px;"> </td> <td valign="top"><div class="left_edge"> <div class="right_edge"> <div class="top_edge"> <div class="top_lcorner"> <div class="top_rcorner"> </div> </div> </div> <div class="corner_inner"> <div id="main_body"> <table cellpadding="0" cellspacing="0"> <tr> <td valign="top"><div> <table class="contentpaneopen"> <tr> <td valign="top"> <div id="main_content" style="width: 543px;"><h1><font color='5E945D'>Welcome to Disc Golf Northwest!</font></h1><br /> Disc Golf NW is the Inland Northwest's premier website for information about disc golf, including the PDGA rulebook, locations of upcoming tournaments, and more! </div> </td> </tr> </table> </div></td> </tr> </table> </div> </div> <div class="bottom_edge"> <div class="bot_lcorner"> <div class="bot_rcorner"> </div> </div> </div> </div> </div></td> </tr> </table> </div> <!-- main end--> <div class="clear"> </div> </div> </div> <!-- bottom begin--> <div class="clear"> </div> <div class="bottomcontainer"> <table class="moduletable-topnav" cellpadding="0" cellspacing="0"> <tr> <td><a class="topnav" href="http://67.185.245.81/btest/phptest/index.php?current=main">Home</a> | <a class="topnav" href="http://67.185.245.81/btest/phptest/index.php?current=how"> Learn To Play</a> | <a class="topnav" href="http://67.185.245.81/btest/phptest/index.php?current=tournaments"> Tournaments</a> | <a class="topnav" href="http://67.185.245.81/btest/phptest/index.php?current=gallery"> Photo Gallery</a> | <a class="topnav" href="http://67.185.245.81/btest/phptest/index.php?current=contact"> Contact Us</a> </td> </tr> </table> </div> <div class="clear"> </div> <div id="footer"> Copyright Disc Golf NW, 2007<br /> This page took 0.000722 seconds to load.</div> <!-- bottom end--> </div></td> </tr> </table> </body> </html> 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.