Hi, I was wondering if someone could check this CSS and tell me if the shadow is below and to the left of the text.
<html>
<head>
<title>safari shadow test</title>
<style>
h1 { text-shadow: #000066 -5px 5px 5px ; }
</style>
</head>
<body>
<h1>this shadow should be left and below text</h1>
</body>
</html>
Thanks!it is indeed!thanks much!
<html>
<head>
<title>safari shadow test</title>
<style>
h1 { text-shadow: #000066 -5px 5px 5px ; }
</style>
</head>
<body>
<h1>this shadow should be left and below text</h1>
</body>
</html>
Thanks!it is indeed!thanks much!