|
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.
|