Cobbled this together from a site, does it help?

<html>
<head>
<style type="text/css">
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
</style>
<!--[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
<![endif]-->
</style>
</head>
<body>
<div id="bg"><img src="logocss.gif " width="100%" height="84px"
alt=""></div>
</body>
</html>

On 8/31/07, Ken nashua <[EMAIL PROTECTED]> wrote:
>
> Evan thanks for the follow up... but things are not working. I am not sure
> I
> understood.
>
> Well I guess I did not understand how you semantically wanted things
> wrapped?
>
> >then wrap that div with another div called headerContainer{}, use that to
> >control layout positioning of your inner header div.
>
> Inside the body or the style tags?
>
> Use css inheritence?
>
> Can you elaborate?
>
> thanks
>
> _________________________________________________________________
> Tease your brain--play Clink! Win cool prizes!
> http://club.live.com/clink.aspx?icid=clink_hotmailtextlink2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to