internet explorer - Twitter Bootstrap Carousel IE All versions weird space at top of carosel -


i used twitter bootstrap basic carousel template on website:

http://www.btwodesign.net/files/fusion/index.html

you notice on ff, chrome , safari, appears correct. on versions of ie there 100px's or of space added top of slider behind nav. nav still there background color of added space white (same nav) looks disappears. thank you, alex

just thought take crack @ it. don't have great solution have come far. ( tried on ie 10 )

.navbar-header {    position: absolute;    left: 20.5%; }  .navbar-nav {    position: absolute;    left: 53.15%; }  .carousel {    margin-top: -40px; } 

i apply these changes if detect ie. once got point realized the carousel buttons use change pictures don't work in ie 10.. believe case before apply these changes. ran out of time can figure out how address that.


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 -