Announcement

Collapse
No announcement yet.

Navigation buttons

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

    Navigation buttons

    I notice I have some different code on one of my sites to the others which could be causing me some javascript warning probs.

    This is onmouseover, on the one site it is coded as onmouseover="onhnav_....' and this is where I get some issues.
    (www.thelondonsouvenirshop.com)

    whilst on the others it is coded onmouseover = swapimage ( ...

    Which is right and where do you cahnge the code?


    Thanks
    Peter Birley

    #2
    Hi Peter,

    If you go to "Advance | Template Manager", here click on "Main" tab, then click on "Mouse Over", so it brings up "Act_Mouseover.html".

    The code here should be:
    Code:
    onMouseOver="SwapImage('NETQUOTEVAR:NAVNAME','NETQUOTEVAR:ALTIMAGEFILE')" onMouseOut="RestoreImage()"
    Please compare this to what you have? and replace if its different.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks, I get a template not found message so not sure how the person bult this site.
      I can see the template in the site 1 folder.
      May need to rebuild the site myself.
      Peter

      Comment


        #4
        Hi there

        In "Advance | Template Manager", if you click on "Editor", make sure it says "notepad.exe %s" here, if it does not say this, remove what inside and type it in. Then check the template.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X