Forums
This topic is locked
Drop Shadow in dreamweaver.
Posted 18 May 2003 23:10:37
1
has voted
18 May 2003 23:10:37 Russell Marshall posted:
Does anyone know how to create a text drop shadow within dreamweaver. I once read a tutorial explaining how to do it but cannot remember where.Anyone know where it is?
Thanks
Russell
Replies
Replied 19 May 2003 06:50:33
19 May 2003 06:50:33 Jeremy Conn replied:
Create a drop shadow on what?
<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DW MX Studio
Web Server: IIS5
DB: Access2000/SQL2000
OS: XP Pro
Language: ASP/VB
<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DW MX Studio
Web Server: IIS5
DB: Access2000/SQL2000
OS: XP Pro
Language: ASP/VB
Replied 19 May 2003 10:16:16
19 May 2003 10:16:16 james crellin replied:
I think he asked about dropshadows on text Connman.
Davrus: I was typing a short tutorial for you and i lost it all for some reason. Try pasting the below code where you want it to be.
<DIV STYLE="width:550; height:50; font-size: 15pt; filter
ropShadow (Color=#cccccc, OffX=5, OffY=5, Positive=true)">
<center><font color="#CC0000"><b> THIS IS ALSO PLAIN TEXT </b></font></center>
</DIV>
You can find plenty of tutorials on google.com and searching for "CSS drop shadow"
I hope that this works for now.
-- Saleblitz
<img src="www.syndicprint.com/o_chacon/jtc_sig.gif" border=0>
"The greatest trick the devil ever pulled was convincing the world he didn't exist." =- The Usual Suspects
Davrus: I was typing a short tutorial for you and i lost it all for some reason. Try pasting the below code where you want it to be.
<DIV STYLE="width:550; height:50; font-size: 15pt; filter

<center><font color="#CC0000"><b> THIS IS ALSO PLAIN TEXT </b></font></center>
</DIV>
You can find plenty of tutorials on google.com and searching for "CSS drop shadow"
I hope that this works for now.
-- Saleblitz
<img src="www.syndicprint.com/o_chacon/jtc_sig.gif" border=0>
"The greatest trick the devil ever pulled was convincing the world he didn't exist." =- The Usual Suspects
Replied 21 May 2003 13:03:24
21 May 2003 13:03:24 Russell Marshall replied: