Prueba haci:
   
Código javascript
:
Ver original<script type="text/javascript">
<!--
if (/MSIE (5\.5|6)/.test(navigator.userAgent)){
    document.getElementById('web').style.display='none';
    // $("#web").hide(); <------- jQuery
}
-->
</script>
  
Pon toda tu web en un div o algo con el id "web" y se ocultara para IE 5.5 y 6.
Tambien pudes usar <!--[if IE 6]>
Suerte
Salu2