Hello! Please tell me what is wrong in my expression.
<script type="text/javascript"> $('#container_logo p').hover( function(){ $($this).animate( { text-shadow: "#363535 3px 3px 3px" }, 5000); }, function(){ $($this).animate( { text-shadow: "#363535 1px 1px 1px" }, 5000); }); </script>
Here is an example.
I want the cursor to change when I hover over the text.