Results 1 to 4 of 4

Thread: Centering Background Image In Css

  1. #1
    Join Date
    May 2008
    Posts
    69

    Centering Background Image In Css

    Hi

    Well,yeah i would like to Center the Background Image In Css. Basically, I want a background image that can be used in the body or inside a div, which is centered.Anybody know how to do this

    thanks for helping me..!!

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: Centering Background Image In Css

    May be you can append this HTML code to the file
    Code: <style type="text/css">
    body { background: url(anypicture.jpg) fixed center no-repeat;}
    </style>

    just put this code in modification.for more information you can visit w3 schools

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Centering Background Image In Css

    Hi there i know how to deal with this to insert a centered background Image, use this in your body definition inside a linked or import css file:

    HTML
    body { background-image: url(named_image.gif/jpg/png); background-position: center;}

    At the same time to include the same information inside the Html file instead of the css file, use:

    HTML
    <body style="background-image: url(named_image.gif/jpg/png); background-position: center;">

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Centering Background Image In Css

    You can try my easy way but Remeber that for IE, only the body can receive 'fixed' properties. Also, if you needed to a background image centered horizontally and vertically, it would be background-position: center center. Or it could be background-position.
    HTML
    body
    {
    background: url('named_image.gif/jpg/png') no-repeat center top fixed;
    }

Similar Threads

  1. How to set different background image for HTC Incredible S
    By Purujeet in forum Portable Devices
    Replies: 6
    Last Post: 29-11-2011, 10:54 PM
  2. Background image for xdm
    By Maya Angelou in forum Windows Software
    Replies: 4
    Last Post: 22-04-2010, 10:04 AM
  3. TD background image
    By Chrisch in forum Software Development
    Replies: 3
    Last Post: 18-11-2009, 01:06 PM
  4. How to put an image as MySpace background?
    By Tobius in forum Customize Desktop
    Replies: 2
    Last Post: 30-03-2009, 11:29 AM
  5. Background image is repeated
    By Jkbaseball in forum Customize Desktop
    Replies: 8
    Last Post: 22-10-2008, 02:25 PM

Tags for this Thread

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
  •  
Page generated in 1,713,453,627.62323 seconds with 17 queries