Move the nav-container div above the container and set its position to absolute in the CSS. I think thats what you're trying to do right?

Dave


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CSS Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style>
body {background: #CADEB9 url(images/pageback.gif) no-repeat fixed top left; font:12px Verdana,Arial; color:#000000; margin:15px 0 0 0;}

.container {margin-left:60px; width:500px; background: #FFFFFF url (images/contentback.gif) no-repeat fixed top; border:1px solid #6A68B6;}
        
.nav-container {margin-left:570px; width:100px; background: #FFFFFF; border:1px solid #6A68B6; padding:2px; position:absolute;}

.inner-container {margin-top:220px; margin-left:25px; width:450px; border:1px solid #9391CA; padding:2px;}

        span.header {color:#B66A68; font:bold 16px Verdana,Arial;}
</style>

</head>

<body>
<div class="nav-container">
        Nav Here
        <br><br>
        <br><br>
</div>
<div class="container">
        <div class="inner-container">
                <span class="header">Welcome!</span><br>
Welcome, and thanks for visiting our web site! This site was originally set up to provide our family and friends with all our wedding information. However, since it has been a few months now since our wedding day it's time for this site to become something more. Use the navigation bar at the right to find out more information on either of us, or to sign our guest book. Coming soon are pictures from our honeymoon an our wedding day. <br><br>

Although most of you know, we are now living in Rowlett, Texas, a suburb east of Dallas. All is well up down here in the south, but we indeed miss our family and friends back in Kansas and Illinois. Thanks again for visiting and if you have any questions during your stay please don't hesitate to email either Michelle or Ryan.<br><br>
        </div>
        <br><br>

</div>



</body>
</html>



_______________________________________________
Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://lists1.safesecureweb.com/mailman/private/list http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/

Reply via email to