IE 6 - vertical space introduced on anchor rollover

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
interplaymedia

IE 6 - vertical space introduced on anchor rollover

Post by interplaymedia »

I'm struggling with an issue in IE6. Using either a two- or a three-column layout, with the content divs floated left, my page performs great in FF and IE 7 but breaks in IE 6. Empty space appears between the content divs and the footer. Strangely it doesn't always break. If I refresh the page, the divs return to their correct position. But then when I roll over an image-based anchor in the right-most div, the page breaks again.

The page is on our development server at http://72.249.44.69/~interpla/.

Any suggestions will be gratefully received.

Thanks in advance!
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: IE 6 - vertical space introduced on anchor rollover

Post by Nullig »

It might be here:

Code: Select all

	/* ie6 min-height hack */
	height: auto !important;
	height: 500px;
	/* ie6 end min-height hack */
Have you tried removing either the height: 500px; or the height: auto !important;?
Or perhaps a height: 1%; might work.

Nullig
Locked

Return to “Layout and Design (CSS & HTML)”