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 02-20-2006, 04:22 AM Vertical Align
beta's Avatar
Extreme Talker

Posts: 169
Trades: 0
Im trying to find a pure CSS method to vertically align a div, I have seen the way to do it with a table and a little bit of style but i was wondering if anyone has a way just with CSS positioning?
beta is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-20-2006, 04:27 AM Re: Vertical Align
beta's Avatar
Extreme Talker

Posts: 169
Trades: 0
Ah, well i have found one solution, i havnt fully tested it yet but is seems ok

HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
<title>Hor & Vert Center</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<style title="Default" media="screen" type="text/css">
#center {width:200px; height:100px; position:absolute; top:50%; left:50%; margin:-50px auto auto -100px; border:1px solid black; text-align:center;}
</style>
</head>
<body>

<div id="center">
Your centered box.
</div>

</body>
</html>
beta is offline
Reply With Quote
View Public Profile
 
Old 02-20-2006, 04:51 AM Re: Vertical Align
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
you can use vertical-align or set the top margins
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-20-2006, 02:24 PM Re: Vertical Align
beta's Avatar
Extreme Talker

Posts: 169
Trades: 0
I tried that, i think it only works with inline elements, i could be wrong but it didnt seem to work for me.
beta is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Vertical Align
 

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.60258 seconds with 12 queries