会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
加号与剑豪
上一页
1
···
5
6
7
8
9
10
下一页
2017年1月3日
鼠标事件
摘要: onclick 鼠标单击事件 当鼠标点击按钮时,将引用con()函数,从而弹出“xxx” ondblclick 鼠标双击事件 当鼠标双击按钮时,将引用con()函数,从而弹出“xxx” oncontextmenu 鼠标右击事件 (可阻止系统菜单弹出或自定义菜单) 当鼠标右击按钮时,将引用con()函
阅读全文
posted @ 2017-01-03 19:11 加号与剑豪
阅读(253)
评论(0)
推荐(0)
2016年11月10日
html总集
摘要: 3.1清单格式:<ul> <li>...</li></ul><li>的属性:type disc 实心圆(默认) circle 空心圆 square 实心方块 <ol> <li>...</li></ol> ol的属性:type 1 1.2.3表示 a a.b.c A A.B.C i i.ii.iii
阅读全文
posted @ 2016-11-10 19:08 加号与剑豪
阅读(806)
评论(0)
推荐(0)
css例子
摘要: 6.背景图像渐变的制作body{ background:#ccc url(xxx.gif)rpeat-x或y;} 7.给一个区块加上背景#branding{ width:700px; height:20px; background:url(xxx.gif)no-repeat;} 8.给标题加上一个小
阅读全文
posted @ 2016-11-10 18:56 加号与剑豪
阅读(170)
评论(0)
推荐(0)
css总集
摘要: 1 font-style normal 正常显示 italic 斜体 百分比 字体大小 font-size 像素 字体大小 font-family 字体名称 设置字体名称 letter-spacing noranl 正常显示 长度 文本间隔 word-spacing noranl 正常显示 数字 单
阅读全文
posted @ 2016-11-10 18:54 加号与剑豪
阅读(293)
评论(0)
推荐(0)
2016年10月31日
列表与导航,内联
摘要: 23.1列表图片1.内边距与外边距ul{ list-style-type:none; margin:0; padding:0;} ul{ list-style-type:none; margin:0; padding:0; line-height:150%;}ul li{ krgound:url(x
阅读全文
posted @ 2016-10-31 19:11 加号与剑豪
阅读(231)
评论(0)
推荐(0)
构造颜色,背景,图像
摘要: 22.11.设定颜色红色的几种合法定义:#fOO#ffOOOOredred(255,0,0)red(100%,0%,0%)2.十六进制三元组第一个字节:红色的值 二 绿 三 蓝简化写法:#cccccc 可写成#ccc,#ff6633 可写成#f633.17种具名颜色:黑色 black 000000藏
阅读全文
posted @ 2016-10-31 19:10 加号与剑豪
阅读(461)
评论(0)
推荐(0)
定义选择器
摘要: 20.1ID与类(class)1.id是唯一的,类是多项的2.id选择器: 适合所有h2标题 h2{ color:#333;font-size:16px;}只适合title的h2标题h2#title{ color:#eee;}3.结合多个class和idul#drinks{ color:red;}.
阅读全文
posted @ 2016-10-31 19:09 加号与剑豪
阅读(140)
评论(0)
推荐(0)
滤镜
摘要: 19.1Filter属性介绍格式:filter:xxxxx(xxx=xx);如:filter:alpha(opacity=50);filter:xxxxx(xxx=xx,xxx=xx);如:filter:alpha(opacity=50,style=2); 19.2Alpha滤镜的使用属性:opac
阅读全文
posted @ 2016-10-31 19:08 加号与剑豪
阅读(113)
评论(0)
推荐(0)
链接,光标,DHTML,缩放
摘要: 18.1css中链接的使用超链接伪类属性:a:link 表示该链接文字尚未被点选a:visited 表示该链接文字已被点选过a:active 表示该链接文字正被点选,但未被放开a:hover 表示当鼠标停留在文字上 18.2css中光标的使用属性:cursor auto 光标是手指 crosshai
阅读全文
posted @ 2016-10-31 19:07 加号与剑豪
阅读(131)
评论(0)
推荐(0)
区块,浮动,定位,溢出,滚动条
摘要: 17.1css中区块的使用width 像素/百分比 区块的宽度 autoheight ........... 高度 auto min-height ............ 最小高度 automax-height ............ 最大高度 automin-width ...........
阅读全文
posted @ 2016-10-31 19:06 加号与剑豪
阅读(147)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告