keep in mind, not everyone has IE, posting screen shots of the differences better your chances of help. also please post relative code.. it's annoying to have to dig through the source code ourselves.
& make sure you reset css when trying to make cross-browser compatible with something like
* {
padding:0;
margin:0;
}