Need help with background image Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    Need help with background image

    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Need help with background image

    Post by Bubletan October 23rd 2011, 4:21 pm

    Is there any codes to make something like that:

    From this:
    Spoiler:

    To this:
    Spoiler:
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Need help with background image

    Post by petros_7 October 23rd 2011, 4:57 pm

    Go Pics management and tick Background fixed
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Need help with background image

    Post by Bubletan October 23rd 2011, 10:11 pm

    petros_7 wrote:Go Pics management and tick Background fixed

    Thanks, but nothing happened Sad
    avatar
    Guest
    Guest


    Solved Re: Need help with background image

    Post by Guest October 23rd 2011, 10:18 pm

    Code:
    body {
    bakground: #000 url(Your Background Image Link);
    background-position: top left;
    background-repeat: repeat-x;}

    Good luck.
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Need help with background image

    Post by Bubletan October 24th 2011, 12:20 pm

    Johnny. wrote:
    Code:
    body {
    bakground: #000 url(Your Background Image Link);
    background-position: top left;
    background-repeat: repeat-x;}

    Good luck.

    Thanks, that helped some Razz

    Edit: How do i get it stay in the top of page?
    avatar
    Guest
    Guest


    Solved Re: Need help with background image

    Post by Guest October 24th 2011, 6:05 pm

    Replace
    Code:

    background-position: top left;
    with

    Code:
    background-position: top-center;
    or
    Code:
    background-position: top-left;
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: Need help with background image

    Post by Mike October 24th 2011, 10:32 pm

    Bubletan wrote:
    Johnny. wrote:
    Code:
    body {
    bakground: #000 url(Your Background Image Link);
    background-position: top left;
    background-repeat: repeat-x;}

    Good luck.

    Thanks, that helped some Razz

    Edit: How do i get it stay in the top of page?

    To get it to stay at top (if you were to scroll) add:

    body {
    bakground: #000 url(Your Background Image Link);
    background-position: fixed;
    background-repeat: repeat-x;}
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Need help with background image

    Post by Bubletan October 25th 2011, 1:57 pm

    Thanks Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Need help with background image

    Post by Sanket October 25th 2011, 2:04 pm

    Since this thread appears to be solved, I will archive this thread.
    Need help with background image 2j4t5a8

    Sanket Smile