Sorry.. getting late in the day
I tried several things, this worked:
.overview img{
margin-bottom: -28px;
}
28px is the size of your bottom image so you might want to specify for just that image. The image inside the overview div was adding to the height of the box and as such the background tiled behind it.
I don't know why you have that absolutely positioned, you don't need it. You can float it instead this way:
Clear the float with this:
Quote:
.brclear{
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
|
Then put <br class="brclear /> below the closing div tag for the overview box.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|