http://country-gallery.com/
On my index page, the box with our photo and where it says We update this site every day....is supposed to be in a row below the columns. I have tried to fix this issue with absolute positioning and clearing the float, but it doesn't help. Works perfectly
in all other browsers.
In IE, it becomes a column.
How to fix in the css? Right now I have this div like so:
.borgeandjanet {
width: 55%;
background-color: FFF;
float: left;
margin-bottom: 0px;
padding-left: 10px;
font-size: 0.9em;
clear: both;
;
height: 140px;
}