On Friday, July 23, 2010 7:27:04 pm Marcin Herda wrote:
> I want to place a vertical bar across the page (at the bottom of the header
> div.
>
Just 3 little changes:
> #header {
position: relative;
> width: 100%;
> height: 154px;
> color: #ffffff;
> }
> #bar {
position: absolute;
> width: 100%;
> height: 35px;
bottom: 0; (replaced vertical-align: bottom, which only applies to
inline elements and table cells)
> background-color: #6F9FC8;
> }
>
---Tim
______________________________________________________________________
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/