jobe
10-17-2004, 06:25 PM
Hey all.....this i ssimple and works once in frontpage.
the rules is the code:
========================================================
<STYLE type=text/css>
A.os:link
{
FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.os:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.os:active
{
FONT-SIZE: x-small; COLOR: #0000ff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:link
{
FONT-SIZE: x-small; COLOR: #FFFFFF; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:active
{
FONT-SIZE: x-small; COLOR: #0000ff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:link
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:active
{
FONT-SIZE: x-small; COLOR: #FFFFFF; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A:hover
{
FONT-SIZE: x-small; COLOR: #ffffff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
</STYLE>
</head>
<body bgcolor="#616161">
<a href="#" class="os">test1</a><br>
<a href="#" class="network">test1</a><br>
<a href="#" class="drivers">test1</a><br>
========================================================
what I am looking for is having different link colors, but all have the same hover color. Right no there is a hover for all link classes but I'm trying to shorting the code.
with just putting the
a:hover
when previewing in frontpage is works....go back to design....back to preview and it stops working.
When trying to view in IE is never works.
Anyone try something liek this? got any ideas?
h
the rules is the code:
========================================================
<STYLE type=text/css>
A.os:link
{
FONT-SIZE: x-small; COLOR: #000000; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.os:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.os:active
{
FONT-SIZE: x-small; COLOR: #0000ff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:link
{
FONT-SIZE: x-small; COLOR: #FFFFFF; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.network:active
{
FONT-SIZE: x-small; COLOR: #0000ff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:link
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:visited
{
FONT-SIZE: x-small; COLOR: #0000aa; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A.drivers:active
{
FONT-SIZE: x-small; COLOR: #FFFFFF; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
A:hover
{
FONT-SIZE: x-small; COLOR: #ffffff; FONT-FAMILY: monospace; TEXT-DECORATION: none
}
</STYLE>
</head>
<body bgcolor="#616161">
<a href="#" class="os">test1</a><br>
<a href="#" class="network">test1</a><br>
<a href="#" class="drivers">test1</a><br>
========================================================
what I am looking for is having different link colors, but all have the same hover color. Right no there is a hover for all link classes but I'm trying to shorting the code.
with just putting the
a:hover
when previewing in frontpage is works....go back to design....back to preview and it stops working.
When trying to view in IE is never works.
Anyone try something liek this? got any ideas?
h