I have a div which needs to be positioned statically / relatively. When it has both height and width defined in %, the browser (FF) ignores the height set and renders a very small div. However, when I set the height in px (approximately same calculated value), it works smoothly.
The width defined in % works perfectly.
I need the height to be defined in % as well - due to resolution / scaling issues.