div wrap height centred

This is a discussion on "div wrap height centred" within the Web Page Design section. This forum, and the thread "div wrap height centred 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 Jul 24th, 2007, 16:02
New Member
Join Date: Jul 2007
Location: london
Age: 33
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
div wrap height centred

Hi

Is it possible to centre a div wrap both horizontally and vertically.

I'd like a wrap of 780px x 400px centred in the browser whatever the size of the window.

I can centre the width but can't seem to get the height to do the same.
Code: Select all
#wrap {
    width: 780px;
    height: 400px;
    border: 2px solid;
    border-color: #ccc;
    padding: 00px;
    background: #fff;
    background-image: url(images/splash.jpg); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin:40px auto;
    }
thanks

Last edited by karinne; Jul 24th, 2007 at 16:04. Reason: Please use [code]...[/code] tags when displaying code.
Reply With Quote

  #2 (permalink)  
Old Jul 24th, 2007, 16:05
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: div wrap height centred

Try following this

FAQ : How to centre horizontally and vertically?
Reply With Quote
Reply

Tags
centred, div wrap, height

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
Making centred div hug content mikeym Web Page Design 13 Dec 11th, 2007 22:23
How to make a table height equal to the browser height ? subhadip Starting Out 4 Sep 20th, 2007 07:56
centred table not touching the top of the screen? acrobat Web Page Design 9 Apr 14th, 2007 00:05
Div outside wrap issue timmytots Web Page Design 5 Oct 14th, 2006 23:28
place following divs in one page centred div antonyx Web Page Design 12 Dec 30th, 2005 21:00


All times are GMT. The time now is 16:22.


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