Thread Starter
Twee
(@twoarrows)
I copied the CSS code which is used in the media queries and copied these to a separate css file, which will only apply to IE7 browser.
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/wp-content/themes/hum/styleIE7.css" />
<![endif]-->
Thread Starter
Twee
(@twoarrows)
danny_getextra, thanks for your reply, I already tried to play with the heights, widths, overflows and positions, with no satisfying result.
However, I solved my problem by applying the CSScode for the smaller screens to IE7 users. Consequently the menu is now at the top of the screen and does not interfere with the contentdiv anymore. Quite a detour, but it works..
Thanks all for your input!
Thread Starter
Twee
(@twoarrows)
I cannot find anything about the compatibility they are providing. However, the theme is using conditional comments in the HTML code to adapt to old browsers (IE 6,7 and 8 in particular) and is also taking old browsers into account in the CSS code.