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
{
/*ÐÂÎÅ·ÖÀ
Ïà¹ØÎĵµ£º
´ËÎÄÎªÍøÉÏÊÕ¼¯~
¸ø¿Í»§×öÕ¾µÄʱºòÓöµ½µÄÎÊÌâ,div²ã¼ÓÁËmarginºó ×Ü¿í¶È³¬¹ý¸¸¼¶²ã¿í¶È ¾Í×Ô¶¯»»ÐÐÁË ÈçºÎÈø¡¶¯²ã¼Ómarginºó²»»»ÐÐÄØ?
ÏÂÃæ¿´¸¡¶¯²ã¼Ómarginºó»»ÐеÄÀý×Ó:
±ÈÈç˵ÓиöDIV¿í¶ÈΪ380px£¬ËüÀïÃæÓÐÒ»¸ö²Ëµ¥ÁÐ±í£¬Ã¿¸ö¿í¶ÈΪ60px£¬margin-rightΪ20px¡£Èç¹û¾Í°´ÕÕÏÂÃæµÄHTML½á¹¹À´×öµÄ»°£¬ÄÇôÕâ¸ö²Ëµ¥ÁбíÄÜ ......
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
padding: 0;
margin: 0;
}
fieldset, img {
border: 0;
}
table {
border-co ......
ת·¢Ï£¬Í¬ÊÂ×ܽáµÄ¡£
ä¯ÀÀÆ÷´óÕ½µÄ½á¹ûÔø¾Ò»¶ÈÊÇIEһͳÌìÏ£¬ÔÚÄǸöʱ´ú£¬ÎÒÃǸù±¾²»Óõ£ÐÄä¯ÀÀÆ÷¼æÈÝÐÔÎÊÌ⣬ÓÃPS×Ô¶¯Éú³É´úÂë¶¼ÐС£È»¶ø°éËæÊ±´ú·¢Õ¹£¬ÈËÃǶÔWEBÓ¦ÓÃµÄÆÚÍûÔ½À´Ô½¸ß£¬ÓÚÊǺõ£¬½ºþ·éÑÌÔÙÆð£¬¸÷ÖÖä¯ÀÀÆ÷ÈçÓêºó´ºËñ£¬Õâ¿É¿àÁËÎÒÃÇÕâЩ¿ª·¢Õߣ¬ÎªÁËÈø÷ä¯ÀÀÆ÷±íÏÖÒ»Ö£¬²»ÖªµÀÓжàÉÙǰ±²ºÄ·ÑÁ˶àÉÙÐÄѪ£¬Ï ......
ÔÚ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 ......