<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> |
<?xml version="1.0″ encoding="utf-8″?> |
<meta http-equiv="Content-Language" content="utf-8″ /> |
<style type="text/css"><!– body {background:white;color:black;} –></style> |
<link rel="stylesheet" rev="stylesheet" href="css/style.css" type="text/css" media="all" /> |
<link rel="stylesheet" rev="stylesheet" href="css/style.css" type="text/css" media="all" /> |
.mainMenu ul li {background:url(images/bg.gif;)} |
#logo {background:url(images/logo.jpg) #FEFEFE no-repeat right bottom;} |
/*=====主导航=====*/ #mainMenu { width:100%; height:30px; background:url(images/mainMenu_bg.jpg) repeat-x; } #mainMenu ul li { float:left; line-height:30px; margin-right:1px; cursor:pointer; } /*=====主导航结束=====*/ <p id="mainMenu"> <ul> <li><a href="#">首页</a></li> <li><a href="#">介绍</a></li> <li><a href="#">服务</a></li> </ul> </p |
.search{ border:1px solid #fff;/*定义搜索输入框边框*/ background:url(../images/icon.gif) no-report #333;/*定义搜索框的背景*/ } |
/*=====搜索条=====*/ .search { border:1px solid #fff; background:url(../images/icon.gif) no-repeat #333; } /*=====搜索条结束=====*/ |
#mainMenu { background:url(../images/bg.gif); border:1px solid #333; width:100%; height:30px; overflow:hidden; } #subMenu { background:url(../images/bg.gif); border:1px solid #333; width:100%; height:20px; overflow:hidden; } |
#mainMenu,#subMenu { background:url(../images/bg.gif); border:1px solid #333; width:100%; overflow:hidden; } #mainMenu {height:30px;} #subMenu {height:20px;} |
.search { background-color:#333; background-image:url(../images/icon.gif); background-repeat: no-repeat; background-position:50% 50%; } .search { background:#333 url(../images/icon.gif) no-repeat 50% 50%; } |
.btn { margin-top:10px; margin-right:8px; margin-bottom:12px; margin-left:5px; padding-top:10px; padding-right:8px; padding-bottom:12px; padding-left:8px; } |
.btn { Margin:10px 8px 12px 5px; Padding:10px 8px 12px 5px; } |
.btn { margin-top:10px; margin-right:5px; margin-bottom:10px; margin-left:5px; } |
.btn {margin:10px 5px;} |
.btn { margin-top:10px; margin-right:10px; margin-bottom:10px; margin-left:10px; } |
.btn{margin:10px;} |
.menu {color:#ff3333;} |
.menu {color:#f33;} |
.searchInput { background-color:#333;/*三者皆可*/ *background-color:#666 !important; /*仅IE7*/ *background-color:#999; /*仅IE6及IE6以下*/ } |
.searchInput { background-color:#333;/*通用*/ _background-color:#666;/*仅IE6可识别*/ } |
*+html 与 *html 是IE特有的标签, Firefox暂不支持。 .searchInput {background-color:#333;} *html .searchInput {background-color:#666;}/*仅IE6*/ *+html .searchInput {background-color:#555;}/*仅IE7*/ |
select { display /*IE6不识别*/:none;} |
select:after { content:”.”; display:block; height:0; clear:both; visibility:hidden; } |