Results 1 to 10 of 10

Thread: Mouse Over - Actions

  1. #1
    5StarCases
    Guest

    Default Mouse Over - Actions

    I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an image.
    I need the page layout to be centralised in the browser, so have selected
    Dynamic. The 'Mouse Over' action only works on Fixed Page Layouts, which
    justifies the page to the left.

    Is there a way that I can Centralise the whole page even on Fixed page
    layouts?

    Regards,

    Keith



  2. #2
    TheBox
    Guest

    Default Re: Mouse Over - Actions

    Keith,

    Fixed layout is fixed, you can not center a page while using dhtml actions.
    I take that back...you can with a bit of javascript, but is a bit outdated.
    -
    http://www.netobjects.com/workbench/js_centering.html
    -
    Bert

    "5StarCases" <keith@5star-cases.com> wrote in message
    news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    > I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an image.
    > I need the page layout to be centralised in the browser, so have selected
    > Dynamic. The 'Mouse Over' action only works on Fixed Page Layouts, which
    > justifies the page to the left.
    >
    > Is there a way that I can Centralise the whole page even on Fixed page
    > layouts?
    >
    > Regards,
    >
    > Keith
    >




  3. #3
    5StarCases
    Guest

    Default Re: Mouse Over - Actions

    Thanks for that Bert,

    However, I entered the code into the Scripted Action and set the width (xxx)
    to 817, as this is the total width of the Master Border and Layout. When
    published, it pushes the design out too much to the right and leaves a long
    bottom scroll bar. What am I doing wrong?

    see...

    http://thecasemaker.com/factory_tour.html

    Also, I notice that when I centralise the page (this page only, others are
    Dynamic), some images on the left (Case Styles, Quote Request and Downloads)
    have a thicker border?

    I hope you can help.

    Regards,

    Keith



    "5StarCases" <keith@5star-cases.com> wrote in message
    news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    > I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an image.
    > I need the page layout to be centralised in the browser, so have selected
    > Dynamic. The 'Mouse Over' action only works on Fixed Page Layouts, which
    > justifies the page to the left.
    >
    > Is there a way that I can Centralise the whole page even on Fixed page
    > layouts?
    >
    > Regards,
    >
    > Keith
    >




  4. #4
    TheBox
    Guest

    Default Re: Mouse Over - Actions

    You just have to play with it a little...try different width sizes to get it
    to match what you want. This technique is rather deprecated at this time
    though.
    -
    Let's start at the beginning...what 'exactly' are you trying to do with
    mouse rollovers? You can use the "Picture Rollover" component to do this
    without issues with centering.
    -
    Bert

    "5StarCases" <keith@5star-cases.com> wrote in message
    news:feb1st$c081@flsun90netnews01.netobjects.com.. .
    > Thanks for that Bert,
    >
    > However, I entered the code into the Scripted Action and set the width
    > (xxx) to 817, as this is the total width of the Master Border and Layout.
    > When published, it pushes the design out too much to the right and leaves
    > a long bottom scroll bar. What am I doing wrong?
    >
    > see...
    >
    > http://thecasemaker.com/factory_tour.html
    >
    > Also, I notice that when I centralise the page (this page only, others are
    > Dynamic), some images on the left (Case Styles, Quote Request and
    > Downloads) have a thicker border?
    >
    > I hope you can help.
    >
    > Regards,
    >
    > Keith
    >
    >
    >
    > "5StarCases" <keith@5star-cases.com> wrote in message
    > news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >> image. I need the page layout to be centralised in the browser, so have
    >> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >> Layouts, which justifies the page to the left.
    >>
    >> Is there a way that I can Centralise the whole page even on Fixed page
    >> layouts?
    >>
    >> Regards,
    >>
    >> Keith
    >>

    >
    >




  5. #5
    =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
    Guest

    Default Re: Mouse Over - Actions

    Perhaps this would work for you:

    http://www.beyondfusion.com/html/tutorial-tr.php

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

    Register domain names at www.awavedomains.com

    "5StarCases" <keith@5star-cases.com> wrote in message
    news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    > I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an image.
    > I need the page layout to be centralised in the browser, so have selected
    > Dynamic. The 'Mouse Over' action only works on Fixed Page Layouts, which
    > justifies the page to the left.
    >
    > Is there a way that I can Centralise the whole page even on Fixed page
    > layouts?
    >
    > Regards,
    >
    > Keith
    >



  6. #6
    TheBox
    Guest

    Default Re: Mouse Over - Actions

    I was about to go there Chuck thanks. (-;
    -
    Bert

    "Chuck «BeyondFusion»" <supportno@spambeyondfusion.com> wrote in message
    news:feb2n3$c082@flsun90netnews01.netobjects.com.. .
    > Perhaps this would work for you:
    >
    > http://www.beyondfusion.com/html/tutorial-tr.php
    >
    > --
    > Chuck Joslin
    > BeyondFusion.com - Your Fusion Community
    > www.beyondfusion.com
    >
    > Register domain names at www.awavedomains.com
    >
    > "5StarCases" <keith@5star-cases.com> wrote in message
    > news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >> image. I need the page layout to be centralised in the browser, so have
    >> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >> Layouts, which justifies the page to the left.
    >>
    >> Is there a way that I can Centralise the whole page even on Fixed page
    >> layouts?
    >>
    >> Regards,
    >>
    >> Keith
    >>

    >




  7. #7
    5StarCases
    Guest

    Default Re: Mouse Over - Actions

    Thanks for that Chuck,

    I'm even more confused now though !

    Do I assume I can add this code in Dynamic Pages?

    Keith

    "Chuck «BeyondFusion»" <supportno@spambeyondfusion.com> wrote in message
    news:feb2n3$c082@flsun90netnews01.netobjects.com.. .
    > Perhaps this would work for you:
    >
    > http://www.beyondfusion.com/html/tutorial-tr.php
    >
    > --
    > Chuck Joslin
    > BeyondFusion.com - Your Fusion Community
    > www.beyondfusion.com
    >
    > Register domain names at www.awavedomains.com
    >
    > "5StarCases" <keith@5star-cases.com> wrote in message
    > news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >> image. I need the page layout to be centralised in the browser, so have
    >> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >> Layouts, which justifies the page to the left.
    >>
    >> Is there a way that I can Centralise the whole page even on Fixed page
    >> layouts?
    >>
    >> Regards,
    >>
    >> Keith
    >>

    >




  8. #8
    5StarCases
    Guest

    Default Re: Mouse Over - Actions

    Thanks, I appreicate the help here !

    I tried Picture Rollover, but they are only from the image itself.

    I didn't think this would work?

    Have a look at http://thecasemaker.com/factory_tour.html

    I want a series of rectangles (different coloured 'keys') to 'show' and
    'hide'

    corresponding images. I works fine, as we've used it before. But I want the
    browser to centralise.

    I can play with the width figures as you suggest, but why do I get thick
    lines around the left hand images, and also I notice it drops the whole page
    down a few pixels !

    "TheBox" <nospam@this.com> wrote in message
    news:feb2ea$bcs2@flsun90netnews01.netobjects.com.. .
    > You just have to play with it a little...try different width sizes to get
    > it to match what you want. This technique is rather deprecated at this
    > time though.
    > -
    > Let's start at the beginning...what 'exactly' are you trying to do with
    > mouse rollovers? You can use the "Picture Rollover" component to do this
    > without issues with centering.
    > -
    > Bert
    >
    > "5StarCases" <keith@5star-cases.com> wrote in message
    > news:feb1st$c081@flsun90netnews01.netobjects.com.. .
    >> Thanks for that Bert,
    >>
    >> However, I entered the code into the Scripted Action and set the width
    >> (xxx) to 817, as this is the total width of the Master Border and Layout.
    >> When published, it pushes the design out too much to the right and leaves
    >> a long bottom scroll bar. What am I doing wrong?
    >>
    >> see...
    >>
    >> http://thecasemaker.com/factory_tour.html
    >>
    >> Also, I notice that when I centralise the page (this page only, others
    >> are Dynamic), some images on the left (Case Styles, Quote Request and
    >> Downloads) have a thicker border?
    >>
    >> I hope you can help.
    >>
    >> Regards,
    >>
    >> Keith
    >>
    >>
    >>
    >> "5StarCases" <keith@5star-cases.com> wrote in message
    >> news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >>> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >>> image. I need the page layout to be centralised in the browser, so have
    >>> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >>> Layouts, which justifies the page to the left.
    >>>
    >>> Is there a way that I can Centralise the whole page even on Fixed page
    >>> layouts?
    >>>
    >>> Regards,
    >>>
    >>> Keith
    >>>

    >>
    >>

    >
    >




  9. #9
    Peter Cranfield
    Guest

    Default Re: Mouse Over - Actions

    WHy not place a layout are in your normal centralised layout and set this
    extra layout area to 'fixed page layout'. You will then be able to use your
    actions and get the centralised page. The layout are need be large enough
    only to contain the overlapping pictures. I use this often on my websites to
    get the actions on centralised pages.

    i hope this helps

    Peter

    "5StarCases" <keith@5star-cases.com> wrote in message
    news:febc0d$cn71@flsun90netnews01.netobjects.com.. .
    > Thanks for that Chuck,
    >
    > I'm even more confused now though !
    >
    > Do I assume I can add this code in Dynamic Pages?
    >
    > Keith
    >
    > "Chuck «BeyondFusion»" <supportno@spambeyondfusion.com> wrote in message
    > news:feb2n3$c082@flsun90netnews01.netobjects.com.. .
    >> Perhaps this would work for you:
    >>
    >> http://www.beyondfusion.com/html/tutorial-tr.php
    >>
    >> --
    >> Chuck Joslin
    >> BeyondFusion.com - Your Fusion Community
    >> www.beyondfusion.com
    >>
    >> Register domain names at www.awavedomains.com
    >>
    >> "5StarCases" <keith@5star-cases.com> wrote in message
    >> news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >>> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >>> image. I need the page layout to be centralised in the browser, so have
    >>> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >>> Layouts, which justifies the page to the left.
    >>>
    >>> Is there a way that I can Centralise the whole page even on Fixed page
    >>> layouts?
    >>>
    >>> Regards,
    >>>
    >>> Keith
    >>>

    >>

    >
    >




  10. #10
    =?iso-8859-1?Q?Chuck_=ABBeyondFusion=BB?=
    Guest

    Default Re: Mouse Over - Actions

    Keith,

    The tutorial page uses dynamic layout and is centered in the browser.

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

    Register domain names at www.awavedomains.com

    "5StarCases" <keith@5star-cases.com> wrote in message
    news:febc0d$cn71@flsun90netnews01.netobjects.com.. .
    > Thanks for that Chuck,
    >
    > I'm even more confused now though !
    >
    > Do I assume I can add this code in Dynamic Pages?
    >
    > Keith
    >
    > "Chuck «BeyondFusion»" <supportno@spambeyondfusion.com> wrote in message
    > news:feb2n3$c082@flsun90netnews01.netobjects.com.. .
    >> Perhaps this would work for you:
    >>
    >> http://www.beyondfusion.com/html/tutorial-tr.php
    >>
    >> --
    >> Chuck Joslin
    >> BeyondFusion.com - Your Fusion Community
    >> www.beyondfusion.com
    >>
    >> Register domain names at www.awavedomains.com
    >>
    >> "5StarCases" <keith@5star-cases.com> wrote in message
    >> news:feaf85$9rp1@flsun90netnews01.netobjects.com.. .
    >>> I'm using the 'Mouse Over / Mouse Out' action and showing/hiding an
    >>> image. I need the page layout to be centralised in the browser, so have
    >>> selected Dynamic. The 'Mouse Over' action only works on Fixed Page
    >>> Layouts, which justifies the page to the left.
    >>>
    >>> Is there a way that I can Centralise the whole page even on Fixed page
    >>> layouts?
    >>>
    >>> Regards,
    >>>
    >>> Keith
    >>>

    >>

    >
    >



Posting Permissions

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