<style>
<!--
.inmiddle{
position: absolute;
top: 100px;
left: 50px;
right: 50px;
bottom: 50px;
}
-->
</style>
<div class=inmiddle>some content and stuff</div>
if that doesn't work(which I doubt for IE) then you'll have to turn to Javascript...
EDIT: I though I might try this:
<div style="position: absolute; top: 0px; bottom: 0px; height: 100%; padding-top: 100px; padding-bottom: 50px;">
<div>content</div>
</div>
Last edited by scragar; 03-16-2005 at 04:02 AM.
If you are using PHP please use the [PHP] and [/PHP] forum tags for highlighting...
The same applies to HTML and the forums [HTML][/HTML] tags.
Bookmarks