Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    Hmm... possibly, the code is there anyway, so put that into the page.

  2. #12
    Join Date
    Jan 2006
    Location
    Manchester, UK
    Posts
    233
    Tokens
    0

    Default

    Quote Originally Posted by nelly
    Are you follwing me every forum i'm on your their
    I don't understand, I have never actually seen you before.

    Quote Originally Posted by Kapt
    aka what I said.
    If you will notice the times, I wrote mine as you wrote yours but mine was longer and I included valid CSS code which is better than using BG body colour.

  3. #13
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default

    If I scroll, won't the image move? Like yeah...


  4. #14
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    You can use CSS to stop the image moving.
    HTML Code:
    <style type="text/CSS">
    <!--
    body{
        background-image: url('image.png');
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-position:top-left;
    }
    -->
    </style>
    kinda quit.

  5. #15
    Join Date
    Nov 2005
    Location
    Australia
    Posts
    1,086
    Tokens
    111

    Latest Awards:

    Default

    Quote Originally Posted by Nets
    You can use CSS to stop the image moving.
    HTML Code:
    <style type="text/CSS">
    <!--
    body{
    background-image: url('image.png');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position:top-left;
    }
    -->
    </style>
    Thanks.


Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •