Take this: http://jsfiddle.net/zVscL/4/
.edit-me {
height:100%; /*does not behave the same as Chrome*/
width:10px;
border:1px solid blue;
background:red;
float:left;
overflow: auto;
}
Open the page on Chrome, then Firefox. The blue div does not inherit
Is there an explanation why this happens? Any fixes? Pure HTML/CSS solutions are preferable.
I've been at this shit for hours trying to get CSS to behave and when I finally do FF does this. Eating up my development time.