ie6下的body:background图片在iframe里不能裸奔
和一个购物网站合作,我们的页面嵌入他们的网站以作推广:
<frameset rows="66,*" frameborder="no" border="0" framespacing="0"> <frame src="top.jsp" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" /> <frame src="http://www.9dadao.com/" name="mainFrame" id="mainFrame" title="mainFrame" /> </frameset>
body{font-size:12px;color:#000; background:url(../images/gwc_bg.gif) repeat-x left top;font-family:"simsun","宋体",Arial,sans-serif;}
body{font-size:12px;color:#000; background:url(../images/gwc_bg.gif) repeat-x left top #fff;font-family:"simsun","宋体",Arial,sans-serif;}