|
|
 |
RE: FN-FORUM: CSS centered box/container
date posted 27th January 2004 23:34
Thanks for that George, Nick & Dominic. Its just the ticket.
Now...next Q.... what would be the best way to put items/areas within =
such a
block/container?
CSS for the box is below...
Regards
Darren Spink
TEL: +44(0)113 253 4750
FAX: +44(0)113 253 1686
EML: [EMAIL REMOVED]
ICQ: 56667649=20
CSS Code:
body {
margin:10px 10px;=20
padding:0px;
text-align:center;
background-color: #D6CFC7;
}
=09
#Content=20
{
width:750px;
height:440px;
margin-top: -220px;
margin-left: -375px;
position: absolute;
top: 50%;
left: 50%;
border:1px solid black;
background-color:white;
}
|
 |
|