llamamastafu
New Member
i found this nifty code:\[code\]<div style="width: 80px; height: 20px; background-color: red;" onmouseover="document.getElementById('div1').style.display = 'block';"> <div id="div1" style="display: none;" onmouseout="document.getElementById('div1').style.display = 'none';"> Text</div></div>\[/code\]and i've been trying to use to show/hide a div onto of pre-determined divs on tumblr, but i'm probably using it wrong, will this work or will i have to use another code?