mobilepc
09-22-2006, 05:17 AM
I am a newbie to css, and I have only been scripting for about 3-months and I have made a small website and did everything in CSS - no tables. Well, before I went to publish it i downloaded the newest version of Firefox and Opera. My site looked perfect in IE but when I went to load it in the other 2 it fell to crap. My perfectly aligned divs act as if there nothing holding them up, but even though I do not have years of exp. I know theres something small wrong here. I cant be that far off here. or can I? Below is my home pages source code. I have 2 css files and one is over 33k so i dont want to copy it in here so if you would like to help me out just let me know and i will email my css to you.. or yes if I must i will load it in here..
<!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>
removed meta content for this site...
<title>blahblahblahblahblahblahblahblahblahblah</title>
<link href="css/master.css" rel="stylesheet" type="text/css" />
<link href="css/content.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Begin Page Layout-->
<div id="wrapper">
<div id="banner">
I have a flash banner here..
</div>
<!--Begin Navigation Layout-->
<div id="navcontent"><script language="JavaScript" src="scripts/menu.js"></script>
</div>
<div id="content">
<div id="crosshead"><img src="images/gif/crossheader.gif" width="800" height="40" />
<div id="accessbox">
<div id="cartbox"><a href="blahblahblahblahblahblah"><img src="images/gif/topnav-cart.gif" alt="Shop" border="0" /></a> </div><div id="carttxtbox">
<p id="carttext"><a class="access" href="blahblahblahblahblahblah">Cart</a></p>
</div>
<div id="shipbox"><a href="blahblahblahblah"><img src="images/gif/barcode2sml.gif" alt="Track Your Package" border="0" /></a></div>
<div id="shiptxtbox">
<p id="shiptext"><a class="access" href="blahblah.html">Tracking</a></p>
</div>
</div>
<div id="shipnote"></div><div class="clear"> </div>
</div>
</div>
<div class="clear"> </div>
<!--Begin Body Layout-->
<div id="bodycontent">
<div id="bodytopheader"></div>
<!--Left Column Start-->
<div id="columnL">
<div id="killer">
I have a flash movie here..
</div>
</div>
<!--Right Column Start-->
<div id="columnR">
<div id="maintext">
<p>blahblahblahblahblahblahblahblahblahblah</p>
</div>
</div>
<div id="bodybottomheader"></div>
<div class="clear"> </div>
</div>
<!--Footer Layout-->
<div class="footerspace"></div>
<div id="footer">
<div id="footerpic">
<div id="footsale"><p id="footertxt"><a class="accessfoot" href="/blahblah.html">Sales</a></p></div>
<div id="footmap"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Site Map</a></p></div>
<div id="footlink"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Link To Us</a></p></div>
<div id="footcon"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Contact Us</a></p></div>
<div id="footpol">
<p id="footertxt"><a class="accessfoot" href="policy/policy.html">Policy</a></p></div>
</div>
</div><div class="clear"> </div>
<!--Curves-->
<div class="curvel">
<div class="curver"> </div>
</div>
</div>
<!--Copyright Information-->
<div id="copyright">
<p id="copytext">© Copyright 2006 blahblah, Inc. All Rights Reserved.</p>
</div>
</body>
</html>
I hope you guys can help me out, thanks
<!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>
removed meta content for this site...
<title>blahblahblahblahblahblahblahblahblahblah</title>
<link href="css/master.css" rel="stylesheet" type="text/css" />
<link href="css/content.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--Begin Page Layout-->
<div id="wrapper">
<div id="banner">
I have a flash banner here..
</div>
<!--Begin Navigation Layout-->
<div id="navcontent"><script language="JavaScript" src="scripts/menu.js"></script>
</div>
<div id="content">
<div id="crosshead"><img src="images/gif/crossheader.gif" width="800" height="40" />
<div id="accessbox">
<div id="cartbox"><a href="blahblahblahblahblahblah"><img src="images/gif/topnav-cart.gif" alt="Shop" border="0" /></a> </div><div id="carttxtbox">
<p id="carttext"><a class="access" href="blahblahblahblahblahblah">Cart</a></p>
</div>
<div id="shipbox"><a href="blahblahblahblah"><img src="images/gif/barcode2sml.gif" alt="Track Your Package" border="0" /></a></div>
<div id="shiptxtbox">
<p id="shiptext"><a class="access" href="blahblah.html">Tracking</a></p>
</div>
</div>
<div id="shipnote"></div><div class="clear"> </div>
</div>
</div>
<div class="clear"> </div>
<!--Begin Body Layout-->
<div id="bodycontent">
<div id="bodytopheader"></div>
<!--Left Column Start-->
<div id="columnL">
<div id="killer">
I have a flash movie here..
</div>
</div>
<!--Right Column Start-->
<div id="columnR">
<div id="maintext">
<p>blahblahblahblahblahblahblahblahblahblah</p>
</div>
</div>
<div id="bodybottomheader"></div>
<div class="clear"> </div>
</div>
<!--Footer Layout-->
<div class="footerspace"></div>
<div id="footer">
<div id="footerpic">
<div id="footsale"><p id="footertxt"><a class="accessfoot" href="/blahblah.html">Sales</a></p></div>
<div id="footmap"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Site Map</a></p></div>
<div id="footlink"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Link To Us</a></p></div>
<div id="footcon"><p id="footertxt"><a class="accessfoot" href="blahblah.html">Contact Us</a></p></div>
<div id="footpol">
<p id="footertxt"><a class="accessfoot" href="policy/policy.html">Policy</a></p></div>
</div>
</div><div class="clear"> </div>
<!--Curves-->
<div class="curvel">
<div class="curver"> </div>
</div>
</div>
<!--Copyright Information-->
<div id="copyright">
<p id="copytext">© Copyright 2006 blahblah, Inc. All Rights Reserved.</p>
</div>
</body>
</html>
I hope you guys can help me out, thanks