Hello and thank you for this awesome theme.

I have a problema with IE 6, I use a 1280 resolution and when I switch from Firefox to IE 6 (default theme with no addons or logo change; IE default with win xp no change or activex installed) it stretches in with and doesn't show any logo at all nor search bar (available for annonymus users).
Did I miss something??

Thanks for your suggestions

Picture attached.

CommentFileSizeAuthor
deformed.png74.22 KBplastique

Comments

florian’s picture

I am not able to reproduce that. Try empty cache (admin/settings/performance). I prefer to have your URL instead of the attached image, to look at the page code.

plastique’s picture

I'll do that, but I think it won't affect anything, maybe its just a problem with my IE (Hate that thing).

Can't give you an URL cause its in a local host and its not connected to the net.

Thanks for your response.

barckhoff’s picture

Hi,

I found a similar problem, though mine was showing only a small chunk of the header and footer in the middle of the page. I changed the following CSS code and it worked for me. Maybe this will help you also:

[ layout-fixed.css ]

/* THIS PART BREAKS IE 6 -- replaced below
.sizer {
margin: 0 auto;
padding: 0;
text-align: left;
width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
max-width: 160px; /* IE7 supports this property, doesn't need the fancy MS expression */
}
.expander {
margin: 0 -520px; /* neg side margin values should be < or = to side body padding and 1/2 of min-width below */
min-width: 1024px; /* This prevents Safari from losing the negative margins in narrow windows */
position: relative; /* makes .expander visible outside .sizer in IEwin */
min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the star/html hack */
} /* .expander must receive "hasLayout" for IEwin bug fixing; applied in ie6.css and ie7.css */

*/

/* replacement code */

.sizer {
width: 0%;
margin: 0 auto;
padding: 0;
text-align: left;
}

.expander {
margin: 0 -520px;
min-width: 1000px;
position: relative;
}

[ ie6.css ]

.sizer {
width: 1000px;
}

.expander {
width: 1000px;
margin: 0 200px 0 200px;
}

florian’s picture

Status: Active » Fixed

Solved starting with zeropoint-6.x-1.7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.