i hate to break my vow of silence so soon lol, but i promise no more stupid posts... i been playing with stretch background for the last 90 minutes or so and im having a bit of trouble 1st i tried code1 then code 2...
Code 1 gave me the option to put text but not flash content on the page using #content... then i found code2 which did the oppsite, flash content was showing and the text & java script text scroller dont show... when i mixed the #content function in with the new code my page appears 100% and the way i want it only about 70% in width for some reason...
code 1:
header::
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Imagetoolbar" content="no">
<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%; allowtransparency="true";}
/* 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]-->
call ::
<div id="bg"><img src="background.gif" width="100%" height="100%" alt=""></div>
<div id="content">
code 2:
header::
<style type="text/css">
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
body {font-family:verdana, arial, sans-serif; font-size:76%;}
#background{position:absolute; z-index:1; width:100%; height:100%; allowTransparency="true";}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;}
#content {padding:5px 300px 20px 200px;}
p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;}
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}
#content {position:relative; z-index:1;}
</style>
call:
<img id="background" src="background.gif" allowTransparency="true">
allow transparency didnt do anything its just there from things i was trying... maby some1 knows a easier way to do this or a way to refine the code properlly
http://www.freewebs.com/fallingrain11/22.html heres what it looks like right now... i can make a page for the other 2 outlooks to help give a better idea if necessary...