2006-10-17

Another IE gotcha

When including script files, do:

<script></script>

..instead of:

<script/>

Otherwise IE will render a blank page, only background is visible. "..feature applies to IE6 SP2 and IE7 Betas. IE6 SP1 and earlier are unaffected." (see link post).