cssÀý×Ó
/*
*´´½¨ÈË£ºÝþÒËÖÒ
*ÓÃ;£ºÑ§Ï°css£¬Ó¦ÓÃÓÚÐÂÎÅϵͳ
*/
*
{
/*°ÑĬÈÏÖµÉèÖÃΪ0*/
margin: 0;
padding: 0;
border-width: 0;
}
body
{
font-size: 14px;
}
a:link£¬a:visited
{
/*Êó±êÎ´ÒÆÉÏÈ¥µÄ״̬¡¢³¬Á´½Ó·ÃÎʺóµÄÑùʽ*/
color: Black;
text-decoration: none;
}
a:hover
{
/*Êó±êÒÆµ½³¬Á´½ÓÉϵÄÑùʽ*/
color: red;
text-decoration: underline;
}
#top, #search, #main, #footer
{
/*¹«¹²Ñùʽ*/
margin: 10px auto 10px auto;
width: 760px;
}
#top
{
/*¶¥²¿Ñùʽ*/
}
#search
{
/*ËÑË÷Çø*/
}
.test
{
border-width: 0;
}
#main
{
/*¿É±äÄÚÈÝÇø*/
height: 313px;
margin-bottom: 10px;
}
#footer
{
/*µ×²¿ÉèÖÃ*/
text-align: center;
border-top: solid 1px #0df;
padding-top: 10px;
clear: left;
}
.textbox
{
/*ËùÓÐÎı¾¿òµÄÑÕÉ«*/
border: solid 1px black;
background-color: Aqua;
}
.button
{
/*ËùÓÐButtonµÄ¸ñʽ*/
border: solid 1px black;
background-color: Olive;
}
input
{
vertical-align: middle;
}
ul, li
{
/*ÏîÄ¿ÁбíÑùʽ*/
list-style-type: none;
}
li
{
text-align: center;
margin: 20px;
}
li a:link a:visited
{
/*ÏîÄ¿ÁбíÏÂÁ¬½ÓµÄÑùʽ*/
color: blue;
text-decoration: underline;
font-weight: bold;
}
li a:hover
{
color: Red;
}
.commonFrm
{
/*ÐÂÎÅ·ÖÀ
Ïà¹ØÎĵµ£º
handÊÇÊÖÐÍ
pointerÒ²ÊÇÊÖÐÍ£¬ÕâÀïÍÆ¼öʹÓÃÕâÖÖ£¬ÒòΪÕâ¿ÉÒÔÔÚ¶àÖÖä¯ÀÀÆ÷ÏÂʹÓá£
crosshairÊÇÊ®×ÖÐÍ
textÊÇÒÆ¶¯µ½Îı¾ÉϵÄÄÇÖÖЧ¹û
waitÊǵȴýµÄÄÇÖÖЧ¹û
defaultÊÇĬÈÏЧ¹û
helpÊÇÎʺÅ
e-resizeÊÇÏòÓҵļýÍ·
ne-resizeÊÇÏòÓÒÉϵļýÍ·
n-resizeÊÇÏòÉϵļýÍ·
nw-resizeÊÇÏò×óÉϵļýÍ·
w-resizeÊÇÏò×óµÄ¼ýÍ·
sw- ......
Ò»¡¢ÐǺÅ*
Ó¦¸ÃÊǸöͨÅä·û¡£±ÈÈç
<style type="text/css">
.roundBorder *
{
background: white;
display: block;
height: 1px;
overflow: hidden;
}
</style>
……
<b class="roundBorder">
<b class="round ......
Ò»¡¢document.formName.item(“itemName”) ÎÊÌâ
ÎÊÌâ˵Ã÷£ºIEÏ£¬¿ÉÒÔʹÓà document.formName.item(“itemName”) »ò document.formName.elements ["elementName"]£»FirefoxÏ£¬Ö»ÄÜʹÓÃdocument.formName.elements["elementName"]¡£
½â¾ö·½·¨£ºÍ³Ò»Ê¹ÓÃdocument.formName.elements["elementName" ......
ÔÚJSPÒ³ÃæÉϼÓÈë
<%String path = request.getContextPath();%>
<link href="<%=path%>/css/style.css" rel="stylesheet" type="text/css">
ÏÂÁз½Ê½Ã²ËƲ»ÐУº
<link href="../css/style.css" rel="stylesheet" type="text/css">
<link href="../../css/style.css" rel ......