html - Bootstrap 3 - Carousel example not working in IE10 -


i trying use bootstrap 3 carousel example.

when loading in internet explorer 10 (10.0.9200.16688 specifically), top of carousel not flush top of page, appears below navigation so:

enter image description here

it works fine on firefox , chrome (screenshot - chrome): enter image description here

how can top of carousel flush top of browser in internet explorer?

thanks in advance.

remove overflow: hidden; , override overflow: none; on .carousel-inner class that's wrapped within #mycarousel carousel container.

see below:

enter image description here

to further said in comments, css errors in ie result of incorrect <!doctypes> triggers quirks mode or developer defined standards within developer tools.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -