|
Posted by Gernot Frisch on 09/28/68 11:42
Something like this - but it's not correct in firefox, in IE it looks
good.
<html>
<head>
<title>shadows</title>
<style>
H1.HeaderTx { position: relative; top: 0px; left: 0px; font-size:
24pt;}
H1.HeaderSh { position: relative; color: #c0c0c0; top: 1.8em; left:
2px; font-size:24pt;}
</style>
</head>
<body>
<br>
<table>
<tr>
<td>Here's some lengthy text</td>
<td>
<h1 class="HeaderSh">Download</h1><h1
class="HeaderTx">Download</h1>
</td>
</tr>
</table>
</body>
</html>
Navigation:
[Reply to this message]
|