Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 27th, 2009, 01:52 AM
Authorized User
 
Join Date: Aug 2005
Posts: 64
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation verticle-align:middle not working

As you can see I've put vertical-alignt:middle but it doesn't seem to be working.

Any single or multiple line text and/or image(s) may appear here, so don't tell me to put line-height:300px, neither tell me to put display:table-cell as it won't work in IE.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.div
{
	width:300px;
	height:300px;
	border:solid 1px #000000;
	background:#FFFF00;
	text-align:center;
	vertical-align:middle;
}
</style>
</head>

<body>
<div class="div">
	<p>As you can see I've put <strong>verticle-alignt:middle</strong> but it doesn't seem to be working.</p>
	<p>Any single or multiple line text and/or image(s) may appear here, so don't tell me to put <strong>line-height:300px</strong>, neither tell me to put <strong>display:table-cell</strong> as it won't work in IE.</p>
</div>
</body>
</html>

Last edited by kanoorani; April 27th, 2009 at 02:00 AM.. Reason: spelling mistake





Similar Threads
Thread Thread Starter Forum Replies Last Post
Align to right not working Cyber Shiva HTML Code Clinic 4 July 19th, 2007 01:49 PM
EASY Q: Left-Align and Right-Align DIV? panuvin ASP.NET 1.0 and 1.1 Basics 0 December 16th, 2006 02:02 AM
Appending to the middle of a file monuindia2002 XML 4 March 8th, 2006 05:21 AM
Need to grab middle data from field datagram Classic ASP Databases 4 December 16th, 2004 12:37 PM
How to Insert additional column in the Middle of a ramk_1978 BOOK: Beginning ASP 3.0 0 November 6th, 2004 09:20 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.