I'm having problems with a side div
that won't get the height to 100% in Chrome. It works just fine in FF.
I'm using:
html, body {
padding: 0px;
width: 100%;
height: 100%;
}
#div {
min-height: 100%;
}
Why is that ?
I'm having problems with a side div
that won't get the height to 100% in Chrome. It works just fine in FF.
I'm using:
html, body {
padding: 0px;
width: 100%;
height: 100%;
}
#div {
min-height: 100%;
}
Why is that ?
This works perfect for me on every browser :
Can you provide more details?
Edit
Here is the updated version based on the provided information :
Still everything looks fine for Chrome, Firefox and IE8
You have to specify your parent with 100% height as well as the child so
The !important will overwrite all other height rules. Try that you should have no problems.
Check with Below code, working and Printing labels fine for me under
Zebra GC420d
label printer:Hope it helps!
From http://doctype.com/give-two-nested-divs-100-minheight: