Within a single div, I have an assortment of images that are dynamically repositioned using JQuery.
$("#"+carElem).css({"left": pos.left+50 +"px"});
I am currently utilizing absolute positioning (although relative positioning yields the same outcome). Is there a way to ensure that any part of an image extending beyond the boundaries of the parent div is hidden?