HTML problem - Who knows how to do this...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrgica
    Confirmed User
    • Jan 2004
    • 2169

    #1

    HTML problem - Who knows how to do this...

    http://www.myspace.com/trivium

    When you scroll the page the background stands still on the left and the right side. Whats the code for that? Give me the code man

    Is that regular html or css shit?
    Fuck it dude, lets go bowling
  • Adult Search Results
    Confirmed User
    • Sep 2006
    • 608

    #2
    there's a million myspace html sites to assist you with that
    Adult Search Results
    Working the search engines for your adult website.

    Currently not accepting new clients
    ICQ 474143357

    Comment

    • p0rnus
      Confirmed User
      • Dec 2006
      • 794

      #3
      the background isn't moving
      ICQ: 330-164-445

      Comment

      • mrgica
        Confirmed User
        • Jan 2004
        • 2169

        #4
        Originally posted by p0rnus
        the background isn't moving
        Thanks genius, I know that, that's what I'm asking about...
        Fuck it dude, lets go bowling

        Comment

        • mrgica
          Confirmed User
          • Jan 2004
          • 2169

          #5
          Originally posted by Adult Search Results
          there's a million myspace html sites to assist you with that
          Another sigwhore....
          Fuck it dude, lets go bowling

          Comment

          • pinkz
            Mr 1%
            • May 2005
            • 1397

            #6
            <bg image="http://www.blablabla.com/image.gif" properties="fixed">

            or similar
            $$$$ Video Secrets $$$$

            Comment

            • sarettah
              see you later, I'm gone
              • Oct 2002
              • 14297

              #7
              Originally posted by mrgica
              Another sigwhore....
              I think what he was trying to tell you was to look under the covers a bit (view source). You will learn a hell of a lot more that way than to have someone spoon feed it to you.

              just my
              All cookies cleared!

              Comment

              • sarettah
                see you later, I'm gone
                • Oct 2002
                • 14297

                #8
                Originally posted by pinkz
                <bg image="http://www.blablabla.com/image.gif" properties="fixed">

                or similar
                Don't you love how folks who start threads like this always come back to say thanx
                All cookies cleared!

                Comment

                • scouser
                  marketer.
                  • Aug 2006
                  • 2280

                  #9
                  <style type="text/css">
                  body {
                  background: #colorcode url(yourimage);
                  background-attachment:scroll;
                  }
                  </style>

                  Comment

                  Working...