html5 - Bootstrap for IE8 and below -
html5 - Bootstrap for IE8 and below -
i have developed dynamic site using php codeigniter. have used bootstrap v3.2.0 framework website responsive. now, issue is, entire website's alignment different in ie8 , other below versions. , sense of website has been changed in ie8, kindly suggest me on fixing issue.
try include code head:
<!--[if lt ie 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> you can check supported tags, functions in browser, web site http://caniuse.com/. ie8 , below doesn't back upwards html5 , css3.
html5 css3 twitter-bootstrap responsive-design
Comments
Post a Comment