I've been building a site that has a quirk in it. It will display just as intended in IE but not firefox. The left "nav" div which is floating left will be forced down to the bottom of the page. The main content area on the right is floating right and stays fine. The weird part is that a refresh will always correct this problem. and the problem will not occur on all the pages though they have identical set-ups.
The site is at 69.89.7.107/floors.php
here is the code for the page i'm working on floors.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Brocks 's TRI-CORR® Floors Supplied by Agri-Systems</title>
<meta name="descripti on" content="TRI-CORR aeration flooring to maximize your grain drying systems." />
<meta name="keywords" content="aerati on floor, grain bin floors, TRI-CORR, Grain bin, grain bins, grain storage, grain storage system, steel grain bin, Agri-Systems, grain systems, grain system design, grain storage bins, Litchfield, Minnesota, MN, Brock" />
<meta name="robots" content="index, follow" />
<meta name="distribut ion" content="Global " />
<meta name="rating" content="Genera l" />
<meta http-equiv="Content-Language" content="Englis h" />
<link href="styles.cs s" rel="stylesheet " type="text/css" />
<script src="includes/menuscript.js" type="text/javascript"></script>
<script src="includes/functions.js" type="text/javascript"></script>
</head>
<body onload="init()" >
<? include("includ es/main_header.php "); ?>
<? /* content2 = content is shorter than the menu
content = content is taller than the menu */ ?>
<div align="center" class="content2 " style="float:ri ght;">
<div style="height:a uto;"><br /><br />
<p align="center" class="medTextB old" style="font-size:36px; text-align:center;"> <strong>Floor s</strong></p>
</div>
<div style="height:a uto; padding-left:20px; padding-right:20px; text-align:left;">
<table> content in a table in here
</table>
</div>
<div style="height:a uto;"><br /><br />
<img src="images/5F.jpg" alt="Grain Bin FLoor" width="236" height="275" /><br /><br /><br />
<table> more content in a table in here
</table>
</div>
</div>
<div style="backgrou nd-color:#78B6EF; width:168px; display:table-cell; float:left; height:auto;">< ? include("left_m enu.php"); ?></div>
<? include("includ es/footer.php"); ?>
</div>
</body>
</html>
Please help I can't figure this one out.
The site is at 69.89.7.107/floors.php
here is the code for the page i'm working on floors.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Brocks 's TRI-CORR® Floors Supplied by Agri-Systems</title>
<meta name="descripti on" content="TRI-CORR aeration flooring to maximize your grain drying systems." />
<meta name="keywords" content="aerati on floor, grain bin floors, TRI-CORR, Grain bin, grain bins, grain storage, grain storage system, steel grain bin, Agri-Systems, grain systems, grain system design, grain storage bins, Litchfield, Minnesota, MN, Brock" />
<meta name="robots" content="index, follow" />
<meta name="distribut ion" content="Global " />
<meta name="rating" content="Genera l" />
<meta http-equiv="Content-Language" content="Englis h" />
<link href="styles.cs s" rel="stylesheet " type="text/css" />
<script src="includes/menuscript.js" type="text/javascript"></script>
<script src="includes/functions.js" type="text/javascript"></script>
</head>
<body onload="init()" >
<? include("includ es/main_header.php "); ?>
<? /* content2 = content is shorter than the menu
content = content is taller than the menu */ ?>
<div align="center" class="content2 " style="float:ri ght;">
<div style="height:a uto;"><br /><br />
<p align="center" class="medTextB old" style="font-size:36px; text-align:center;"> <strong>Floor s</strong></p>
</div>
<div style="height:a uto; padding-left:20px; padding-right:20px; text-align:left;">
<table> content in a table in here
</table>
</div>
<div style="height:a uto;"><br /><br />
<img src="images/5F.jpg" alt="Grain Bin FLoor" width="236" height="275" /><br /><br /><br />
<table> more content in a table in here
</table>
</div>
</div>
<div style="backgrou nd-color:#78B6EF; width:168px; display:table-cell; float:left; height:auto;">< ? include("left_m enu.php"); ?></div>
<? include("includ es/footer.php"); ?>
</div>
</body>
</html>
Please help I can't figure this one out.
Comment