|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我这个时候还没意识到div在一些新人眼中产生的误导会比我想象的严重,直到第二个美工上班。
找在IE下完成CSS3效果的圆角时找到的一个实例,没有测试,不晓得利用起来怎样,有乐趣的伴侣能够本人试一下:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml"><head>
<title>在线演示-LHGCALENDAR</title>
<scripttype="text/javascript"src="http://www.qiuzhiquan.com/images/DD_roundies_min.js"></script>
<scripttype="text/javascript">
DD_roundies.addRule(.websjy1,5px20px3px10px,true);DD_roundies.addRule(.websjy2,5px,true);DD_roundies.addRule(.websjy3,1000px,true);
</script>
<body>
<h3>效果1</h3>
<divstyle="border:1pxsolid#CCCCCC;width:200px;height:200px;background:#66FFFF;margin-bottom:10px;"class="websjy1">32423</div>
<h3>效果2</h3>
<divstyle="border:1pxsolid#CCCCCC;width:200px;height:200px;background:#EEE;margin-bottom:10px;"class="websjy2">32423</div>
<h3>效果3</h3>
<divstyle="border:1pxsolid#CCCCCC;width:200px;height:200px;background:#ff0000;margin-bottom:10px;"class="websjy3">32423</div>
</body>
</html> 预览效果:http://www.websjy.com/club/websjy_index/53/
大大增加了开发时间,同时也增加了开发成本。当然如果你是一个熟手,或者可以白天黑夜都加班而不用担心没有加班费,那可能不会。 |
|