|
Re: Weird IE bug?
For starters I would suggest trimming out the surplus divs such as those with class='C' and class='FWrapper.
The styling code could be applied straight to the footer div for example.
Your basic layout structure is three horizontal divs. These are full width and will naturally flow one after the other.
You then just need the extra layout for the middle section bits and pieces.
You also currently have 13 empty <p></p> tags.
|