码迷,mamicode.com
首页 >  
搜索关键字:text/css    ( 2049个结果
键盘控制div上下左右移动 (转)
<html> <head> <title></title> <link rel="stylesheet" type="text/css" href="public/easy_ui/themes/icon.css"> <script type="text/javascript" src="public
分类:移动开发   时间:2016-03-12 21:09:41    阅读次数:204
无缝滚动
<!DOCTYPE html><html><head> <title></title> <style type="text/css"> *{padding: 0;margin: 0} #div1{ height: 200px; width: 800px; margin-left: auto; mar
分类:其他好文   时间:2016-03-12 10:28:53    阅读次数:192
Head FIRST HTML & CSS 16/3/11
<html> <head> <title>EdsonLin</title> <style type="text/css"> body{ background-color:#d2b48c; margin-left: 20%; margin-right: 20%; border: 2px dotted
分类:Web程序   时间:2016-03-11 23:53:35    阅读次数:234
[html]window.open 使用示例
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>父窗体</title> <style type="text/css"> html{overflow-x: hidden;} body{overflow-x: hidden;} </
分类:Windows程序   时间:2016-03-10 14:47:48    阅读次数:218
记录-Jquery uploadify文件上传实例
原本做的是from表单的文件上传,后来因需要用ajax异步,so接触到了Jquery uploadify上传 贴上代码,以供参考 需要引入的js文件 <link href="../res/uploadify/uploadify.css" rel="stylesheet" type="text/css
分类:Web程序   时间:2016-03-09 19:01:43    阅读次数:152
css3学习笔记
1、透明度:opacity rgba <div id="one"></div> <div id="two"></div> <style type="text/css"> #one { width:100px; height:100px; background-color:rgb(0,0,0); op
分类:Web程序   时间:2016-03-09 17:21:15    阅读次数:305
angularjs-ui-router-animation
html <!DOCTYPE html> <html ng-app="APP"> <head> <title></title> <link rel="stylesheet" type="text/css" href="main.css"> </head> <body ng-controller="M
分类:Web程序   时间:2016-03-09 01:41:40    阅读次数:289
Javascript——DOM学习笔记
<!DOCTYPE HTML><html> <head> <meta charset="utf-8" /> <title>DOM基础</title> <style type="text/css"> ol li ol li{font-size: 13px;} </style> </head> <bod
分类:编程语言   时间:2016-03-08 19:34:07    阅读次数:238
jquery html5 实现placeholder 兼容password ie6
<style type="text/css">/* 设置提示文字颜色 */::-webkit-input-placeholder {color: #838383;}:-moz-placeholder {color: #838383;}.placeholder {color: #ccc;}</styl
分类:Web程序   时间:2016-03-08 16:42:00    阅读次数:128
图片滚动
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <style type="text/css"> *{ margin: 0; padding: 0; } #bo
分类:其他好文   时间:2016-03-08 10:46:41    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!