It is not there because you have this:
<body bg='logo.jpg'>
There is no attribute called bg. It should be background="logo.jpg"
instead.
Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: java script help needed [mailto:thank you for your help]
Posted At: 28. juli 2004 02:32
Posted To: microsoft.public.frontpage.programming
Conversation: i have a fixed text box that is requiring a value to be
added when needed, but now i have this my fixed background image has
gone
Subject: Re: i have a fixed text box that is requiring a value to be
added when needed, but now i have this my fixed background image has
gone
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>Scroll...</title>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<style type="text/css">
HTML, BODY, #oFIXED {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
border: none;
}
BODY {
background: #c0c0c0;
}
#oFIXED {
position: fixed;
top: 0;
left: 0;
z-index: 5;
width: auto;
height: auto;
}
#testTable {
margin: 10px;
background: #ff0;
border: 2px solid #000;
}
#testTable td {
padding: 10px;
}
</style>
<!--[if IE]>
<style type="text/css">
HTML, BODY, #oFIXED {
overflow-x: hidden;
overflow-y: hidden;
}
BODY, #oBODY {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
#oBODY {
background: #c0c0c0;
z-index: 4;
overflow-x: auto;
overflow-y: auto;
}
#oFIXED {
position: absolute;
/*
width: expression(oBODY.clientWidth +'px');
height: expression(oBODY.clientHeight+'px');
*/
overflow-x: hidden;
overflow-y: hidden;
}
</style>
<![endif]-->
<script language="JavaScript" type="text/javascript"><!-- //--></script>
</head>
<body bg='logo.jpg'>
<!--[if IE]>
<div id=oBODY>
<![endif]-->text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
text 2 scroll<br>
<!--[if IE]>
</div>
<![endif]--><div id=oFIXED>
<table id="testTable"><tr><td>this is a fixed box</td></tr></table>
</div> </div> </body></html>