its this bit here

-- Line 28 of slide.js

$('v_hide').addEvent('click', function(e){
        e.stop();
        myVerticalSlide.hide();
        $('vertical_status').set('html', status[myVerticalSlide.open]);
        });


 v_hide is null.  Its no where on the page

-----Original Message-----
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of Ben
Sent: Friday, 5 December 2008 8:21 AM
To: MooTools Users
Cc: [EMAIL PROTECTED]
Subject: IE6 and IE7 error with MooTools slide.js script


Hi,

Wonder if anyone could help me? Im having a problem with a MooTools
slide script. Its used to drop down a contact form via a button. The
page loads and works fine however i get an error in IE6 and IE7

here is the error - 'null' is null or not an object

here is a link to the page i am experiencing the error -
http://www.stylescreative.com/arden-garages/used-cars/ford-fiesta/used-fiest
a-bn55fnx.htm

I am experienced with web programming however have only recently
started using MooTools which are are very good by the way!

Any help on this would be much appreciated.

Cheers,

Ben.


Reply via email to