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:
it works fine on firefox , chrome (screenshot - chrome):
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:
to further said in comments, css errors in ie result of incorrect <!doctypes>
triggers quirks mode or developer defined standards within developer tools.
Comments
Post a Comment