Party Vibe

Register

Welcome To

Anyone good with web design?

Forums Life Computers, Gadgets & Technology The Internet Anyone good with web design?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • If you look at my MySpace profile, (http://www.myspace.com/psyguyuk) I want to have that background on my own site and have the centre scrollable instead of scrolling down and the background image repeating it’s self.

    Paste this in between your “head” tags which should be close to the top on your source code.

    body {
    background-image: url(“http://i10.photobucket.com/albums/a137/jayuk20/Untitled-4.gif”);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    }

    [/CODE]

    Change the background position percentages to place the image where you want to on the page. At the moment it will be centred. You may also want to add a black background behind that so that it blends in.[CODE]

    body {
    background-image: url(“http://i10.photobucket.com/albums/a137/jayuk20/Untitled-4.gif”);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    }

    [/CODE]

    Change the background position percentages to place the image where you want to on the page. At the moment it will be centred. You may also want to add a black background behind that so that it blends in.

    Ah wicked mate, cheers! Works a treat.

0

Voices

1

Reply

Tags

This topic has no tags

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Forums Life Computers, Gadgets & Technology The Internet Anyone good with web design?