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