What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Fixed position in IE6 - Help needed

Fixed position in IE6 - Help needed
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Fixed position in IE6 - Help needed
I'm not sure if it will help at all, but I can see that you are missing the CSS attribute top for both #leftbg and #rightbg.

code:
#leftbg {
    background-image: url('left-bg.jpg');
    height: 100%;
    width: 184px;
    top: 0px;
    left: 0px;
    position: fixed;
}
#rightbg {
    background-image: url('right-bg.jpg');
    height: 100%;
    width: 184px;
    top: 0px;
    right: 0px;
    position: fixed;

}

EDIT:
oh wait, i didn't see the IE specific code listed. Still should be the same though. If you use postion: absolute anywhere, you always need one attribute from each of top/bottom and left/right

This post was edited on 09-21-2008 at 11:25 PM by MeEtc.
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
09-21-2008 11:23 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Fixed position in IE6 - Help needed - by Nathan on 09-21-2008 at 10:39 PM
RE: Fixed position in IE6 - Help needed - by MeEtc on 09-21-2008 at 11:23 PM
RE: Fixed position in IE6 - Help needed - by Nathan on 09-22-2008 at 06:18 PM
RE: Fixed position in IE6 - Help needed - by Nathan on 09-25-2008 at 09:20 PM
RE: Fixed position in IE6 - Help needed - by Spunky on 09-25-2008 at 09:35 PM
RE: Fixed position in IE6 - Help needed - by Nathan on 09-25-2008 at 09:49 PM
RE: Fixed position in IE6 - Help needed - by Nathan on 10-18-2008 at 05:05 PM
RE: Fixed position in IE6 - Help needed - by Eddie on 10-19-2008 at 02:57 AM
RE: Fixed position in IE6 - Help needed - by Nathan on 10-19-2008 at 11:22 AM
RE: Fixed position in IE6 - Help needed - by Nathan on 10-27-2008 at 11:38 AM


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