Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 09-08-2007, 08:08 PM Align Vertically
Nathand's Avatar
Extreme Talker

Posts: 233
Location: USA
Trades: 0
Hi, I'm trying to align some text vertically. It's not working. Here's my code:

Code:
<html>
<head>
<style type="text/css">
div.container 
{
display: table-cell; 
vertical-align: middle; 
background-color: red; 
color: chartreuse;
height: 100%; 
}

</style>
</head>
<body>

<div class="container">
Hell World.
</div>

</body>
</html>
If I change the height of the "container" div to a percent or em value it works great (the text is centered), but it doesn't work with percents.

Thanks for the help,
Nathan
Nathand is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-09-2007, 07:34 AM Re: Align Vertically
maxxximus's Avatar
Extreme Talker

Posts: 219
Name: Rob
Location: UK
Trades: 0
There is poor support for display:table-cell so cant see much benefit to using it.

If you have tabular data a table is much better equipped to display it correctly with vertical align etc.
maxxximus is offline
Reply With Quote
View Public Profile
 
Old 09-09-2007, 09:11 AM Re: Align Vertically
danfinney's Avatar
Average Talker

Posts: 22
Name: Dan Finney
Trades: 0
Give these a read:

http://www.jakpsatweb.cz/css/css-ver...-solution.html

http://www.student.oulu.fi/~laurirai/www/css/middle/
__________________
d a n f i n n e y

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
danfinney is offline
Reply With Quote
View Public Profile Visit danfinney's homepage!
 
Reply     « Reply to Align Vertically
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21585 seconds with 12 queries