Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Please, explain little problem Re: Please, explain little problem

#132997
CrocoDillon
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 `()` ;)