Home › Forums › JavaScript › Please, explain little problem › Re: Please, explain little problem
April 24, 2013 at 5:59 am
#132997
Participant
tutorials.onmouseover = openElement();
tutorials.onmouseout = closeElement();
You need to assign the functions, what you’re doing here is execute the functions and assign the result. Remove the `()` ;)