Disappearing texts in IE6

Hi everyone…

I have a strange phenomenon in IE6… my news.php page’s texts disappears in IE6… I tried to adjust the page height to fix thinking may be my page height is not enough to include the posts but in IE6 the texts disappears and pics, title and dates stay! … Can anyone help please…?

Paul…I am sorry that I keep coming back to ask these IE6 questions… I thank you for your patience with me…

Here is the link and an attachment…

Rajeev Thomas Photography

Thanks again…

Rajeev

Hi,

In you npost styles you have set haslayout incorrectly. You use zoom:1px when you meant zoom:1.0 :slight_smile:


.npost {
text-align:left;
font-size:17px;
position:relative;
[B]zoom:1.0;[/B]
padding:10px 0 50px 150px;
color:#A67445;
}


Thank you Paul… for all your help…that helped to solve that problem… :slight_smile: