To make a fixed block be still when you scroll a page in Microsoft Explorer, you have to fix a page background(!)
body
{
background: url('/n.gif') no-repeat;
background-attachment: fixed;
}
Doing things exactly the right way
body
{
background: url('/n.gif') no-repeat;
background-attachment: fixed;
}
No comments:
Post a Comment