Announcement

Collapse
No announcement yet.

V16 Rollover / Hover Box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    V16 Rollover / Hover Box

    Hello, we are running a few tests on version 16 and having difficulty creating roll overs or hover boxes within a fragment.

    We have produced the effect that we are looking for on a 'static' webpage: http://www.swanage-cottage.co.uk/

    On this page if you hover over the 'i' or '?' symbols a hover box appears.

    When we try to re-create this effect in Sellerdeck we get the following: http://www.shopstuff.co.uk/acatalog/...ings.html#aCYT

    So the hover box info appears on the page beneath the roll over icons.

    I think it's to do with the sprytooltips not functioning correctly.

    I have tried pasting our SpryAssets folder into the Site1 directory, but it doesn't let me do this.

    Any advice or ideas appreciated.

    Thanks,

    Ben Youden
    Shopstuff

    #2
    You need to put the lines:
    Code:
    <link href="SpryTooltip.css" rel="stylesheet" type="text/css" />
    <script src="SpryTooltip.js" type="text/javascript"></script>
    Into the bottom of layout Standard JavaScript Header Functions.

    And put the files SpryTooltip.css and SpryTooltip.js into the root of your Site folder.

    N.B. Untested - I don't use Spry - I use jQuery for such things. There may be other files that Spry needs.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X