Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1

    Default Can Xara do this exact effect?

    https://johnranger.ca/My%20Past.html


    The background image is stable but all pictures and sript move up and down. Can I do this with my version of Xara?

    If so how please
    NEVER GIVE UP!

  2. #2
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Can Xara do this exact effect?

    Yes.
    Import the image you want to use as the static background
    Delete it. (It still remains in the bitmap gallery)
    Open the Bitmap Gallery and select this image.
    On the top menu of the Gallery select 'Background'
    Choose 'Page'
    In the P & L gallery open the page background
    Right click the image, select Web Sticky/Stretchy
    Set up as per attachment.
    EDIT: That should be Stick to top NOT Sticky!
    Preview

    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	static-page-background-2.png 
Views:	126 
Size:	203.0 KB 
ID:	120233  
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  3. #3

    Default Re: Can Xara do this exact effect?

    Fantastic Thank you very much
    NEVER GIVE UP!

  4. #4

    Default Re: Can Xara do this exact effect?

    I can't find................. Right click the image, select Web Sticky/Stretchy

    Are you sure I can do this with version 7.1??
    NEVER GIVE UP!

  5. #5
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,830

    Default Re: Can Xara do this exact effect?

    Quote Originally Posted by ablafontain View Post
    I can't find................. Right click the image, select Web Sticky/Stretchy
    Are you sure I can do this with version 7.1??
    for earlier Xara applications, I think you can add this CSS to the Website HTML Code (head) for Vertical Supersites:
    <style>

    .xr_bgb0
    { /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    }

    </style>
    for any image you have set as the Pasteboard background.

    You probably need it in each Page HTML code (head) for Conventional sites.

    You also might need to check in index_htm_files\ xr_main.css to check .xr_bgb0 is the right class.

    Acorn

    P.S. I am sure i did all this a better way years ago and put it in TG, so if anyone finds it, help us out.
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  6. #6

    Default Re: Can Xara do this exact effect?

    will try thanks
    NEVER GIVE UP!

  7. #7

    Default Re: Can Xara do this exact effect?

    Sorry to say that did not work Also tried

    body {
    background-position: center;
    background-image: url(../ranger\index_htm_files\0.png);
    background-attachment: fixed;
    }


    ================================================== =
    body { background:url(ranger\index_htm_files\0.png) top right no-repeat; background-attachment:fixed; }
    Last edited by ablafontain; 28 February 2018 at 09:54 PM.
    NEVER GIVE UP!

  8. #8
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,918

    Default Re: Can Xara do this exact effect?

    Was this the one you're referring too Acorn?
    Attached Files Attached Files
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  9. #9
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,506

    Default Re: Can Xara do this exact effect?

    Ack. I responded to this thread and my post did not get posted. (Would not be surprised if I had already left the page). You can get a copy of WD 11 on eBay for under $20 US and then this will be an easy process, plus you get web animation and sticky objects that remain on the same place on the page.

  10. #10
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,830

    Info Re: Can Xara do this exact effect?

    @egg, thanks for looking but not that.

    Here is a XDPX15 conventional page that should work in WD7: CSS3 - Fixed Background.xar
    The CSS is in he Page code (head).

    If you example the index page source, you will find <body class="xr_bgb0"> or similar, which needs to line up with the CSS code
    (<style>
    .xr_bgb0 {
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    }
    </style>
    ).

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

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