PDA

View Full Version : Scaling, and centering a background image



Lucid155
04 Mar 2011, 11:14 PM
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:

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;

Lucid155
07 Mar 2011, 02:13 PM
Anyone have any input?