Creating a fixed background for a website
        Posted  
        
            by ShiVik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ShiVik
        
        
        
        Published on 2010-06-17T05:19:04Z
        Indexed on 
            2010/06/17
            5:23 UTC
        
        
        Read the original article
        Hit count: 313
        
css
|web-development
Hello all
I am trying to implement a fixed background for a website like one over here. Searching around for it told me that I can use background: fixed or background-attachment properties for this.
My problem is the image which will be used as background. I am thinking about following issues:
- What should be image size?
- how will it repeat when browser window size is very large? for big 27" monitors out there?
Can somebody guide me on these points?
Regards Vikram
© Stack Overflow or respective owner