For starters get rid of this prolog:
- Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
at the beginning of the file. It is not a mandatory requirement and it cause all sorts of browser issues.
In IE's case, it switches it into quirks mode.
Try that first and then come back to us.