Site acting funny in IE7

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
rockarena
New Member
New Member
Posts: 9
Joined: Thu Dec 28, 2006 9:44 pm

Site acting funny in IE7

Post by rockarena »

Just look at it in IE7 and then look at it in FF or IE6.

http://metalloween.be/index.php?page=upcoming-events

I have no ide why this is but it's not stretching out the background.
kazkas

Re: Site acting funny in IE7

Post by kazkas »

check out your CSS file:
#main { background: url(uploads/images/bg.jpg) no-repeat top; height: 353px; margin: 0; padding: 0 }
so IE7 does what it's told to do - draw the #main div with 353 height. Try to use min-height: 353px instead of height: 353px. Plus, do something with no-repeat, or else the background will be shown only once, no matter how long page will be.
rockarena
New Member
New Member
Posts: 9
Joined: Thu Dec 28, 2006 9:44 pm

Re: Site acting funny in IE7

Post by rockarena »

kazkas wrote: check out your CSS file:
#main { background: url(uploads/images/bg.jpg) no-repeat top; height: 353px; margin: 0; padding: 0 }
so IE7 does what it's told to do - draw the #main div with 353 height. Try to use min-height: 353px instead of height: 353px. Plus, do something with no-repeat, or else the background will be shown only once, no matter how long page will be.
So somebody messed with this css because that wasn't written that way in the original file! Thanx for noticing.
Post Reply

Return to “CMSMS Core”