
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None | size: 0.62 KB | hits: 37 | expires: Never
<html>
<head>
<style>
<!-- Notice "left" is not declared to allow for centering -->
#content {
position: absolute;
top: 50px;
z-index: 0;
}
#flash {
position: relative;
z-index: 1;
}
</style>
</head>
<body>
<!-- Wrap it all in a table for centering (works better than a DIV in this case) -->
<table cellpadding="0" cellspacing="0" align="center" width="995px">
<td align="left">
<div id="flash">
<!-- Flash menu with sub-menus that drop over html can go here -->
</div>
<div id="content">
<!-- HTML content goes here -->
</div>
</td>
</table>
</body>
</html>