okie_ding_ding
02-01-2003, 04:00 PM
i have this code for a scrolling marquee. it starts at the bottom and moves upwards, w. a wavy dropshadow. my websites background is white, and the text itself is a medium pink, and i dont kno how to change the dropshadow font color from black to something else. any suggestions???
starlet
02-01-2003, 05:19 PM
What code are you useing? in the code i use for dropshadow there should be a part in it that looks a bit like this...
(color=#aaaaaa, offx=5,offy=5, positive=1);
and the bit in bold is what youd edit to change the colour...
okie_ding_ding
02-01-2003, 05:22 PM
<font color="#ff6699"><BR><b>.guys.</b><MARQUEE DIRECTION=UP SCROLLDELAY=10 SCROLLAMOUNT=1 WIDTH=100% STYLE="text-align:center; filter:wave(add=5, phase=2, freq=2, strength=25);">
i tried to add in a color part so that it would be:
<font color="#ff6699"><BR><b>.guys.</b><MARQUEE DIRECTION=UP SCROLLDELAY=10 SCROLLAMOUNT=1 WIDTH=100% STYLE="text-align:center; filter:wave(color=#ffffff, add=5, phase=2, freq=2, strength=25);">
but that dint work. :-/
if u would like to view the entire code, its:
<font color="#ff6699">
<BR><b>TITLE</b>
<MARQUEE DIRECTION=UP SCROLLDELAY=10 SCROLLAMOUNT=1 WIDTH=100% STYLE="text-align:center; filter:wave(add=5, phase=2, freq=2, strength=25);">this
<BR>is
<BR>the
<BR>actual
<BR>entire
<BR>code
<BR>:-D
</a></marquee>