lektriK
Legacy Member
'k ga ff men html en men css code pasten en kan iemand me dan aub vertellen wrom men text geen dropshadow effect heeft?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>index</title>
<link href="one2stop.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" align="left">
<tr>
<td><a class="shadow">This is only a test.</a></td>
</tr>
</table>
</body>
</html>
---------------------------------------
body {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
background-color: #990000;
background-image: url(crimson-clouds.jpg);
}
a.shadow {
font-family: Tahoma, Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);
text-decoration: none;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>index</title>
<link href="one2stop.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" align="left">
<tr>
<td><a class="shadow">This is only a test.</a></td>
</tr>
</table>
</body>
</html>
---------------------------------------
body {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
background-color: #990000;
background-image: url(crimson-clouds.jpg);
}
a.shadow {
font-family: Tahoma, Arial;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);
text-decoration: none;
}