2

I'm having problems when it comes to print in EI9. It seems that the css is failing, but it works great in IE10, IE11, Firefox and Chrome.

I read about bootstrap (yes, I'm using it) and html5 issues when it comes to this browser, but I couldn't find a solution that works in my case.

This is the most significant thing that I've tried so far:

<!--[if lt IE 9]>
<script src="html5shiv/dist/html5shiv.js"></script>
<script src="dest/respond.min.js" type="text/javascript"></script>
<![endif]-->

Thanks!

Syjin
  • 2,740
  • 1
  • 27
  • 31
Luke SpringWalker
  • 1,600
  • 3
  • 19
  • 33

1 Answers1

2

This might help. Printing Twitter Bootstrap correctly

This site has a pretty detailed explination for html and js browser hacks. http://browserhacks.com

You could also try forcing the IE mode. Like set it to edge. IE Compatibility Mode: 'X-UA-Compatible' tag 'Edge'

This is a long shot.. http://support.microsoft.com/kb/973479

Community
  • 1
  • 1
Xm7X
  • 861
  • 1
  • 11
  • 23