Looking for advice on how to position two images within a div using percentages relative to the parent div.
Check out this fiddle for reference: http://jsfiddle.net/b9ce626s/
I experimented with setting position: absolute;
on the image, but it seems to be based on the window width.
I specifically want the right image to be positioned at 95% of the red div's width, without being affected by the left image's positioning.