+ Reply to Thread
Results 1 to 2 of 2

Thread: pliggdzine error

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    1

    pliggdzine error

    I will purchace the pliggdzine template but it give some errors.

    On ie8 i get: Done, but with errors on page.

    Object dosen't support this property or method line 47 Char 5

    something is wrong with this js:

    <script type="text/javascript">
    window.addEvent('domready', function(){
    var myMenu= new Fx.Slide('v-menu2');
    myMenu.hide();
    $('toggle').addEvent('click', function(e){
    e = new Event(e);
    myMenu.toggle();
    e.stop();
    });
    });
    </script>

    Please correct it and update your demo.

  2. #2

    Thanks magnus we will take a look and apply a fix as soon as possible.
    Lets Stop Digging Into Code And Be User Friendly

+ Reply to 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