Back ground stays all the time how?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
Hi CSS expert...

How to make the back ground image in the nop stays forever like this? Both sides will not change however only the centre nop content will change.
http://www.christowles.com/2011/04/aspnet-forms-based-authentication-with.html

thanks
12 年 前
hi oyoon


set your background image in css like

body {
    background: url("path") no-repeat;
    background-attachment:fixed;

}


   background-attachment:fixed; you find your answer . . .
12 年 前
Thanks dude..it works...
12 年 前
welcome oyoon
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.