BG image centered

This is a discussion on "BG image centered" within the Web Page Design section. This forum, and the thread "BG image centered are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 16th, 2007, 16:29
New Member
Join Date: Sep 2007
Location: Johns Creek, GA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
BG image centered

using Dreamweaver, is it possible to center a background image in the browser window? I need to center the entire webpage, but I used a BG image.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 16th, 2007, 16:31
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,788
Thanks: 0
Thanked 16 Times in 16 Posts
Re: BG image centered

Create a contanier and put the background in that with a margin:0 auto;...

Will that work?
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 16th, 2007, 16:32
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: BG image centered

Or just set the background to center in the body { }

Code: Select all
body {
    background: #fff url(background.jpg) no-repeat center center;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 16th, 2007, 16:34
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,788
Thanks: 0
Thanked 16 Times in 16 Posts
Re: BG image centered

Infact, use Karinne's method, alot simpler and less work
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help on keeping everything centered but with a min size ziplock122949 Web Page Design 16 Oct 8th, 2007 01:47
IE 5.5 div not centered Lchad Web Page Design 18 Mar 29th, 2007 14:02
help with 1 centered column t1g3r Web Page Design 3 Mar 14th, 2007 13:26
Background image left and right of centered div AdRock Web Page Design 11 Aug 15th, 2006 17:02
repeat a horizontally centered background image Legacy_Staff Web Page Design 12 Jul 14th, 2006 20:23


All times are GMT. The time now is 02:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42