wawebguy
08-03-2007, 05:08 PM
Hi,
I'm designing a website for a flight school I'm working for, and have run into a snag. I have each page set up with a menu bar on the left side, then the remaining content on the main page body. The page displays correctly on Firefox and Netscape. In IE, though, the main text content of each page on the site is shown below the menu bar. Here's the code I'm using for the main index page (as an example):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Wadsworth Aviation</title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div align="center">
<div id="container">
<div id="container-bg">
<!-- BEGIN LOGO -->
<div id="logo">
<img src="images/wa_logo3.jpg">
</div>
<!-- END LOGO -->
<div id="container-inner">
<!-- BEGIN MENU -->
<div id="menu">
<table id="menu-table">
<TR>
<TD class="menu"><a href="index.html" class="menu">Home</a></TD>
</TR>
<TR>
<TD class="menu"><a href="Aircraft.html" class="menu">Aircraft</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N7447J.html" class="menu">Piper Arrow</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N44195.html" class="menu">Piper Archer</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N7576W.html" class="menu">Piper Cherokee</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N20472.html" class="menu">Cessna 172</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N45496.html" class="menu">Cessna 150</a></TD>
</TR>
<TR>
<TD class="menu"><a href="Instruction.html" class="menu">Instruction</a></TD>
</TR>
<TR>
<TD class="menu"><a href="FAQ.html" class="menu">FAQ</a></TD>
</TR>
<TR>
<TD class="menu"><a href="directions.html" class="menu">Contact Us</a></TD>
</TR>
<TR>
<TD class="menu"><a href="photoindex.html" class="menu">Photo Gallery</a></TD>
</TR>
</table>
</div>
<!-- END MENU -->
<!-- BEGIN MAIN -->
<div id="main">
<h2>Welcome to Wadsworth Aviation</h2>
<p>At Wadsworth Aviation, we strive to maintain a higher level of instruction and to promote safety. With a well groomed staff of certified flight instructors, well maintained aircraft, and a great facility, you can be assured that Wadsworth Aviation is one of the finest flight schools around.</p>
<p>Our ground schools are held 4-5 times per year so we can maintain smaller classes and provide individual care. We stock all required books, charts, and supplies to assist you in achieving your goals.</p>
<p>With day and evening classes, we can fit your schedule. We are open 7 days a week and will fly year round as weather permits.</p>
<p>We train in both high and low wing aircraft so you can choose which best fits your need.</p>
<p>Either flying for fun or for a career, we can assure you that we will do our best to help you be the type of pilot you want to be.</p>
<p>Sincerely,</p>
<p>Joe Instructor, CFII</p>
<br>
<p align="center">Problems or comments? <a href="mailto:webmaster@wadsworthaviation.com">Click here</a> to e-mail the webmaster.</p>
</div>
<!-- END MAIN -->
</div>
<div id="end">
<p class="end">©Copyright 2006 by Wadsworth Aviation, Inc.</p>
</div>
</div>
</div>
</div>
</body>
</html>
I can't check the code on IE6, since I currently use IE7. Any suggestions?
I'm designing a website for a flight school I'm working for, and have run into a snag. I have each page set up with a menu bar on the left side, then the remaining content on the main page body. The page displays correctly on Firefox and Netscape. In IE, though, the main text content of each page on the site is shown below the menu bar. Here's the code I'm using for the main index page (as an example):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Wadsworth Aviation</title>
<meta name="GENERATOR" content="Quanta Plus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div align="center">
<div id="container">
<div id="container-bg">
<!-- BEGIN LOGO -->
<div id="logo">
<img src="images/wa_logo3.jpg">
</div>
<!-- END LOGO -->
<div id="container-inner">
<!-- BEGIN MENU -->
<div id="menu">
<table id="menu-table">
<TR>
<TD class="menu"><a href="index.html" class="menu">Home</a></TD>
</TR>
<TR>
<TD class="menu"><a href="Aircraft.html" class="menu">Aircraft</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N7447J.html" class="menu">Piper Arrow</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N44195.html" class="menu">Piper Archer</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N7576W.html" class="menu">Piper Cherokee</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N20472.html" class="menu">Cessna 172</a></TD>
</TR>
<TR>
<TD class="menusub"><a href="N45496.html" class="menu">Cessna 150</a></TD>
</TR>
<TR>
<TD class="menu"><a href="Instruction.html" class="menu">Instruction</a></TD>
</TR>
<TR>
<TD class="menu"><a href="FAQ.html" class="menu">FAQ</a></TD>
</TR>
<TR>
<TD class="menu"><a href="directions.html" class="menu">Contact Us</a></TD>
</TR>
<TR>
<TD class="menu"><a href="photoindex.html" class="menu">Photo Gallery</a></TD>
</TR>
</table>
</div>
<!-- END MENU -->
<!-- BEGIN MAIN -->
<div id="main">
<h2>Welcome to Wadsworth Aviation</h2>
<p>At Wadsworth Aviation, we strive to maintain a higher level of instruction and to promote safety. With a well groomed staff of certified flight instructors, well maintained aircraft, and a great facility, you can be assured that Wadsworth Aviation is one of the finest flight schools around.</p>
<p>Our ground schools are held 4-5 times per year so we can maintain smaller classes and provide individual care. We stock all required books, charts, and supplies to assist you in achieving your goals.</p>
<p>With day and evening classes, we can fit your schedule. We are open 7 days a week and will fly year round as weather permits.</p>
<p>We train in both high and low wing aircraft so you can choose which best fits your need.</p>
<p>Either flying for fun or for a career, we can assure you that we will do our best to help you be the type of pilot you want to be.</p>
<p>Sincerely,</p>
<p>Joe Instructor, CFII</p>
<br>
<p align="center">Problems or comments? <a href="mailto:webmaster@wadsworthaviation.com">Click here</a> to e-mail the webmaster.</p>
</div>
<!-- END MAIN -->
</div>
<div id="end">
<p class="end">©Copyright 2006 by Wadsworth Aviation, Inc.</p>
</div>
</div>
</div>
</div>
</body>
</html>
I can't check the code on IE6, since I currently use IE7. Any suggestions?