<script type="text/javascript">
$(document).ready(function() {
$('td').hover(function() {
$(this).animate({
background-color: "#fff"
}, 1500);
});
});
</script>
Trying to make a grid that lights up when you hover over the boxes. Anyone know why it is not working? :[
This post has been edited by evinrows: 24 August 2009 - 01:47 AM

New Topic/Question
Reply



MultiQuote



|