Here is a fiddle I created to address the issue mentioned: link here
In this scenario, the header and footer are positioned absolutely with 100% width, while the middle content consists of a dashboard table. The header contains two images that when clicked, toggle the content.
When clicking on slide-toggle-1
, the content of headerbottombar
becomes visible.
However, the middle content is hidden and overlapped in the process.
How can we ensure that the middle content is properly displayed when clicking on slide-button-1
and slide-button-2
?
Any suggestions or solutions using css, jquery, or javascript are appreciated as long as they are practical and effective.