Element with Left 100% overlaps Container Border
Hey, I'd like to be able to use percentages to move the red arrow around using JS. However giving it the property
Left: 100%
seems to overlap the border of my container. Could someone help me out with this?3 Replies
Edit fiddle - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
heres a jsfiddle
Any positioning method would be fine as long as I can position it from 0-100%
overflow: hidden
or
overflow-x: hidden
if you only want it on the horizontal axis