Here is the code:
#theDiv
{
position:absolute;
left: 25px;
top: 25px;
}
body > #theDiv
{
position:fixed;
}
Please let me know what you think of this fix, thanks ;).
Here is the code:
#theDiv
{
position:absolute;
left: 25px;
top: 25px;
}
body > #theDiv
{
position:fixed;
}
Please let me know what you think of this fix, thanks ;).
This is allright, but on P2L it gave me wrong vision. I thought that this is going to teach how fixed position can be done in IE.
Anyway I have solved this problem and live example is located here.
Position:fixed Fix for IE6 (without javascript)…
As you may know, Internet Explorer 6 does not support fixed positioning. I recently was working on a website where fixed positioning was needed. When I tested the site in Firefox it looked great, but in IE6 it rendered terribly….
Thanks for putting that on your site. I appreciate it very much. =D
Iiro thanks for that link. =D
Cool! thanks
You are very welcome =D
thanks
[...] More… [...]
http://tagsoup.com/cookbook/css/fixed/
your code might not be able to follow the scroll + resize bug in IE6 I believe.
Try the link =]
@Mo, thanks for this. I’ll add this to the post.
Sorry no dice.
hi, I saw your post on the fixed position on ie 6. I tried to use it on my website and it didnt work. can you explain a little about it please?