background solid image

Permalink
Hello,

I have noticed that e.g. in the log in page of the elemental, there is that solid background image that no matter if you scroll up and down the text, the image stays "unmovable". I would like to know how this technique is called and where i can find information on how to implement it.

Does anyone knows?

Thanks!

 
WillemAnchor replied on at Permalink Best Answer Reply
WillemAnchor
Hi vasileiosg,

You can find how this is done by using a tool like firebug, and check the css of the <body> tag.

body {
    background: rgba(0, 0, 0, 0) url("/concrete/images/bg_login.png") repeat scroll 0 0;
}


Also, you could take a look at this add-on:
http://www.concrete5.org/marketplace/addons/mrkdilkington-full-scre...