Got transparency work in MIE 6 with this CSS code:
#suckerfishnav {
filter:alpha(opacity=70); /* IE’s 5.5 and 7 opacity does not work in IE 6*/
-moz-opacity:0.7; /* FF 2 and 3 opacity*/
opacity:0.7; /* opera and safari opacity */
z-index: 45;
background:#000000;
font-size:13px;
font-family:verdana,sans-serif;
width:100%;
}