Background Text Image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • petrovitch

    #1

    Background Text Image

    How can I place text on a page like a watermark background. For
    example, I may want to put FOR SALE in large red letters in the center
    of a page at a 10% opacity then write text over it from the initial
    point of origin. I've tried using style commands, but the results are
    inconsistant.

  • Chung Leong

    #2
    [OT] Re: Background Text Image

    "petrovitch " <webmaster@delt afarms.com> wrote in message
    news:1108752428 .718741.151260@ l41g2000cwc.goo glegroups.com.. .[color=blue]
    > How can I place text on a page like a watermark background. For
    > example, I may want to put FOR SALE in large red letters in the center
    > of a page at a 10% opacity then write text over it from the initial
    > point of origin. I've tried using style commands, but the results are
    > inconsistant.
    >[/color]

    Something like this maybe?

    <div style="position : absolute; z-index: -1; color: red;
    filter: alpha(opacity=1 0); moz-opacity: 0.10">
    <h1>FOR SALE</h1>
    </div>


    Comment

    Working...