Results 1 to 5 of 5

Thread: Javascript Woes

  1. #1
    Chuck «BeyondFusion»
    Guest

    Default Re: Javascript Woes

    Try to avoid fixed layout. Dynamic is much better.

    How are you inserting the javascript?

    As for it moving something else around.... whenever you add code that
    generates something that takes up screen real estate, it'sa up to you to
    allocate that space the way you want. If you don't Fusion may not do what
    you have in mind.

    If, for example, you add code to display a banner, you would want to place
    the code in a text box sized to match the banner size. Set the width and
    lock the height of the text box.

    If the banner is 468 px wide and you only have your text box 60 px wide,
    something has to give when the html is generated.

    --
    Chuck Joslin
    BeyondFusion.com - Your Fusion Community
    www.beyondfusion.com

    Register domain names at www.awavedomains.com

    "robert_b" <nospam@spammersuck.com> wrote in message
    news:eqfq8c$7ah3@flsun90netnews01.netobjects.com.. .
    >I guess if I used FIXED PAGE LAYOUT, huh?
    >
    > "robert_b" <nospam@spammersuck.com> wrote in message
    > news:eqfpqj$7se2@flsun90netnews01.netobjects.com.. .
    >>I have never really figured how to fix this in the 10 years I have used
    >>NOF...but, as javascript is more prevelent in everyday layouts....Anytime
    >>I have two or more javascripts in my top master border it PUSHES the
    >>script below down...see the attached....Any different coding?
    >>
    >>
    >>

    >
    >




  2. #2
    robert_b
    Guest

    Default Javascript Woes

    I have never really figured how to fix this in the 10 years I have used
    NOF...but, as javascript is more prevelent in everyday layouts....Anytime I
    have two or more javascripts in my top master border it PUSHES the script
    below down...see the attached....Any different coding?





  3. #3
    robert_b
    Guest

    Default Re: Javascript Woes

    I guess if I used FIXED PAGE LAYOUT, huh?

    "robert_b" <nospam@spammersuck.com> wrote in message
    news:eqfpqj$7se2@flsun90netnews01.netobjects.com.. .
    >I have never really figured how to fix this in the 10 years I have used
    >NOF...but, as javascript is more prevelent in everyday layouts....Anytime I
    >have two or more javascripts in my top master border it PUSHES the script
    >below down...see the attached....Any different coding?
    >
    >
    >




  4. #4
    robert_b
    Guest

    Default Re: Javascript Woes

    How are you inserting the javascript? ++++++++ I have a layout field within
    a layout field and copy and paste the script in....per my original snag, I
    allocate plenty of roof for my layout but it "pushes" the other javascript
    layout field downwards. In fixed layout this does not happen.++++++++++++



    >
    > As for it moving something else around.... whenever you add code that
    > generates something that takes up screen real estate, it'sa up to you to
    > allocate that space the way you want. If you don't Fusion may not do what
    > you have in mind.
    >
    > If, for example, you add code to display a banner, you would want to place
    > the code in a text box sized to match the banner size. Set the width and
    > lock the height of the text box.
    >
    > If the banner is 468 px wide and you only have your text box 60 px wide,
    > something has to give when the html is generated.
    >
    > --
    > Chuck Joslin
    > BeyondFusion.com - Your Fusion Community
    > www.beyondfusion.com
    >
    > Register domain names at www.awavedomains.com
    >
    > "robert_b" <nospam@spammersuck.com> wrote in message
    > news:eqfq8c$7ah3@flsun90netnews01.netobjects.com.. .
    >>I guess if I used FIXED PAGE LAYOUT, huh?
    >>
    >> "robert_b" <nospam@spammersuck.com> wrote in message
    >> news:eqfpqj$7se2@flsun90netnews01.netobjects.com.. .
    >>>I have never really figured how to fix this in the 10 years I have used
    >>>NOF...but, as javascript is more prevelent in everyday layouts....Anytime
    >>>I have two or more javascripts in my top master border it PUSHES the
    >>>script below down...see the attached....Any different coding?
    >>>
    >>>
    >>>

    >>
    >>

    >
    >




  5. #5
    Chuck «BeyondFusion»
    Guest

    Default Re: Javascript Woes

    A layout field?

    Paste in the script how?

    If you mean a Layout Region, you get not only the output of your code, but
    also an empty table where your layout region resides on the page.

    It's best to use a text box and paste in the code using the Insert HTML
    feature. Press Ctrl + T at the text cursor.

    --
    Chuck Joslin
    BeyondFusion.com - Your Fusion Community
    www.beyondfusion.com

    Register domain names at www.awavedomains.com

    "robert_b" <nospam@spammersuck.com> wrote in message
    news:eqga5b$9h22@flsun90netnews01.netobjects.com.. .
    > How are you inserting the javascript? ++++++++ I have a layout field
    > within a layout field and copy and paste the script in....per my original
    > snag, I allocate plenty of roof for my layout but it "pushes" the other
    > javascript layout field downwards. In fixed layout this does not
    > happen.++++++++++++
    >
    >
    >
    >>
    >> As for it moving something else around.... whenever you add code that
    >> generates something that takes up screen real estate, it'sa up to you to
    >> allocate that space the way you want. If you don't Fusion may not do what
    >> you have in mind.
    >>
    >> If, for example, you add code to display a banner, you would want to
    >> place the code in a text box sized to match the banner size. Set the
    >> width and lock the height of the text box.
    >>
    >> If the banner is 468 px wide and you only have your text box 60 px wide,
    >> something has to give when the html is generated.
    >>
    >> --
    >> Chuck Joslin
    >> BeyondFusion.com - Your Fusion Community
    >> www.beyondfusion.com
    >>
    >> Register domain names at www.awavedomains.com
    >>
    >> "robert_b" <nospam@spammersuck.com> wrote in message
    >> news:eqfq8c$7ah3@flsun90netnews01.netobjects.com.. .
    >>>I guess if I used FIXED PAGE LAYOUT, huh?
    >>>
    >>> "robert_b" <nospam@spammersuck.com> wrote in message
    >>> news:eqfpqj$7se2@flsun90netnews01.netobjects.com.. .
    >>>>I have never really figured how to fix this in the 10 years I have used
    >>>>NOF...but, as javascript is more prevelent in everyday
    >>>>layouts....Anytime I have two or more javascripts in my top master
    >>>>border it PUSHES the script below down...see the attached....Any
    >>>>different coding?
    >>>>
    >>>>
    >>>>
    >>>
    >>>

    >>
    >>

    >
    >




Posting Permissions

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