I’m having an IE7 issue with a website i’m working on – http://www.mini-meals.co.uk
Basically, the background image is not showing on behind the form on the ‘Free Trial’
panel, and is disappearing when I scroll down on the others.
I’ve tried adding position:relative; on a bunch of elements but it doesn’t seem to
make a difference.
Any ideas anyone? thanks.
Add this style to your page to see if you are experiencing an issue with hasLayout:
If this does correct your issue than a more “standard” way of correcting the background rendering would be to set an explicit width to those same “.panel-wrapper” items.