Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My problem is that although the site seems to work fine in Chrome, in version of IE8 the fixed bar(div and ul) is invisible. I have tested with X-UA-COMPATIBLE option, IF IE conditional sentence, but I can not solve it at all. I have struggled about 1 week, now I am so tired. And in IE9, it is much slower than that of chrome.

My site address is http://kyuh.maddesign.co.kr

I do apologize if there is a obvious and simple answer that I've been too stupid to spot.

share|improve this question
You have a whole bunch of invalid HTML. No wonder IE is not working correctly... it chokes on invalid HTML. Fix the HTML and then troubleshoot what's left. – Sparky Jan 14 at 19:39
It would also help if you weren't hiding some elements in Firefox and not in IE. It's hard to tell what you're trying to accomplish. – isherwood Jan 14 at 19:40

1 Answer

At last, this problem is fixed. For a long time of googling and many tries, I have found what is working in my case. It is.... {zoom: 1} css option.

.ie8 classname {zoom: 1}

If you have same problem, try this one!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.