发布网友 发布时间:2022-04-26 15:09
共3个回答
热心网友 时间:2022-04-22 19:32
1、新建html文档。
2、书写hmtl代码<div class="box"> <!--代码开始--><div class="main"></div><div class="sub"><div class="sub01"></div><div class="sub01"></div><div class="fixed">我是固定的哟</div></div><!--代码结束--></div>。
3、书写css代码。<style type="text/css">**{padding:0px;margin:0px;}.box{width:1000px;
;background:#ccc;margin:0 auto;overflow:hidden;}.main{width:770px;height:3000px;。
;background:#000;float:left;}.sub{width:220px;background:#FC6;float:right;}.。
4、sub01{width:220px;height:100px;background:#0CC;margin-bottom:10px;}.fixed
{width:220px;height:300px;background:#F66;font:normal 13px/30px \5FAE\8F6F\96C5\
9ED1;text-align:center;top:10px;}</style>。
5、书写并添加js代码。<script src="js/jquery.js"></script>。这就完成了。
热心网友 时间:2022-04-22 20:50
代码:热心网友 时间:2022-04-22 22:25
怎么发给你?