Sidebar overflow problem with modified template.
Posted: Mon 02 Apr 2012 6:07 pm
I wanted to change the look of the standard template I use. To do this I needed to move the footer below the "</div> - page" and before the "</div> - body". But when I did this the sidebar over flowed the content area as in THIS example.
The only way I could stop this was to create a new invisible div where the footer was that has this property: "#fred {clear:both;}" (yes I called it fred). This works a treat as can be seen HERE.
So the question is - is this an acceptable way of over coming the problem or is there a better / more accepted way?
Duke
The only way I could stop this was to create a new invisible div where the footer was that has this property: "#fred {clear:both;}" (yes I called it fred). This works a treat as can be seen HERE.
So the question is - is this an acceptable way of over coming the problem or is there a better / more accepted way?
Duke