Hi All,

The attached sample produces an effect when viewed in IE (tested with 6) of
having a narrow bar shaped TD cell.  When viewed with FireFox or Opera the
effect does not occur.  Does anyone know why this is so and if there is a
single technique to achieve the same results with IE/FireFox/Opera browsers?

Thank you!
Mark

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>
<html lang="en">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<title>Test Page Showing a Bar</title>  
<style type="text/css">
td.bar
{
background-color: red;
width: 155px;
border: solid 6px transparent;
}
</style>
</head>
<body>
<table>
<tr><td class="bar"></td><td>9999</td></tr>
</table>
</body>
</html>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to