Is there any way to force IE (or hack) to interpret CSS properly? You know...like the other "compliant" browsers?
Here's what I'm talking about...
div#banner {
background-color: #ffffff;
bottom: 5px;
color: #000000;
font-size: 12px;
left: 5px;
margin: 0px;
padding: 0px;
position: absolute;
right: 5px;
top: 5px;
}
All browsers I've tested (except IE of course) interpret the CSS properly and display the page properly.
Any help appreciated.
Thanx.Look here for many ways:
<!-- m --><a class="postlink" href="http://centricle.com/ref/css/filters/">http://centricle.com/ref/css/filters/</a><!-- m -->
Here's what I'm talking about...
div#banner {
background-color: #ffffff;
bottom: 5px;
color: #000000;
font-size: 12px;
left: 5px;
margin: 0px;
padding: 0px;
position: absolute;
right: 5px;
top: 5px;
}
All browsers I've tested (except IE of course) interpret the CSS properly and display the page properly.
Any help appreciated.
Thanx.Look here for many ways:
<!-- m --><a class="postlink" href="http://centricle.com/ref/css/filters/">http://centricle.com/ref/css/filters/</a><!-- m -->