MK7 GTD & Mini GP
I seem to have come across a glitch when designing a new website.
I have a Div, which directly below I want to sit another div flush to the bottom edge. But, even when I set the CSS to 0px Margin etc... I still get a gap above the Div below?!
Like so....
<div id="Wrapper">
<div id="Inner">
Hello im a big box
</div>
</div>
-----//This is where I am getting a gap//------
<div id="Wrapper 2">
<div id="Inner 2">
Hello im a big box
</div>
</div>
I'm confused?!
I have a Div, which directly below I want to sit another div flush to the bottom edge. But, even when I set the CSS to 0px Margin etc... I still get a gap above the Div below?!
Like so....
<div id="Wrapper">
<div id="Inner">
Hello im a big box
</div>
</div>
-----//This is where I am getting a gap//------
<div id="Wrapper 2">
<div id="Inner 2">
Hello im a big box
</div>
</div>
I'm confused?!