Results 1 to 6 of 6

Thread: Help with background image.
      
   

  1. #1
    rickyboi1987 is offline Sergeant
    Join Date
    May 2009
    Posts
    29

    Default Help with background image.

    Hi all,

    I have used this line of code -

    <body style="background:#121212 url('body.jpg')fixed repeat-x;">

    to keep my background image fixed to the page - And it works great but just not in Internet Explorer...anybody got any ideas/solutions to this problem?

    thanks

    rick

    www.pattestingsolutions.co.uk

  2. #2
    rickyboi1987 is offline Sergeant
    Join Date
    May 2009
    Posts
    29

    Default Re: Help with background image.

    isit something to do with CSS? and if so will i need dreamweaver? and if so isit compatible with vodahost??

    thanks again

    rick

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Help with background image.

    Try this.

    <style type="text/css">
    <!--
    body {background-image: url(http://www.pattestingsolutions.co.uk/bg1.jpg); background-repeat:repeat-x;;background-position:left top;}
    -->
    </style>

  4. #4
    rickyboi1987 is offline Sergeant
    Join Date
    May 2009
    Posts
    29

    Default Re: Help with background image.

    Hi chris..

    its got the background image now....its just not sitting on the page when i scroll.. could the code here need changing

    background-repeat:repeat-x;;background-position:left top;}

    just an idea

    thanx for the help

    rick

    www.pattestingsolutions.co.uk

  5. #5
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Red face Re: Help with background image.

    whoops! Sorry Try this.

    <style type="text/css">
    <!--
    body {background-image: url(http://www.pattestingsolutions.co.uk/bg1.jpg); background-repeat:repeat-x;;background-position:left top; background-attachment:fixed;}
    -->
    </style>

  6. #6
    rickyboi1987 is offline Sergeant
    Join Date
    May 2009
    Posts
    29

    Default Re: Help with background image.

    Working purrfect now...absolute star you are

    thanks

    rick

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49