Hia,
I know I've read the answer to this but can't find it again.
Within my content box I have a graphical div to illustrate the heading.
.VillageShop, .Accommodation {display:block;
padding:0px;
margin:0px;
height:100px;
width:97%;
text-align: center;
overflow: hidden;
}
.VillageShop {
background-image:url(../../../images/SiteImages/BarnBricks.gif);
}
.Accommodation {
background-image:url(../../../images/SiteImages/BizCategories/Accommodation/landhorizon3.jpg);
}
For some reason in IE the background image overflows beyond the content box (which is floated, if that's relevant). And just as strangely it stops overflowing if you resize the browser window.
It works fine in Firefox.
My "display:block" is only there because I thought that might have been the weird answer to the problem.
You can see what I mean here
business directory on my site
same applies in the accommodation section.
As ever your help is much appreciated.:)
Russell