I use IE8 on this computer, and FF3 on my other computer... everything works fine on my website without issues.
But I found out what your issue is... You have the following meta tag:
Code:
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
This means nothing on your website will cache... EVER.