• Found:

    Layout not correctly in IE LT 9.
    fix: putt

    <!--[if lt IE 9]>
    		<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
    		<script src="<?php echo get_template_directory_uri(); ?>/js/respond.min.js" type="text/javascript"></script>
    	<![endif]-->

    below
    <html class="no-js" <?php language_attributes(); ?>>
    May be more, but have custom layout

    .assistive-text not work in IE7
    fix: https://jsfiddle.net/mnkZL/6/
    this fix includes opera 11.6x-12.? bugs

    May be more…

    https://www.ads-software.com/extend/themes/the-bootstrap/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: The Bootstrap] IE CSS Issue’ is closed to new replies.