<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <style> img{display: block;} #w{ float:left;} .ac{ background:#bbbbbb; border:1px solid #dddddd; } .bc{ background:#777777; border:1px solid #999; padding:1px; margin:1px; } .cc { background:#ffffff; border:1px solid #555; padding:5px; } .dc{ background: #CCCCCC; border: 1px solid #999999; } </style> </head> <body> <div id="w"> <div class="ac"> <div class="bc"> <div class="cc"> <div class="dc"> <a href="http://www.bilqut.com" target="_blank"><img src="http://bilqut.com/bbs/attachment/upload/1.gif" alt="站酷" border="0" /></a> </div> </div> </div> </div> </div> </body> </html> |