View Single Post
Old 05-21-2007, 03:27 PM   #6 (permalink)
Costin Trifan
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,082
iTrader: 0 / 0%
Costin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest orderCostin Trifan is a web professional of the highest order
Quote:
<head>
<title>Untitled Page</title>
<style type="text/css" media="screen">

body {
text-align: center;
vertical-align: top;
}

div.PageManager {
width: 70%;
height: auto;
text-align: left;
vertical-align: top;
}


/* Page Header */
div.PageHeader {
width: 100%;
height: 100px;
float: left;
text-align: left;
vertical-align: top;
border: solid 1px #ff9933;
background-color: #009900;
}

</style>
</head>
<body>
<div class="PageManager">
<div class="PageHeader">
header content
</div>
</div>

</body>

this is how it goes...
Costin Trifan is offline   Reply With Quote