Struggling to create a minimalist HTML layout with a horizontal scrollbar, featuring a large image on the left and a lengthy text with columns on the right? I suspect the issue lies in the implementation of position:relative
with float, as well as position:absolute
with left, but I can't seem to resolve it. Presently, the cover image displays correctly in the top left corner, but the text appears in the bottom right instead of the top right of the image.
Could you offer some assistance?
Take a look at this demo showcasing my current progress: http://jsfiddle.net/kz5ch49w/38/