Rendering Error with IE6

  • Thread starter Thread starter Michael G. Schneider
  • Start date Start date
Hi Michael,

This works fine
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
img { border: 0px none; }
..sidetopcell { padding: 10px; border-left: 10px solid black; }
</style>
</head>
<body>
<div>
<div class="sidetopcell">1</div>
<div class="sidetopcell">2</div>
<div class="sidetopcell">3</div>
<div class="sidetopcell">A</div>
<div class="sidetopcell">B</div>
<div class="sidetopcell">C</div>
</div>
</body>
</html>

Removed the paragraph tags. Yes IE has styling issues and I beleive they are
making attempts to address them in V7. Heres a link to a comprehensive list

http://www.positioniseverything.net/
 
Back
Top