twitter bootstrap - Internet explorer 8 scrolling bug jumping at the bottom of the page -



i have page built bootstrap, runs ok in browsers except internet explorer 8.

when viewing page on browser if scroll way down can't see bottom of page because scroll jumps (about 200px) automatically.

searching web found out solutions, need final user change browser configurations, that's not good..

i deactivated scripts created me, didn't seems internet explorer bug. it's joomla 3 site.

for has widgetkit solves issue on ie8.

.wk-slideshow .slides li{ /*autoscroll fix ie8*/     position: relative !important; } 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -