|
rage2001 -> RE: Link color question (10/17/2006 14:16:48)
|
this is by systle sheet
body { background-color: #F2F2F2; }
a:link { color: #98012E;
font-weight: bold;
text-decoration: none; }
a:active { color: #98012E;
text-decoration: none; }
a:visited { color: #98012E;
text-decoration: none; }
a:hover { color: #336387;
text-decoration: underline; }
#mainTable { border-collapse: collapse;
width: 751px;
background-color: #FFFFFF;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 1px solid #808080; }
.picCell { text-align: center;
vertical-align: top;
line-height: 70%;
width: 225px;
padding: 3.0em 10px 10px 10px; }
.mainCell { width: 525px;
vertical-align: top;
line-height: 140%;
text-align: left;
font-family: Verdana;
font-size: 77%;
color: black;
padding: 10px 20px 10px 0px; }
.hosted { text-align: left;
width: 751px;
vertical-align: top;
font-family: Verdana;
font-size: 7pt;
color: black;
border-top: 1px solid #808080;
padding: 8px 0px 8px 10px; }
#menu1 { border-collapse: collapse;
width: 752px;
background-color: #4D625B;
border-left: 1px solid #808080;
border-right: 1px solid #808080;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080; }
.ddmx {
color: #ffffff;
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
}
.ddmx .item1,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
color: #ffffff;
text-align: center;
padding: 4px 0px 4px 0px;
background: #4D625B;
font-weight: bold;
width: 150px;
text-decoration: none;
display: block;
white-space: nowrap;
position: relative;
font-size: 80%;
}
.ddmx .item1 {
color: #ffffff;
background: #4D625B;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
color: #ffffff;
background: #336387;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
color: #ffffff;
text-align: left;
padding: 4px 10px 4px 10px;
font-weight: bold;
text-decoration: none;
display: block;
white-space: nowrap;
position: relative;
z-index: 500;
font-size: 80%;
}
.ddmx .item2 {
color: #ffffff;
background: #17619E;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
color: #ffffff;
background: #4D625B;
}
.ddmx .item2 img,
.ddmx .item2-active img{
color: #ffffff;
position: absolute;
top: 4px;
right: 1px;
border: 0;
}
.ddmx .section {
color: #ffffff;
border: 1px solid #b8b4ae;
position: absolute;
visibility: hidden;
z-index: -1;
}
* html .ddmx td { position: relative; } /* ie 5.0 fix */
|
|
|
|