CSS Layout Help
CSS Layout Help
Out of context: Reply #16
- Started
- Last post
- 18 Responses
- ETM0
I would add 'clear:both;' to your footer div. You will most likely have issues once you insert more content into the floated divs above.
Becareful about missing units in your code. Example:
line-height: 1;
Things like that, or 'line-height: normal;' will have different default values in different browsers.Any specific issues yet?