码迷,mamicode.com
首页 >  
搜索关键字:list-style-type 设置标记    ( 209个结果
CSS列表类型变化
列表类型 在一个无序列表中,列表项的标志 (marker) 是出现在各列表项旁边的圆点。在有序列表中,标志可能是字母、数字或另外某种计数体系中的一个符号。 要修改用于列表项的标志类型,可以使用属性 list-style-type: 上面的声明把无序列表中的列表项标志设置为方块。 列表项图像 有时,常 ...
分类:Web程序   时间:2016-06-21 10:38:22    阅读次数:201
一个页面可以重复调用的TAB选项卡切换js代码 鼠标悬浮
/*下面是景点页面的变动代码*/ .tabbox{ height:176px; padding-bottom:10px; } .tabmenu{ height:25px; background:url(../imges/scenery_04.jpg)rightno-repeat; } .tabmenuul{margin:0;padding:0;list-style-type:none; border-bottom:solid1px#816e59; heig..
分类:Web程序   时间:2016-05-28 23:30:17    阅读次数:567
javascript 自定义auto_complete
ys_auto_complete.css.ys-auto-complete{ position:absolute; display:none; list-style-type:none; padding:0; border:1pxsolid#ccc; margin:0; background-color:#fff; z-index:999; } .ys-auto-completeli{ height:32px; line-height:32px; font-size:14px; color:#222; ..
分类:编程语言   时间:2016-05-19 13:27:14    阅读次数:194
Css常用操作——————导航栏
一、垂直导航栏ul{ list-style-type:none; margin:0px; padding:0px; } a:link,a:visited{ text-decoration:none; display:block; background-color:aqua; color:black; width:50px; text-align:center; } a:active,a:hover{ background-color:crimson; }<!DOCTYPEhtml>..
分类:Web程序   时间:2016-05-14 01:14:45    阅读次数:178
CSS样式补充代码
CSS符号属性: list-style-type:none; /*不编号*/ list-style-type:decimal; /*阿拉伯数字*/ list-style-type:lower-roman; /*小写罗马数字*/ list-style-type:upper-roman; /*大写罗马数 ...
分类:Web程序   时间:2016-05-13 23:06:47    阅读次数:176
用html5新增的js媒体 API手写的一个视频播放器
html5视频测试 *{margin: 0;padding: 0;list-style-type: none;font-family: "微软雅黑";}...
分类:Windows程序   时间:2016-05-13 04:39:39    阅读次数:263
jQuery实现Tab选项卡切换
需求:         实现Tab选项卡切换 此处使用的是jQuery1.7.js 实现代码如下 增删改查 *{margin:0 auto;padding:0;list-style-type:none;} body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";} /* tab */ #tab{width:...
分类:Web程序   时间:2016-05-12 16:03:45    阅读次数:368
Windows下MySQL的安装
<OLstyle=""LIST-STYLE-TYPE:"class=‘\"list-paddingleft-2‘>首先去官网下载压缩包:http://dev.mysql.com/downloads/mysql/解压到任何想安装的目录进入解压目录里面新建一个my.ini,在my.ini里面填写:[mysql]default-character-set=utf8[mysqld]port=3306basedir=D:\my..
分类:数据库   时间:2016-05-12 00:08:51    阅读次数:312
CSS选择器的一些记录
在每个 <p> 元素的内容之前插入内容。content属性值: string、url、counter(name)counter(name, list-style-type)counters(name, string) counters(name, string, list-style-type)、a ...
分类:Web程序   时间:2016-04-26 09:38:04    阅读次数:216
<UL>中<li>标签前编号图片的简单调用
<style type="text/css"> ul li{ list-style-type:none} .men ul{ background:url(http://top.baidu.com/img/icon-num.gif) no-repeat 0px 5px} .men ul li{ pad ...
分类:其他好文   时间:2016-04-25 14:58:03    阅读次数:217
209条   上一页 1 ... 11 12 13 14 15 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!