列表类型 在一个无序列表中,列表项的标志 (marker) 是出现在各列表项旁边的圆点。在有序列表中,标志可能是字母、数字或另外某种计数体系中的一个符号。 要修改用于列表项的标志类型,可以使用属性 list-style-type: 上面的声明把无序列表中的列表项标志设置为方块。 列表项图像 有时,常 ...
分类:
Web程序 时间:
2016-06-21 10:38:22
阅读次数:
201
/*下面是景点页面的变动代码*/
.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
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
一、垂直导航栏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符号属性: 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视频测试
*{margin: 0;padding: 0;list-style-type: none;font-family: "微软雅黑";}...
需求:
实现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
<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
在每个 <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
<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