摘要: *******************去除轮播里面旁边的阴影****************** .carousel-control.left { background-image:none; background-repeat: repeat-x; filter: progid:DXImageTr 阅读全文
posted @ 2017-11-20 15:48 旧友丶 阅读(965) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function(){ }); 事件 $("#b1").click(function(){ 鼠标点击 $("#b1").hover(function(){ 鼠标指向 $("#d1").mouseover(function(){ 鼠标移入 $("#d1").mous 阅读全文
posted @ 2017-11-20 15:47 旧友丶 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 需要引入一个flowup.js的js包 在scripy中输入下面的代码##################3 $(function(){ $("body").flowUp("p", { transalteY: 350, duration: 1 });});</script> 阅读全文
posted @ 2017-11-20 15:35 旧友丶 阅读(339) 评论(0) 推荐(0) 编辑
摘要: ***************HTML******************************* <div class="tag"> /*设置出矩形框*/ <em></em> <span></span> CSS气泡框实现 </div> *********************css****** 阅读全文
posted @ 2017-11-20 15:34 旧友丶 阅读(125) 评论(0) 推荐(0) 编辑
摘要: <link rel="stylesheet" type="text/css" href="1.css"/> 引入css格式 标签类 <a>添加超链接 *floct lift(浮动) *magin: 移动 <img src></img>插入图片 <b>标签换行 <i>标签倾斜 <u>标签下划线 <s> 阅读全文
posted @ 2017-11-20 15:32 旧友丶 阅读(199) 评论(0) 推荐(0) 编辑