Adaptive sliding carousel
-
I use Slide Anything to build navigation submenu for certain web pages. I used CSS and HTML events onmouseover/onmouseout to force “active” slide (with URL of the opened page) to be in a different color and style.
To make “active” slide focused (be the first to show) on smartphones in portrait mode (as adaptively only one slide is visible), I made separate sliders for each page with individual slide order (active slide is always first to the left).
I’d like to make use of more elegant and simple solution to make it possible without such hack.
Is it possible in any way (CSS, JS or else) to “force scroll” the slider carousel so that the desired slide is always first to the left (=”active” in my case)?
- The topic ‘Adaptive sliding carousel’ is closed to new replies.