Results 1 to 2 of 2

Thread: Scaling, and centering a background image

  1. #1
    Join Date
    Feb 2011
    Posts
    34

    Scaling, and centering a background image

    http://connectedconsciousness.org/main/

    trying to figure out how to first scale my bg image, center it and make it so that colorful orb peaks up where the existin smaller logo is. Basically how do i move it around where i want to in the css?
    Heres my code currently in css:
    Code:
    body { margin-top: 0px; padding: 0; color: #888888; background-color: #F3ECC4; font-family: Verdana; font-size: 11px; line-height: 18px; background-image: url(images/stretchlogo-bg.gif); background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    Last edited by Lucid155; 05 Mar 2011 at 12:34 AM.

  2. #2
    Join Date
    Feb 2011
    Posts
    34
    Anyone have any input?

Similar Threads

  1. Image scaling with PHP?
    By Trillium in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 21 May 2010, 06:51 PM
  2. Centering background image?
    By damaestro in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 09 Jun 2008, 07:34 AM
  3. Page and background not centering
    By ncriptide in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 24 Nov 2007, 09:56 AM

Posting Permissions

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