1.

Solve : Holding text stationary against a moving background?

Answer»

How would I keep TEXT stationary when SCROLLING down the page? I am using Windows Vista, WRITING some basic HTML code for my webpage.Code: [Select]<div style="position: fixed; top: 100px; left: 200px;">
  <p>
    Your text here.
  </p>
</div>
Further REFERENCE: http://www.w3.org/TR/CSS21/visuren.html#fixed-positioning



Discussion

No Comment Found