Welcome to TalkGraphics.com
Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,936

    Default Re: Can Xara do this exact effect?

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

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,522

    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.

  3. #3
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,902

    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

  4. #4

    Default Re: Can Xara do this exact effect?

    Acorn than you for all the help but I need you to walk me through what comes first here. I tried using this but nothing yet.
    NEVER GIVE UP!

  5. #5

    Default Re: Can Xara do this exact effect?

    This my source in preview mode


    <head>
    <meta name="XAR Files" content="index_htm_files/xr_files.txt"/>
    <title>index</title>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"/>
    <meta name="Generator" content="Xara HTML filter v.4.1.1.671"/>
    <link rel="stylesheet" type="text/css" href="index_htm_files/xr_main.css"/>
    <link rel="stylesheet" type="text/css" href="index_htm_files/xr_text.css"/>
    <script language="JavaScript" type="text/javascript">
    <!--
    function xr_rx(){var ww=document.documentElement.clientWidth;
    xr_dx=(ww-parseInt(xr_xr.style.width))/2;var i=-parseInt(xr_xr.style.width)/2;
    if(xr_dx<0){i-=xr_dx;xr_dx=0;};xr_xr.style.marginLeft=i+"px";
    document.body.style.backgroundPosition=xr_dx+"px 0px";};
    function xr_nn() {return(true);};
    window.onresize=xr_rx; window.onload=xr_rx;
    -->
    </script>
    (<style>
    .xr_bgb0 {
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    }
    </style>)
    </head>
    NEVER GIVE UP!

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,902

    Default Re: Can Xara do this exact effect?

    Quote Originally Posted by ablafontain View Post
    This my source in preview mode
    (<style>
    .xr_bgb0 {
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    }
    </style>)
    </head>
    There shouldn't be any curved brackets around the <script>..</script>.
    You picked it up from my last Post and not the original - I was using the brackets to be tidy!

    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

  7. #7

    Default Re: Can Xara do this exact effect?

    Just tried this and still nothing. I think I will give up on this effect.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta name="XAR Files" content="index_htm_files/xr_files.txt"/>
    <title>past</title>
    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"/>
    <meta name="Generator" content="Xara HTML filter v.4.1.1.671"/>
    <link rel="stylesheet" type="text/css" href="index_htm_files/highslide.css" />
    <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="index_htm_files/highslide-ie6.css" /><![endif]-->
    <script type="text/javascript" src="index_htm_files/highslide.js"></script>
    <link rel="stylesheet" type="text/css" href="index_htm_files/xr_main.css"/>
    <link rel="stylesheet" type="text/css" href="index_htm_files/xr_text.css"/>
    <script type="text/javascript" src="index_htm_files/roe.js"></script>
    <style>
    .xr_bgb0 {
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;
    }
    </style>
    </head>
    NEVER GIVE UP!

  8. #8
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,902

    Default Re: Can Xara do this exact effect?

    Quote Originally Posted by ablafontain View Post
    Acorn than you for all the help but I need you to walk me through what comes first here. I tried using this but nothing yet.
    Did the example file work?
    If so, can you create a design in your product that has an image repeated on the Pasetboard. by importing then removing from the page and then going to the Bitmap gallery and adding the image back with right-click Set pasteboard background?

    At this point you will have a scrolling background.

    Open Utilities > Web Properties > Page > HTML code (head).
    Add the <script>...</script> styling, click OK and then the Apply.
    When you Preview, the background is fixed.; reduce the height of your browser so the vertical scrollbars appears to see this in action.

    The last wrinkle is to unlock the Page background, remove any shadow and set the page to 99% transparency.

    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
  •