zcurtis
05-02-2003, 01:06 PM
I am having difficulty getting my code to display properly in Win IE5 (a major issue!). It seems to ignore my "mainImages" class with padding-left: 170px. This works fine in IE6 and Mozilla/Netscape. Below are sections of the style and html that the issue appears to apply to (full version is www.populus.com/v5/). Any thoughts?
Thanks!
#mainWrapper {position: absolute; top: 0px; left: 0px; z-index: 20; width: 100%; height: 550px;}
#populus {position: absolute; top: 0px; left: 0px; width: 100%; height: 70px; background-color: #4b6670;}
.mainImages {padding-left: 170px;}
<div id="mainWrapper">
<div id="populus">
<a href="/"><img class="mainImages" src="img/home/populus.jpg" width="207" height="40" alt="POPULUS" /></a>
</div>
</div>
Thanks!
#mainWrapper {position: absolute; top: 0px; left: 0px; z-index: 20; width: 100%; height: 550px;}
#populus {position: absolute; top: 0px; left: 0px; width: 100%; height: 70px; background-color: #4b6670;}
.mainImages {padding-left: 170px;}
<div id="mainWrapper">
<div id="populus">
<a href="/"><img class="mainImages" src="img/home/populus.jpg" width="207" height="40" alt="POPULUS" /></a>
</div>
</div>