javascript - onmouseover(); Not working? -


so making portfolio site on here , reason, whenever try attach onmouseover event of icons, nothing happens, trying text name fade name of icon hovering over, , fade out when mouse off, there way this? have tried ten 'solutions'

thanks

<td onclick="move('url');" onmouseover="alert();" class="tile" id="portfolio"></td> 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -