摘要: HTML代码: <!DOCTYPE html><html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="js/jquery.j 阅读全文
posted @ 2017-11-23 15:44 旧友丶 阅读(130) 评论(0) 推荐(0) 编辑
摘要: HTML代码 <!DOCTYPE html><html> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script type="text/javascript" src="js/jquery.js 阅读全文
posted @ 2017-11-23 14:17 旧友丶 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Bootstrap 官网:http://getbootstrap.com/ Github:https://github.com/twbs/bootstrap/ AUI Github:https://github.com/liulangnan/aui 官网:http://www.auicss.com/ 阅读全文
posted @ 2017-11-22 17:25 旧友丶 阅读(208) 评论(0) 推荐(0) 编辑
摘要: *******************去除轮播里面旁边的阴影****************** .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) 编辑
摘要: mysqli_query(connection,query,resultmode);函数执行某个针对数据库的查询 mysqli_query(connection,query,resultmode);函数执行某个针对数据库的查询 可选。一个常量。可以是下列值中的任意一个: MYSQLI_USE_RES 阅读全文
posted @ 2017-11-19 17:42 旧友丶 阅读(3104) 评论(0) 推荐(0) 编辑
摘要: 先在你想显示的页面中添加表单用 <from action="index1.php" method="post"> //<from action="index1.php是向index1.php发送表单数据 method="post" post是传递方式 <input type="text" name= 阅读全文
posted @ 2017-11-19 17:15 旧友丶 阅读(2233) 评论(0) 推荐(0) 编辑