Posted by cholden on December 2, 2009 at 8:36pm
Hey,
I'm currently doing some browser optimization and have a problem with IE7. It works perfectly in FF, Opera, Safari, Chrome and even IE6. I can't figure out how to fix it.
I've uploaded a picture of my problem (IE7)
http://grab.by/W68
..and here's how it should look (IE6)
http://grab.by/W63
Hope you got any suggestions on how to get around this error.
Thanks!
Comments
Can you post a link?
I appreciate your screenshots, but it's really hard to see what's wrong without seeing the source code. Can you post a link to your site?
Sure. Here you
Sure. Here you go:
http://salonfehaar.tk/
Your html does not validate,
Your html does not validate, see http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdelta.xnoc.net%.... Especially the not-closed img tag is something that could cause this kind of problem. Can you fix that and see if it solves the problem?
Oh, I always forget
Oh, I always forget validating. I've tried to fix the errors, but seems like there's an error in views. It wraps my header in a span. If you go to /det-etiske the site validates. But it doesnt fix my problem with IE7.
On my computer, it looks like
On my computer, it looks like the problem is solved! wrapping block-level elements in a SPAN does not validate, but usually it does not cause errors. Unclosed html tags on the other hand can cause problems like the one you were seeing, but I see that you fixed that. Are you sure that the problem is still there? Maybe you need to clear your cache.
Oi, I had my girlfriend
Oi,
I had my girlfriend looking at the problem - she solved it in 2mins:
min-height: 10px;
Wicked!
Thanks for your replies!
Where would we be without
Where would we be without girlfriends, right?