PDA

View Full Version : Texts not showing with IE



petrih
24 Mar 2009, 03:54 AM
I have tried to figure out what is wrong because all of the texts are not showing with IE7 but with Firefox all is visible. Even with IE I can see the texts if I use my mouse to select/paint everything on that blank spot.

Can you please help!


Before text:
<div id="body">
<div id="body-top">
<div id="body-bot">

CSS:
#body {
background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
background: bottom left url(images/body_bot.jpg) no-repeat;
padding: 36px 39px 19px 39px;
}