That if your really anal and spend shit loads of time on it that it pays off and you then become an IE guru fearing nothing but the sad self you have become...
Although it is nice to impress people with your amazing IE bug fixing abilities...
- Most IE bugs can be avoided by using different (normally better) CSS methods and super clean logical xhtml
- Always clear your floats with overflow hidden (or just hasLayout for IE)
- Understand what hasLayout is (basically a css porperty that gives IE a kick in the ass)
- When you start devving sites check IE6 all the time, untill your a pro ;¬P
Unfortunately, and I do train a small team of 6 developers, experience is one of the only things that really helps with these problems, stay calm, do good research in google and post your problem to a community if you really are stuck with a good demo of the problem.
Nice links >
- http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/ (although I recommend the PNG fix by Bob Osola /-0)
- http://www.gtalbot.org/BrowserBugsSection/ (amazing and funny... great!)
Good luck!