Working on a development site, and i noticed I have a skin that when viewed in explorer the page height is different compared to the Firefox, Chrome, etc...
Skin location:
http://dnn.johnsonlifters.com/stree...outUs.aspx Could someone take a look at this for me?
I'm going to try and recreate the page, see if I can resolve the situation, but I would like to know what I have wrong in the skin.
I'm pretty sure it has to do with the cycle carousel, height that i put in the css - but if I remove this specified height and replace with auto (450px), the div positioned below the cycle carousel module can be seen through the cycle images in Chrome, Does not fix the problem in Explorer, but looks correct in FireFox. ----

I'm so confused...
in this section: () added to show here
(.)contentrow7 /* cycle rotator */
{
width: 764px;
height: auto;
position: relative;
margin: 0 auto 0 auto;
}
(.)item7
{
float: left;
width: 89%;
height: 450px;
padding-top: 10px;
padding-left: 85px;
}
Any suggestions are greatly appreciated.
Regards