Text drop shadows (via CSS)?
hi guys,
hope has had great summer!
quick question: have white type dark blue image behind it. i'd white type pop more off background text drop shadow (css generated drop shadow, not rasterized), can't work. found simple video...
https://plus.google.com/117443384307509478210/posts/1h3evw4jvmf
...however doesn't seem working me. i'm selecting text box white type in -- box has no fill , no stroke -- trying drop shadow effect text. or, not possible reason(?)
thanks in advance help!
d
the simplest way create text shadow this:
.section p {
text-shadow: 2px 2px 2px #000;
font-size: 150%;
}
now html may this:
<div class="section">
<p>your sample text goes here</p>
</div>
this works in ff 14.0.1 don't know if going work in ie9 or in other major browsers.
good luck.
More discussions in Help with using Adobe Muse CC
adobe
Comments
Post a Comment