javascript - Can I disable the div id linking with Jquery UI Tab? -
here's demo: http://up.videodetective.com/jeff/strip/2/slider.html
it rotates every 5 seconds, scroll bottom of page , wait 5 seconds. when goes next item in slideshow whole page bounces div id is(in case top).
which poor user experience in opinion, there way disable moving ever div id is? i've looked online couldn't find anything.
oh , way i've tested ff 3.6, chrome, , ie9 if there css issues see heads great, main concern being brought div id.
in ccs rule #slider
, add
#slider { /*...*/ height: 500px; /*...*/ }
giving slider value height prevent jump happens when inner elements replaced.
Comments
Post a Comment