码迷,mamicode.com
首页 >  
搜索关键字:body    ( 27918个结果
html+css实现感恩节祝福
MyHtml.html --> *{margin:0px 0px;pasdding:0px 0px;} body{background:#FFCB7D} #Mbackground{width:1300px;height:650px;margin:6px auto; border:1px solid #000;border-r...
分类:Web程序   时间:2015-02-26 10:06:45    阅读次数:321
html+css英雄联盟列表
MyHtml.html --> *{margin:0px 0px ; padding:0px 0px;} body{background:#000;position:relative;} body .bg {width:1300px;height:700px;position:absolute;left:20px; top:10p...
分类:Web程序   时间:2015-02-26 10:05:47    阅读次数:496
html5瀑布流
MyHtml.html --> *{margin:0px; padding:0px;} body{text-align:center;line-height:30px;font-family:"微软雅黑";margin:5px auto;} .list{width: 1000px; border: 1px solid rgb...
分类:Web程序   时间:2015-02-26 10:04:41    阅读次数:286
html+css英雄联盟网页
MyHtml.html --> *{margin:0px 0px ; padding:0px 0px ;} body{ background-color:#000;position:relative; } #Mybg{width:1300px;height:700px;/*border:1px solid #FFCC33;...
分类:Web程序   时间:2015-02-26 10:04:23    阅读次数:198
html+css实现图片流动
MyHtml.html --> *{margin:0px; padding:0px;} body{ background:#ffb66c;} div{width:960px ; height:270px ;border:10px solid #e93d68; margin:120px auto ; border-r...
分类:Web程序   时间:2015-02-26 10:01:19    阅读次数:390
html+css实现图片展示桌面
MyHtml.html *{margin:0px 0px; padding:0px 0px;} body{background:url("img/bg.jpg");position:relative;} #main{width:1186px;height:788px; border:1px solid #66FF33;margin:50px au...
分类:Web程序   时间:2015-02-26 10:00:15    阅读次数:195
圣杯布局方法实例
<!doctype> <html> <head> <title>圣杯布局</title> <style> body,div{margin:0;padding:0;} .main{ background:red; width:100%; float:left; } .left{ background:yellow; width:300px; float:left; margin-left:-300px; } .right{ back..
分类:其他好文   时间:2015-02-25 23:53:16    阅读次数:253
html+css实现3D旋转图片展示
MyHtml.html --> *{margin:0px ; padding:0px} body{background:url("imgs/bg.jpg")} .list{width:1200px; height:700px;background:rgba(0,0,0,0.3 ); box-shadow:0px 0px 5px #000;...
分类:Web程序   时间:2015-02-25 18:40:59    阅读次数:246
html+css实现手机缩放,频幕转换
MyHtml.html --> *{margin:0px;padding:0px;} body{background:url("imgs/img/bj.jpg")no-repeat fixed; background-size:cover;} #nav #logo{ background:rgba(255,255,255,0....
分类:移动开发   时间:2015-02-25 18:39:06    阅读次数:328
禁用网页右键菜单和鼠标拖动选择
一、禁止鼠标右键菜单: 有如下两种方法来禁止鼠标右键1、在HTML元素的Body标签中加入Javascript事件句柄,代码如下: 说明:您也可以在网页指定的位置禁止右键,比如您只想在网页中的某个图片上禁右键防下载,或您只想在网页中的一段文字或表格上禁右键,您也只需将如上红色代码加入到相应的HT.....
分类:Web程序   时间:2015-02-24 19:48:53    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!