Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-14-2011, 07:03 PM   PM User | #1
jlamb@ripnet.co
New to the CF scene

 
Join Date: Apr 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
jlamb@ripnet.co is an unknown quantity at this point
Angry Disappearing content in IE6

I'm working on a website for my local mall, and on the Stores page the footer menu seems to randomly disappear. This happens only in IE6, and the menu always reappears when you change the font size/zoom. WHether or not the footer is present before a font size change seems to differ between every reloading of the page.

It seems to happen regardless of whether you scroll the page or not. I have added <p>&nbsp;</p> elements between the .event-page div in case the footer is touching another element with a float that causes it to disappear, which seem to fix it but then it breaks again randomly after reload. Tried using .event-page * {zoom: 100%; overflow: hidden;} just to see if hasLayout or the proximity of floats may be affecting things, but this did not fix the issue.

URL: http://www.1000islandsmall.com/revamp/stores.php

Any help would be appreciated
jlamb@ripnet.co is offline   Reply With Quote
Old 04-14-2011, 08:16 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,827
Thanks: 9
Thanked 685 Times in 679 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Looks like hasLayout on #cmp-footer - try adding height:1% to the css for this element. Works with the dev toolbar.

EDIT: Hmm, maybe not, that element already hasLayout.

EDIT AGAIN: Your conditional comments don't look right. Try changing:

Code:
                	<!--[if eq IE 6]><link rel="stylesheet" media="all" type="text/css" href="styles/ie6.css" /><![endif]-->
                	<!--[if eq IE 7]><link rel="stylesheet" media="all" type="text/css" href="styles/ie7.css" /><![endif]-->
to

Code:
                	<!--[if IE 6]><link rel="stylesheet" media="all" type="text/css" href="styles/ie6.css" /><![endif]-->
                	<!--[if IE 7]><link rel="stylesheet" media="all" type="text/css" href="styles/ie7.css" /><![endif]-->

Last edited by SB65; 04-14-2011 at 08:26 PM..
SB65 is offline   Reply With Quote
Reply

Bookmarks

Tags
css, ie6

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:31 PM.


Advertisement
Log in to turn off these ads.