Ok, I respect your attempt... but your using the <IMG> tag.
The solution I am seeking does not use <IMG> because the background is
already specified and made visible by the CSS.
I am trying to find out HOW to stretch this thing only in CSS using <div
id=""/>
Any other takers? Unless you can get that to operate.
Much appreciated.
Still blue in the face...
=============================
<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>
_________________________________________________________________
Messenger Café open for fun 24/7. Hot games, cool activities served daily.
Visit now. http://cafemessenger.com?ocid=TXT_TAGHM_AugHMtagline
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]