vertical centering woes

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



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

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 5th, 2004, 07:31
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gwx03
vertical centering woes

I tried using this centering method, which worked for my previous site www.gwx.biz but now fails to work for my new portal www.gwx.biz/KnowledgeSpace/

I had a table and inside the table tags were <td> tags and inside those tags was a <div> tag which is a ".container" class.

My CSS properties are..

.container {
position: relative;
height: 350px;
width: 500px;
border: medium dotted #000000;
text-align: left;
margin: 0px auto;
}

table {
width: 100%;
height: 100%;
}

td {
vertical-align: middle;
text-align: center;
}

You can download the website at www.gwx.biz/KnowledgeSpace/sourceCSS.rar

Please help me.. I'm at my wits end. I've done a lot of googling but my steps seem right!

  #2 (permalink)  
Old Jun 5th, 2004, 09:48
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
the height property does not work with the XHTML 1.0 Transitional doctype, whether in css or in the html... i have found that problem
  #3 (permalink)  
Old Jun 5th, 2004, 10:29
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gwx03
but the table method works on my old site http://www.gwx.biz/index2.html
  #4 (permalink)  
Old Jun 5th, 2004, 16:00
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gwx03
Update: Chances are I'll be abandoning this page. Though any help would be appreciated. I'm curious what went wrong. ( and why height works in old site, but not in the newer site )
  #5 (permalink)  
Old Jun 5th, 2004, 16:52
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
where does it work on your old site? the table i see is bigger than the main page anyway...
  #6 (permalink)  
Old Jun 5th, 2004, 20:32
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
It's the doctype that really affects how well this works. You can have identical code with different doctypes and it will work with one and not with the other.
  #7 (permalink)  
Old Jun 5th, 2004, 21:43
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
didnt notice the doctype on his old site lol
Closed Thread

Tags
vertical, centering, woes

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
Vertical centering - please help! mpnuttall Web Page Design 6 Apr 16th, 2008 11:38
Video woes timmytots Flash & Multimedia Forum 1 Feb 24th, 2006 22:05
Tip : Vertical and Horizontal Centering - Solved! gwx03 Web Page Design 0 Dec 15th, 2003 06:11
Vertical Centering in CSS gwx03 Web Page Design 1 Dec 5th, 2003 15:36


All times are GMT. The time now is 03:41.


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