.ףסונ רהוז טסקט

Color Highlight Example

Color Highlight Example

Color Highlight Example




<html>

<head>
<title>DHTML - Texteffects - Color Highlight</title>

<style type="text/css">
div { position:absolute; }

TD.format
{
COLOR: blue;
FONT-FAMILY: Verdana;
FONT-SIZE: 15px;
FONT-WEIGHT: bolder
}
TD.format A:active
{
COLOR: red;
TEXT-DECORATION: none
}
TD.format A:link
{
COLOR: blue;
TEXT-DECORATION: none
}
TD.format A:visited
{
COLOR: blue;
TEXT-DECORATION: none
}
TD.format A:hover
{
COLOR: red;
TEXT-DECORATION: none
}

</style>
<style>
.light4 { top:-2; left:-2; color:yellow; }
.shade4 { top:+2; left:+2; color:yellow; }
.fill4 { top:0; left:0; color:darkgreen; }
</style>


</head>

<body BGCOLOR="#003399">


<div class="Example4">
<div class="light4"><h1 align="center">Color Highlight Example<BR>www.viewsource.dk</h1></div>
<div class="shade4"><h1 align="center">Color Highlight Example<BR>www.viewsource.dk</h1></div>
<div class="fill4"><h1 align="center">Color Highlight Example <BR>www.viewsource.dk</h1></div>
</div>
</body>
</html>