You build it for FF, then you hack it for IE.
Take a look here: http://jbhstad.se/NicklasSandell/
Anyone knows what's up with IE? The menu seems to have a gap between for some reason, and the entire site is floated left?
Thanks in advance, -Nike
You build it for FF, then you hack it for IE.
Take a look here: http://jbhstad.se/NicklasSandell/
Anyone knows what's up with IE? The menu seems to have a gap between for some reason, and the entire site is floated left?
Thanks in advance, -Nike
Dealing with cross-browser compatibility takes a ton of patience and attention to detail. The best advice I can give is to...
1) Make sure IE is not running in Quirks mode. A lot of problems go away with the correct doc type.
2) Make sure that your HTML is valid. Use the W3C validator for this.
3) Understand how IE implements the box model.
4) Familiarize yourself with the known IE bugs.
5) Make yourself comfortable.
Here's an article from Smashing which goes over this is some more detail.
Good luck!