text scrolling in front of image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mouimet
    New Member
    • Jul 2006
    • 5

    text scrolling in front of image

    Does anyone know how to make your webpage scroll in front of the background image? I don't know how to describe it other than that. The picture stays fixed in the browser and the body of the page scrolls in front of it. Can it be done with html or javascript or does it require another language? Thanks.
  • Christopera
    New Member
    • Feb 2007
    • 70

    #2
    I beleive fixed positioning does this.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      What he really needs is 'background-attachment: fixed' in CSS.

      Comment

      • mouimet
        New Member
        • Jul 2006
        • 5

        #4
        I found it <bgproperties=" fixed"> Thanks
        Last edited by mouimet; Apr 27 '07, 08:56 PM. Reason: error in code

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          No. YOu don't want to use that. It's deprecated.

          Comment

          • KevinADC
            Recognized Expert Specialist
            • Jan 2007
            • 4092

            #6
            Originally posted by mouimet
            I found it <bgproperties=" fixed"> Thanks
            hehehe... how must dust was it under? Use CSS to define this property as drhowarddrfine has shown.

            Comment

            Working...