To make an iframe transparent with the old ie6 you have to
1. add this parameter in the iframe
ALLOWTRANSPARENCY='true'
2. in the open file (inside iframe) add this line in the <head>
<style type="text/css"><!-- BODY {background:none transparent;}--></style>
Internet Explorer 6 do not support transparency in *.png images, but there are some javascripts to fix this issue.
google pngfix.js or iepngfix.htc to get one.