以下为引用的内容: <style> /* -----页面统一设置----- */ html,body{ margin:0px; padding:0px; background:url(images/boydBg.gif) repeat-x;} img{ border:0px; }
/* -----开始顶部统一设置----- */ #head{ width:1000px; height:364px; text-align:center; } #logo{ height:110px; background-color:#0099CC; background:url(images/home01.jpg) repeat-x; text-align:right; padding-right:420px;} #nav{ height:54px;} #banner{ width:950px; height:200px; text-align:center;} /* -----顶部设置完毕----- */
</style> </head>
<body> <!-- 顶部开布局 --> <div id=&head&> <div id=&banner&><iframe marginwidth=&0& marginheight=&0& src=&images/banner.swf& frameborder=&0& width=&950& scrolling=&No& height=&200&></iframe></div> </div>
|