does not activate the last element and incorrect positioned
See original GitHub issue
on the screen: this is the last slide
as you can see he is not selected as active and not being correctly positioned.
code:
.slider.js_multislides.multislides
.frame.js_frame
ul.slides.js_slides
li.js_slide: img(src='image/projects_1.jpg' width='226' height='164' alt='1')
li.js_slide: img(src='image/projects_2.jpg' width='226' height='164' alt='2')
li.js_slide: img(src='image/projects_3.jpg' width='226' height='164' alt='3')
li.js_slide: img(src='image/projects_4.jpg' width='226' height='164' alt='4')
li.js_slide: img(src='image/projects_1.jpg' width='226' height='164' alt='1')
li.js_slide: img(src='image/projects_2.jpg' width='226' height='164' alt='2')
li.js_slide: img(src='image/projects_3.jpg' width='226' height='164' alt='3')
li.js_slide: img(src='image/projects_4.jpg' width='226' height='164' alt='4')
li.js_slide: img(src='image/projects_1.jpg' width='226' height='164' alt='1')
li.js_slide: img(src='image/projects_2.jpg' width='226' height='164' alt='2')
span.js_prev.prev.icon-projects_arrow
span.js_next.next.icon-projects_arrow
.slider
position relative
margin 0 auto
width 226px
.frame
margin 0 auto
width 226px
overflow hidden
white-space nowrap
.slides
margin 0
padding 0
display inline-block
li
position relative
display inline-block
ps: in the rest of the library is great! Thank you for your trouble! 😃
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
z-index not working with fixed positioning - Stack Overflow
I can work around this by using position:absolute on the static element, but can anyone tell me why this is happening? (There seems...
Read more >4 reasons your z-index isn't working (and how to fix it)
Check that the elements have their position set and z-index numbers in the correct order. Make sure that you don't have parent elements...
Read more >position - CSS: Cascading Style Sheets - MDN Web Docs
The element is removed from the normal document flow, and no space is created for the element in the page layout. It is...
Read more >Popover Positioning is wrong when container is set to "body ...
With elements located on the right of the screen the position is not correct.
Read more >position - CSS-Tricks
The position property can help you manipulate the location of an element, for example:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The missing font-size: 0; on the .frame class causes wrong calculations.
@nstanard that was a long time ago. I suspect it was a newline (enter) between inline elements.