• Resolved geemco

    (@geemco)


    I’m using Collapse-O-Matic in a rather special way with an empty title (i.e. [expand title=””]) in combination with another plugin (which itself is not an issue!).

    Generally, it looks all fine and does all I expect (swapping the content – see the linked website with the 2×2 graphics arrangement, probably need to scroll a bit).

    Recently, I’ve been made aware that hovering the 2×2 graphics the arrow-style cursor sprite does not change to a hand-style link grabbing cursor as for “normal” clickable links resp. if a title is used. Only a tooltip (via alt=”Click!”) is shown after a few millisecond after hovering the 2×2 graphics arrangement.

    Missing to present the “hand cursor” when hovering the 2×2 graphics arrangement seems to prevent users to click.

    Does anybody have an idea how to make the browser change from the normal arrow cursor sprite to the link hand sprite?

    Sounds rather tricky, any idea about that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author twinpictures

    (@twinpictures)

    try adding the following css under:
    dashboard > settings > collapse-o-matic > custom css:

    .collapseomatic {
       cursor: pointer;
    }
    

    the css can also be added to the theme’s quick css area if provided.

    Thread Starter geemco

    (@geemco)

    Brilliant! Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link cursor sprite with empty title’ is closed to new replies.