Thanks for the feedback, had it fixed. Turned out to be a problem with closing a <button> tag. I closed it like this:

<button type="submit" title="Search" class="searchbutton" />

which completely(!) messed up the page.

Now it's closed this way <button type="submit" title="Search" class="searchbutton" ></button> and everything's fine :)

I'm aware of the validation errors, there's a div that's not closed. But that's an error in the Magento code rendering the banner block on the right - have to track that down.

Best,
Albert

Op 03-09-13 14:20, Albert van der Veen schreef:
Hi all,

I'm working on a new site and just found out it looks (and works, as you can't even click any link) awful in IE8/9 and good in IE10. Can anyone see whether IE8/9 are choking on something that IE10 has no problems with? I can't imagine css differences between IE9 and 10 being so huge it looks this awful.

    http://ideabooks.albertvanderveen.com/

Thank you for your time!

best regards,
Albert
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to