Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

full, scaled background on default theme

edited February 2011 in Vanilla 2.0 - 2.8
Hi folks,

Once upon a time a i got some skills in css/php but time changes and in the web it changes very fast ;) The background should work like on http://ringvemedia.com/

Well, I tried to add this to the body tag in the css file:
background-image: url(background.jpg); -moz-background-size: 100% 100%; -o-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%;
but that only worked on the activities page corectly..

Someone got an idea or do i need to flickr around?

Cheers
Tasmas

Comments

  • Options
    some small changes and it works fine for me now (i guess it doesnt work with older browser):
    background: #fff url(background.jpg) center center fixed no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; -khtml-background-size: cover; background-size: cover;
Sign In or Register to comment.