05 2015 档案

div,css常用技术
摘要:1,一张图作为背景的用法:必须指定width,height,background属性.smallCircle{ margin-top: 25px; margin-left: 40%; width: 10px;height: 10px; background:url(../images/smallCi... 阅读全文

posted @ 2015-05-18 13:08 防空洞123 阅读(277) 评论(0) 推荐(0) 编辑

css选择器笔记
摘要:p.important {color:red;} 选择器现在会匹配 class 属性包含 important 的所有 p 元素我们假设 class 为 important 的所有元素都是粗体,而 class 为 warning 的所有元素为斜体,class 中同时包含 important 和 wa... 阅读全文

posted @ 2015-05-18 13:03 防空洞123 阅读(132) 评论(0) 推荐(0) 编辑

flash无法导入mp3文件
摘要:用全能音频转换通转换下,一切采用默认即可,点击下载地址这个软件真心好用。把mp3拖入其中,点击批量转换,参数默认,即可。 阅读全文

posted @ 2015-05-14 10:21 防空洞123 阅读(554) 评论(0) 推荐(0) 编辑

Sublime Text 3 常用插件以及安装方法
摘要:http://www.cnsecer.com/460.htmlZen Coding: 一种快速编写HTML/CSS代码的方法http://www.qianduan.net/zen-coding-a-new-way-to-write-html-code/前端开发另一专业IDE:Brackets实时预览... 阅读全文

posted @ 2015-05-12 14:54 防空洞123 阅读(145) 评论(0) 推荐(0) 编辑

简单的水平菜单
摘要:无标题文档 Alternative Country Jazz Rock Alternative Country Jazz Rock 阅读全文

posted @ 2015-05-08 12:01 防空洞123 阅读(164) 评论(0) 推荐(0) 编辑

HTML 按钮换肤
摘要:.button2{ background-image: url(images/input-bg.jpg); width: 83px; height: 31px; border: none 0px; font-size: 14px; cursor: hand;}这是... 阅读全文

posted @ 2015-05-06 11:22 防空洞123 阅读(175) 评论(0) 推荐(0) 编辑

css 盒子模型
摘要: 阅读全文

posted @ 2015-05-05 14:40 防空洞123 阅读(134) 评论(0) 推荐(0) 编辑

visibility:hidden和display:none的区别
摘要:大家知道,如果想让某一段代码在前台不显示,最简单的方法是用css的display:none即可,这样下边的内容就自动上移或右侧的左移来填补这个空隙。但特殊情况下我们只需要隐藏这个元素,但它的位置不能被占了,那该怎么实现呢。突然发现css还有一个visibility属性,用 visibility:hi... 阅读全文

posted @ 2015-05-04 13:44 防空洞123 阅读(166) 评论(0) 推荐(0) 编辑

导航