Results 1 to 4 of 4

Thread: background image

  1. #1
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default background image

    help!!! i have a really simple question!

    i need a script that makes my picture on the background of my homepage appear just one time and not twice or even trice!

    i hope someone understands what i need and is able to help me out!
    thanks a lot!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you are using style to set the background image, set it to no-repeat:

    <style type="text/css">
    body {
    background:url('some.jpg') no-repeat;
    }
    </style>

    If you are not using style, you should. Style belongs in the head of the document, somewhere between the <head> and </head> tags.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank u very much!!

    but i still got a question: why does my chosen image doenst fill out the whole background while using this script?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Again, it is not a script. It is css style. Um, what part of no-repeat didn't you understand? Your image is of a certain size, the page is larger. Read this recent thread, it will explain things:

    http://www.dynamicdrive.com/forums/s...ead.php?t=3686
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •