} .copyright_td { FONT-SIZE: 9pt; FILTER: dropshadow(color=#FFFFFF, offx=1, offy=1, positive=1); COLOR: #4d2a7c; FONT-FAMILY: "宋体"; HEIGHT: 14px } .header { font: 9pt Tahoma, Verdana; color: #FFFFFF; font-weight: bold; background-color: #698CC3 } .header a { color: #FFFFFF } .tableborder { background: #D6E0EF; border: 1px solid #698CC3 }
#zhan{ float: left; /让块靠左 clear: left; /让块的左边不能有其它块 height: 200px; /用这个来控制广告在内容里的位置 width: 1px; / } #ad{ height: 250px; width: 250px; float: left; /让块靠左 clear: left; /让块的左边不能有其它块 margin: 15px 15px 15px 0px; } #new img,#new table{ clear: left; /让内容里的图片和表格不会遮挡广告 } #new{ float: left; }
以上是我在IMAGES/STYLE.CSS里面加在最后的代码
|