It looks fine to me. The one thing I can think of, though, is to set the height to 100% on the html and body tags aswell, if you havn't already.
Code:
html, body {
height: 100%;
}
EDIT:
Oh, now I see what you mean.
It seems you have a padding of 5px, in this part:
<div class="x-panel-body x-panel-body-default x-layout-fit" style=" padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; left: 0px; top: 25px; " id="ext-gen1356">
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
Last edited by lizciz; 08-21-2011 at 02:00 PM..
|