Fixed Backgrounds?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • blackdragon71
    Private

    • Aug 2007
    • 1

    Fixed Backgrounds?

    I may have just missed it, but is there a way to fix a background image in Blue Voda so that it does not move if other elements in a page do?
  • Tom vR
    Brigadier General

    • Apr 2007
    • 1731

    #2
    Re: Fixed Backgrounds?

    Yes, move and size as required. Then right-click the image and select Lock.
    Bless you
    Tom

    Comment

    • Collectors-info
      General

      • Feb 2006
      • 8703

      #3
      Re: Fixed Backgrounds?

      Hi, or do you mean you want a fixed background & your pages text will scroll over the top of the image?
      If so cut & paste the code below in to the pages html area under “Beginning of body” area & change the image url from http://www.webbiesite.com/satisfaction.jpg to your own images that is on your server.

      Good luck..



      HTML Code:
      <script language="JavaScript1.2">
      /*
      Watermark Backgound Image Script by(www.webbiesite.com)
      */
      if (document.all||document.getElementById)
      document.body.style.background="url('http://www.webbiesite.com/satisfaction.jpg') #ffffff center no-repeat fixed"
      
      </script>
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment

      Working...
      X