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写网页设计,以这个为例
?