bootstrap-application-wizard icon indicating copy to clipboard operation
bootstrap-application-wizard copied to clipboard

IE 7+ Compatibility

Open pushpinderbagga opened this issue 12 years ago • 2 comments

Hello Andrew,

I just wanted to mark this as an issue because Bootstrap Modals are supported in IE7+ so this wizard should also be. I would be starting to work on it in a few days and would appreciate if we could together make it cross browser compatible.

In-case I get cornered with an issue - shall let you know!

Cheers! Bagga

pushpinderbagga avatar Feb 25 '13 00:02 pushpinderbagga

Sounds great Bagga, thanks!

amoffat avatar Feb 25 '13 03:02 amoffat

@pushpinderbagga Can you give an update ?

Will it work when you include the following within HTML <head>

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv-3.7.0.js"></script>
<script src="js/respond-1.3.0.min.js"></script>
<![endif]-->

Script can be found within the bootstrap-3 branch within the demo/js

gjrtimmer avatar Dec 06 '13 16:12 gjrtimmer