ie7 innerframe white background?

hello

i am using target=“innerframe” and i get a white background in ie7 for that area. tried adding a transparent rule in the body but with no success.

this is part of the code related to the frame:
<li class=“sdsd”><a href=“test.html” target=“innerframe”><b>sssss</b><!–[if IE 7]><!–></a><!–<![endif]–>

<iframe src=“test.html” width=“100%” height=“600px” scrolling=“no”
frameborder=“0” name=“innerframe”>
asdasdsada</iframe>

works very good on ff but in ie6 and 7 i get the white background.
hope you got something for me.thanks

what is in src=“test.html”?

in that file i have normal text

But that file is being displayed in your i frame so that should have the correct background then doesn’t it?

yes indeed. i tried with body {background:none} before </head>
tried with <body style=“background:none”> and transparent too still nothing…i think it’s an ie7 frames thing