Hi,

I want to place a vertical bar across the page (at the bottom of the header
div.

* {
    margin:0;
    padding:0;
}

body {
    background: #ececec url('images/head_fill.png') repeat-x;
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    font-size: 0.625em;
    line-height: 1.8em;
}

#header {
    width: 100%;
    height: 154px;
    color: #ffffff;
}
#bar {
    width: 100%;
    height: 35px;
    vertical-align: bottom;
    background-color: #6F9FC8;
}


and the html excerpt:

  <div id="header">
    <img src="images/logo-white.png" width="300px" alt="logo">
    <p> this is the header</p>
  <div id="bar">
    <p>this is for the horizontal bar</p>
  </div>
</div>

Thanks for your helpc
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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