fruitcake
03-29-2003, 05:47 AM
I've got this code: filter: DropShadow(color=#000000, OffX=1, OffY=1, Positive=1) and it won't work.
I want that shadow effect on my text, because it's not showing up as nice as I'd like against my background.
Here's my page coding:
<html>
<head>
<style type="text/css">
<!--
body {
background-color: transparent;
.text { color: #FFFFFF; font-family: verdana; font-size: 8pt; filter: DropShadow(color=#000000, OffX=1, OffY=1, Positive=1) } text-align: left;
margin-top: 2px
margin-left: 2px
padding-right: 2px;
padding-left: 2px;
scrollbar-face-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-Color: #000000;}
a:link { text-decoration: none; color:"#FFAA70" }
a:active { text-decoration: none; color:"#FFAA70" }
a:visited { text-decoration: none; color:"#FFAA70" }
a:hover { text-decoration: none; color:"#FFFFFF"; cursor:"crosshair"}
-->
</style>
</head>
<body>
<center>
<p class="text">
<b><font-style: 10pt>Welcome!</font></b></center>
</p>
<p class="text">
Here is my page. Text.
</p>
</body>
</html>
Is it just my computer? Am I missing something?
Thanks for any help!
I want that shadow effect on my text, because it's not showing up as nice as I'd like against my background.
Here's my page coding:
<html>
<head>
<style type="text/css">
<!--
body {
background-color: transparent;
.text { color: #FFFFFF; font-family: verdana; font-size: 8pt; filter: DropShadow(color=#000000, OffX=1, OffY=1, Positive=1) } text-align: left;
margin-top: 2px
margin-left: 2px
padding-right: 2px;
padding-left: 2px;
scrollbar-face-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-Color: #000000;}
a:link { text-decoration: none; color:"#FFAA70" }
a:active { text-decoration: none; color:"#FFAA70" }
a:visited { text-decoration: none; color:"#FFAA70" }
a:hover { text-decoration: none; color:"#FFFFFF"; cursor:"crosshair"}
-->
</style>
</head>
<body>
<center>
<p class="text">
<b><font-style: 10pt>Welcome!</font></b></center>
</p>
<p class="text">
Here is my page. Text.
</p>
</body>
</html>
Is it just my computer? Am I missing something?
Thanks for any help!