What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » background attachment problem (IE)

background attachment problem (IE)
Author: Message:
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. background attachment problem (IE)
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?
04-01-2007 11:09 AM
Profile E-Mail PM Find Quote Report
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. RE: background attachment problem (IE)
no ideas? :<
04-02-2007 05:28 AM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: background attachment problem (IE)
I think you've found yet another example of poor CSS support in IE.
[Image: spartaafk.png]
04-02-2007 07:38 PM
Profile PM Web Find Quote Report
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. RE: background attachment problem (IE)
it's all good, i found a different way to achieve the affect I wanted in IE without the background :)
04-02-2007 10:00 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On