1、用DIV+CSS如何製作出這樣一個網頁的效果
暈 這不是div+css做的吧,應該是js廣告代碼
百度搜索 js廣告代碼 可以找到很多你要的效果!
2、「布局(div+css或html5結構標記)」在網頁設計題中屬於什麼?怎麼操作?有例子更好
布局(div+css或html5結構標記),在網頁設計題中屬於框架結構類,具體怎麼操作,需要看設計需求及設計者的思想,具體的你種個設計師問問
3、網頁設計作業div+css
我有大二時做的dreamweaver的網頁作業。有20份作業的源文件。任你挑選。
郵箱我就不單獨發回了,為了方便大家答下載參考。
我把網頁作業源文件打包上傳到我的百度網盤。可以直接下載,不需要注冊,也不需要積分。
網盤的下載地址,公布於本人的百度空間的文章中。
找不到或者有什麼問題的可以私信我
以上回答你滿意么?
4、史上最難做的網頁,用div+css做。對網頁設計者最有挑戰性的網站有哪些?
嘿嘿 你先學會電腦基礎 黑客其實就是 電腦學習很精的那種人%D%A
5、div css網頁設計實例?
以發送至您的郵箱
6、求一個用div+css製作的簡單網頁
去 網上下啊,網上比較多的,只要自己改動一下,老師不會發現的
企業方面的比較好找
發了,
7、求一份網頁設計與製作的作品,要div+css代碼的
這個不就是web嗎,
我這里有現成的,
希望能幫到你
8、求一個網頁製作高手用div+css做一個網頁布局 急 謝謝!!!!!!!!!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
<style type="text/css">
#containt{ height:530px; width:400px; margin:0 auto; border:1px solid #000000;}
#top{ height:100px; width:380px; margin-top:7px; margin-left:9px;}
#top_left{ height:100px; width:138px; float:left; border:1px solid #000000; border-right:none;}
#top_right{ height:100px; width:238px; float:left; border:1px solid #000000;}
#content{ height:50px; width:380px; margin-top:5px; margin-left:9px; border:1px solid #000000;}
#bottom{ height:350px; width:380px; margin-top:5px; margin-left:9px;}
#bom_left{ height:350px; width:138px; float:left; border:1px solid #000000;}
#bom_right{ height:350px; width:235px; float:left; border:1px solid #000000; margin-left:3px;}
.b_r_div{ height:100px; width:68px; margin-left:6px; float:left; margin-top:5px; border:1px solid #000000;}
#b_r_bottom{ height:120px; width:225px; margin-left:5px; float:left; margin-top:5px; border:1px solid #000000;}
</style>
</head>
<body>
<div id="containt">
<div id="top">
<div id="top_left"></div>
<div id="top_right"></div>
</div>
<div id="content"></div>
<div id="bottom">
<div id="bom_left"></div>
<div id="bom_right">
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div class="b_r_div"></div>
<div id="b_r_bottom"></div>
</div>
</div>
</div>
</body>
</html>
9、怎麼用div+css寫網頁設計,以這個為例
?