VALIDATE, VALIDATE, VALIDATE!!! Load the WebDeveloper plugin into Firefox and run the validation on your HTML and CSS and fix those problems FIRST!
Taking a quick glance at your CSS I think you've hit the known I.E. float bug -- I vaguely recall that you need to add height:1%; or something like that but go to Explorer Exposed! and look for the I.E. bugs section and read up on it.
Also, your CSS anchor tags are in the wrong order...needs to be "LoVe HAte" (LVHA not LVAH like you have it.)
You'll prob have to use the holly Hack to hide the height, depending on what the real problem is. Good luck!
|