CSS Issue
CSS Issue
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- ********0
You've not cleared your floated elements, so the rule is coming in at the last cleared point.
Add the following just above the footer.
<div style="clear:both"></div>