Radio Button JavaScript Show/Hide Div Breaking out of template
Hi Experts,
I'm having an issue with my script/template.
As you can see in the attached image file, when the radio button keeps showing the next div tag based on the radio button selected, it's breaking out of the template and way further below the footer. Does anyone know how to fix this so that the footer will always be the lowest point and keeps getting pushed down if more div elements show?
add "overflow:auto" to your #main.
You will need to do some additional styling to make the right-content look right once it expands... the whole section gets pushed down. I have not looked at why it is doing this.
Bookmarks