Welcome to TalkGraphics.com
Results 1 to 9 of 9

Hybrid View

  1. #1

    Default Re: Image hover enlargement

    Yes, that's it. Thank you guys
    But Acorn, Boy's way is exactly what I want, just to hover mouse over the object, without click on it.
    Your instruction implies that I have to click on it.

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,912

    Info Re: Image hover enlargement

    Quote Originally Posted by Dencuga View Post
    Yes, that's it. Thank you guys
    Dencuga, also untick Clip to page edges in the Web Properties > Website tab if the objects are close to the page edge and you want them to be fully visible.

    Do note Boy's approach is different to mine.

    I believe his will not hover.
    Each pop-up needs to be on a different layer.

    Mine relies on the built-in HighSlide component.
    You end up with three separate objects.

    I personally use some CSS for the hover part:
    Code:
    <style>
    .twice {
      transition: 1200ms;
    }
    .twice:hover {
      transform: scale(200%);
    }
    </style>
    The downside is if you scale too much, the resolution may suffer.

    Acorn
    Last edited by Acorn; 29 August 2021 at 12:50 PM.
    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

  3. #3
    Join Date
    Mar 2009
    Posts
    4,503

    Default Re: Image hover enlargement

    Quote Originally Posted by Acorn View Post
    Do note Boy's approach is different to mine.

    I believe his will not hover.
    It sure will.

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,912

    Default Re: Image hover enlargement

    Quote Originally Posted by Boy View Post
    It sure will.
    Boy, great to be corrected.
    I misread your Web Animation part.

    @Dencuga
    If you want the hover to have the pop-up appear anywhere, use Boy's approach, as you have stated.
    If the MouseOff and MouseOver objects are overlapping then place on the MouseOver layer; this saves lots of additional Layers. The MouseOff object will need a Link (I use javascript: ; for this).
    To avoid any extra images or layers, use my code. Just add a name htmlclass="twice" to every required object.
    I read into your OP that you wanted both. Apologies.

    An elaboration of my code has already ben covered in https://www.talkgraphics.com/showthr...le-Image-Hover.

    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

  5. #5

    Default Re: Image hover enlargement

    Acorn, please can you submit XWD file with that sample ?

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

    Default Re: Image hover enlargement

    Quote Originally Posted by Dencuga View Post
    Acorn, please can you submit XWD file with that sample ?
    Here is a demo of both approaches: CSS - Hover demo.xar

    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

 

 

Tags for this Thread

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
  •