Lucid155
05 Mar 2011, 12:14 AM
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;
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;