what is wrong with the cartinfo rule. In firefox it floats right and everything looks fine. In ie and chrome they stair step. Can anyone tell me what I missed.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
body {font-size: .75em; font-family: tahoma; background:url(../images/21.gif);}
body,h1,h2,ul,li {margin:0;padding:0;}
#container {width: 900px;height: auto; margin:0 auto;background-color: white;}
#header {height: 100px;}
#header h1 {background:url(../images/3logo.png) center no-repeat; height: 100px; width: 900px;}
span {display:none;}
#cartinfo ul {background-color:black;height: 50PX;float: right; width: 900px;line-height: 30px;}
#cartinfo li a:link,
a:visited,
a:active {list-style:none;float: right;color:white;text-decoration:none;width: 100px;text-align:center;text-transform:capitalize; border:1px solid white; margin-left:3px;}
#cartinfo li a:hover {color: #990000;}
</style>
</head>
<body>
<div id="container">
<div id="header"><h1><span>header</span></h1>
<div id="cartinfo"><ul><li><a href="#">checkout</a></li><li><a href="#">shopping bag (O)</a></li><li><a href="#">Contact Us</a></li></ul></div>
</div>
<div id="content">
<div id="col1"><h2><span>test</span></h2><!--
<p>
Our name describes the fine experience we have in manufacturing
beautiful, elegant and yet affordable linens. We take pride in our
business history and having 3 generations of experience, we know what
it takes to make an event most memorable. We have the finest customer
service available to you when we offer one-one FREE consultation; we
take your ideas and thoughts and transform them into a magical dream.
</p>
<p>We strive to carry the most popular inventory and a variety of
fabrics, such as, Satin, Silk, Shimmer Crush, Crush Taffeta, Pintuck,
Imperial Stripe, Organza, Polyester , Fur Spandex etc.
</p>
<p>Our extensive line of chair covers, can cover most type of chairs,
banquet, folding and chiavari. There is no chair we could leave
uncover, we can accommodate to different budgets and can manufacture
any style needed for your event, we take pride in manufacturing all our
products here in the USA and our turnaround time is very competitive.
We thank you for considering and trusting 3-generations as your
business partner and your linen expert... </p> -->
</div>
</div>
<div id="footer">footer</div></div>
</body>
</html>
howard
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style>
body {font-size: .75em; font-family: tahoma; background:url(../images/21.gif);}
body,h1,h2,ul,li {margin:0;padding:0;}
#container {width: 900px;height: auto; margin:0 auto;background-color: white;}
#header {height: 100px;}
#header h1 {background:url(../images/3logo.png) center no-repeat; height: 100px; width: 900px;}
span {display:none;}
#cartinfo ul {background-color:black;height: 50PX;float: right; width: 900px;line-height: 30px;}
#cartinfo li a:link,
a:visited,
a:active {list-style:none;float: right;color:white;text-decoration:none;width: 100px;text-align:center;text-transform:capitalize; border:1px solid white; margin-left:3px;}
#cartinfo li a:hover {color: #990000;}
</style>
</head>
<body>
<div id="container">
<div id="header"><h1><span>header</span></h1>
<div id="cartinfo"><ul><li><a href="#">checkout</a></li><li><a href="#">shopping bag (O)</a></li><li><a href="#">Contact Us</a></li></ul></div>
</div>
<div id="content">
<div id="col1"><h2><span>test</span></h2><!--
<p>
Our name describes the fine experience we have in manufacturing
beautiful, elegant and yet affordable linens. We take pride in our
business history and having 3 generations of experience, we know what
it takes to make an event most memorable. We have the finest customer
service available to you when we offer one-one FREE consultation; we
take your ideas and thoughts and transform them into a magical dream.
</p>
<p>We strive to carry the most popular inventory and a variety of
fabrics, such as, Satin, Silk, Shimmer Crush, Crush Taffeta, Pintuck,
Imperial Stripe, Organza, Polyester , Fur Spandex etc.
</p>
<p>Our extensive line of chair covers, can cover most type of chairs,
banquet, folding and chiavari. There is no chair we could leave
uncover, we can accommodate to different budgets and can manufacture
any style needed for your event, we take pride in manufacturing all our
products here in the USA and our turnaround time is very competitive.
We thank you for considering and trusting 3-generations as your
business partner and your linen expert... </p> -->
</div>
</div>
<div id="footer">footer</div></div>
</body>
</html>
howard