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.

Need help with background image

4 posters

Go down

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:
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Need help with background image

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

Go Pics management and tick Background fixed
petros_7
petros_7
Forumember

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

http://www.thegreeksenergy.com/forum

Back to top Go down

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
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

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
Guest
Guest


Back to top Go down

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
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

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;
avatar
Guest
Guest


Back to top Go down

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;}
Mike
Mike
Hyperactive

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

Back to top Go down

Solved Re: Need help with background image

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

Thanks Smile
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

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

Sanket
Sanket
ForumGuru

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum