Posted by Martin Pöpping on 08/19/06 22:29
Hello,
I´ve a problem with a simple DIV Tag.
It looks like this:
div#border{
height: 600px;
left: 188px;
width: 410px;
vertical-align: middle;
border: solid 1px #526e86;
}
and the HTML-Page:
<html>
<head>
<link type="text/css" href="./css/styles2.css" rel="stylesheet">
</head>
<body>
<div id="border">bla</a>
</body>
</html>
I want the DIV Tag vertically centered, but it does not work.
What do I do wrong?
Regards,
Martin
[Back to original message]
|