Template Suggestion

10 views
Skip to first unread message

awsdert

unread,
Aug 2, 2010, 5:42:34 PM8/2/10
to bluegriffon
<!-- I'll skip the header except for style-->
<style>
html { overflow:auto }
html * {
background:transparent;
color:inherit;
display:inline-block; /* This help when designing text only
compatibility */
font-family:sans-serif;
margin:0px;
padding:0px;
position:static
}
body { background:#fff;color:#000 }
p { display:block }
#z-1, #z0 {
position:absolute;
top:0px;
left:0px;
padding:1% /* elements taking up full space will need 100% - (2 x
padding%) to get no overflow or underflow */
}
#z-1 { z-index:-1 }
#z0 { z-index:0 }
</style>
<body>
<p id="z-1"><!-- We use img tags to make a scalable background --
></p>
<p id="z0"><!-- We stick our foreground here --></p>
<!--
Comment tags are obviously meant to be replaced by HTML
p & b tag are used for reducing bytes
-->
</body>
Reply all
Reply to author
Forward
0 new messages