Greetings, 

What I'd like to do is have a div that eventually is on a front layer that
displays a flash graphic transition. What's there now is a simple headhsot
graphic.

http://www.yourwebdna.com/runyan/

The background graphic should be at the top and centered about 10pixels
down. 

I don't understand why the whole thing gets pushed down the page just to
overlap the front div.

Code: 

<style type="text/css">

#headingbackground {
background: #BAAB9A url(pics/header.gif) no-repeat;
background-position: 0px 0px;
top: 10px;
width: 669px;
height: 249px;

}

#formalmike {
position: relative;
left: 0px;
top: 240px;
padding-right: 460px;
z-index: 20;
}

</style>

</head>
<body bgcolor="#BAAB9A">

 <div align="center">
  <div id="formalmike"><img src="pics/formalmike" height="244"
width="205"></div>
 <div id="headingbackground"></div>
</div>
</body>
</html>

Thanks

David

 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to