来源:自学PHP网 时间:2014-12-15 15:58 作者: 阅读:次
[导读] 想必大家对html中position属性并不陌生吧,使用它可以完成普通标签完成不了的任务,下面有个不错的示例,大家可以参考下...
想必大家对html中position属性并不陌生吧,使用它可以完成普通标签完成不了的任务,下面有个不错的示例,大家可以参考下
复制代码 代码如下:<html> <head> <title>day03.html</title> <style type="text/css"> /*首先写一个position的div*/ #car{ width:150px;height:30px; background: #999999; color:white;text-align: center; line-height: 30px;margin: 232px 300px; border:1px solid black;position: relative; } #num{ width:20px;height:20px;background: red; color:white;text-aligh:center; line-height:20px;position: absolute; top:-15px;left:25px; } </style> </head> <body> <div id="car"> 去购物车付款 <div id="num">0</div> </div> </body> </html> |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com