Here is my latest code... if anyone can get it to stretch I would be
greatful.
You can paste it in this website to render it...
http://www.w3schools.com/css/tryit.asp?filename=trycss_dim_min-width_percent
<html>
<head>
<style type="text/css">
div#header {
height: 94px;
width: 95%;
margin:0 auto 0 auto;
border: 3 solid #faf;
margin: 3;
background: #fff url( logocss.gif ) top left no-repeat;
}
div#headerLayout {
position: absolute;
float: left;
margin: 3 solid #bbb;
border: 3 solid #fab;
width: 100%;
height:100%;
}
div#header background {
width: 100%;
}
</style>
</head>
<body>
<div id="headerLayout" >
<div id="header"/>
</div>
</body>
</html>
_________________________________________________________________
Puzzles, trivia teasers, word scrambles and more. Play for your chance to
win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]