Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Themes and Templates
    In reply to: [Hum] IE7
    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="https://localhost/wp-content/themes/hum/styleIE7.css" />
    <![endif]-->
    Forum: Themes and Templates
    In reply to: [Hum] IE7
    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!

    Forum: Themes and Templates
    In reply to: [Hum] IE7
    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.

Viewing 3 replies - 1 through 3 (of 3 total)