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.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
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.
Reply With Quote

  #2 (permalink)  
Old Oct 16th, 2007, 16:31
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: BG image centered

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

Will that work?
Reply With Quote
  #3 (permalink)  
Old Oct 16th, 2007, 16:32
karinne's Avatar
SuperMember

SuperMember
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;
}
Reply With Quote
  #4 (permalink)  
Old Oct 16th, 2007, 16:34
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: BG image centered

Infact, use Karinne's method, alot simpler and less work
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 23:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43