Shoutbox

background attachment problem (IE) - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: background attachment problem (IE) (/showthread.php?tid=73200)

background attachment problem (IE) by lordy on 04-01-2007 at 11:09 AM

for some reason when I try to set background-attachment to "scroll" in IE7 it seems to not work. The code is like so:

code:
#content {
    height: 500px;
    width: 706px;
    overflow: auto;
    background: url('images/contbg.gif') top left repeat-x scroll;
    border: #000000 1px solid;
    margin-left: 47px;
}


I've also tried defining all the background properties seperately (background-image, background-position, etc.) with no luck. It only seems to happen in IE7, I dont have any problem with it in Firefox.

Does anyone else know of any problems with background attachment in IE7? I haven't been able to find much on google :S anyone know how to fix?
RE: background attachment problem (IE) by lordy on 04-02-2007 at 05:28 AM

no ideas? :<


RE: background attachment problem (IE) by RaceProUK on 04-02-2007 at 07:38 PM

I think you've found yet another example of poor CSS support in IE.


RE: background attachment problem (IE) by lordy on 04-02-2007 at 10:00 PM

it's all good, i found a different way to achieve the affect I wanted in IE without the background :)