mpl
mpl

Reputation: 31

Problems rendering page with bootstrap menu in IE10

I've downloaded the bootrap package and I´ve created a standard menu offered by bootstrap. My page with this menu is shown ok in Firefox, Chrome, and IE10 if I execute http://localhost/mypage_menu.htm But, if I execute http://computer_name/mypage_menu.htm, it only work ok in Firefox and Chrome.

I´m working, in both cases, in my computer.

Regards, María

Upvotes: 2

Views: 3723

Answers (2)

KBrianJ
KBrianJ

Reputation: 55

I had this problem and it was caused by the IE security settings. Open http://<your_server> in IE10, then open Internet Options-->Security-->Sites and add the server. This resolved the problem for me.

Upvotes: 0

flost
flost

Reputation: 21

Me helped following element

<meta http-equiv="X-UA-Compatible" content="IE=10" />

Upvotes: 2

Related Questions