A bit of Background centering help?, Please? |
A bit of Background centering help?, Please? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2006 Member No: 373,178 ![]() |
So, I've got this layout, and basically, I want the image, blog text and the background to be centered.
So, after much work, I found that I can center the background (using top center), but found myself unable to do the same for the image and the blog text. Being the ever flexible person, I figured to do it the other way around, and fix my image and blogtext at left: 300px. Unfortunately... I can't do the same for my background. Hmm... ![]() Some help? This be my Background and Blog Text code: This be the image/header code Any help will be MUCHLY appreciated. ![]() Thanks! |
|
|
![]() |
*Libertie* |
![]()
Post
#2
|
Guest ![]() |
QUOTE(tealeafkitty @ Feb 6 2006, 10:00 PM) I'm a little confused too, but I think maybe what you're trying to do is position the background 300 px from the left? You would change your body code to: QUOTE body {
overflow-x: visible; margin-top: 600px; margin-left: 300px; background: #E2DDB5; overflow:-moz-scrollbars-vertical; background-image: url(http://i21.photobucket.com/albums/b271/leafgreentea/Back.jpg); background-repeat: repeat-y; background-position: 300px; |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2006 Member No: 373,178 ![]() |
QUOTE(Libertie @ Feb 7 2006, 12:28 AM) I'm a little confused too, but I think maybe what you're trying to do is position the background 300 px from the left? You would change your body code to: Yay! It worked! Thanks so much! @Insomniac: Yeah, your username pretty much gives it away ![]() |
|
|
![]() ![]() |