Announcement

Collapse
No announcement yet.

Rollover image Code Problems since upgrade

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

    Rollover image Code Problems since upgrade

    Hi

    We've recently upgraded to V10 from V8.5. Everything has gone well, except our Rollover code to pop-up info/image from the Extend Info page no longer works. I presume there's some comptibility issue in the code, but I am very new to this code stuff!

    Can anyone help - the extract from the V10 Product Layout code is as follows:

    <table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
    <tr valign="top">
    <td width="20%" align="left">
    <actinic:variable name="ProductImageLayout" /></td>
    <td width="50%">
    <a name="<Actinic:Variable Name="EncodedProductAnchor"/>">
    <b><!-- CODEPATH CODE STARTS-->
    <a onmouseover="ParseContent('extinfolayer','<actinic:variable name='ProductName'/>','<actinic:variable name='ExtendedInfoText' />','<actinic:variable name='ExtendedInfoImage' />'); return true;"
    onmouseout="HideContent('extinfolayer'); return true;">
    <actinic:variable name="ProductName"/></a>
    </b></span></a>
    <!-- CODEPATH CODE ENDS--></b></a>

    And then at the bottom of the page is the following:

    <DIV id="extinfolayer" style="display:none; position:absolute; border-style: none; background-color: #e5e5e5; padding: 5px; z-index:2"></DIV>

    Any help would be appreciated.

    Regards

    Grahame
    Parties in a Box
    www.partiesinabox.co.uk

    #2
    Have you asked Codepath since it seems to be their code?

    Comment


      #3
      Thanks - I'd never heard of them before - the code was supplied by my website designer - will try contacting them.

      Comment

      Working...
      X