Forum Moderators: not2easy
.container{
margin: auto;
width: 700px;
border: 20px solid black;
border-bottom-width:0px;
}
The three sides of the page (top, left and right) appear correctly in ie, but only the top appears in firefox. Anyone know why?
Also, how do I make a div extend the entire height of the page. Even when I have "height:100%;" it only extends as far down as the content within it.
Thanks
So it's still unclear, it could be many things... specificity problem, something positioned absolutely on top that overlaps, same selector defined somewhere sequentially below...
The Web Developer Toolbar is a great extension for debugging - Highlight Custom Elements, Highlight Block Level Elements, Highlight Positioned Elements - and looking at it like that might help find what's going on.