Announcement

Collapse
No announcement yet.

Fixed Backgrounds?

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

  • 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?

  • #2
    Re: Fixed Backgrounds?

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

    Comment


    • #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