I am drafting up a new layout here and was wondering if there would be any way 
to tweek the menu links to seamlessly extend the dashed line (a left border on 
the content div) up to right under the banner.

Thanks!

Debbie

www.drkdesign.com/chloejoseph/

CSS:

#container {
   text-align: left;
   background-color: #035580;
   margin: 0 auto 0 auto;
   padding: 0 0 0 0;
   width: 780px;
}   

#banner {
   height: 153px;
   border-bottom: 2px solid #727E84;
}


/*menu*/

#menu ul {
   margin: 0;
   padding: 6px 0 3px 0;
   list-style-type: none;
   background-color: #035580;
   text-align: right;
}

#menu li {
   display: inline;
   padding: 0 14px 0 14px;
   font: 80% Arial, Helvetica, sans-serif;
   font-weight: bold;
}    

#menu li a, #menu a:visited {
   text-decoration: none;
   color: #89989F;
}

#menu li a:hover {
   color: #FCAA7F;     
} 


/*sidebar*/

#sidebar {
    float: left;
 width: 0;
 padding-left: 25px;
    margin-left: 0;
 width: 200px;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to