Hi Paul. I know, and i try to avoid the absolute positioning If I can. The layout is kind of simple (your display table/table-row/table-cell) method.
I have a wrapper div (display table). within wrapper I have header, navigation (both display: table-row). Below that I need a responsive slideshow.
Below that I have a main div and a footer div, both again display table-row;. I’m realy am struggling to get the slideshow into it all. I found a Javascript slideshow, and allthough that one is working, the behaviour is very unexpected (sometimes with the page switch the images don’t show)
Most sliders have some sort of allocated height so that they can be mixed in with the flow.
If the images are being placed absolutely you could make the wrapper responsive by applying percentage top padding to create an aspect ratio on to which you absolutely place the images (assuming all have the same aspect ratio). More info here.
@ John_Betong. That was a typo, but even after correcting that it still didn’t working.
@ PaulOB & ronpat. You are absolutely right about that it is difficult to see what is wrong without seeing the code. Problem was that I didn’t have the site live as yet.
@ PaulOB That is a brilliant slider and it is working as I had hoped for. I was struggling to get a patern overlay included Using position absolute wasn’t working (Absolute elements are removed from the flow. ) So I ended up using the captions option instead since I didn’t need captions for the slideshow and it is working great.