Hi Jess ,
I've tested with all standard browsers like FF,chrome,safari,IE 7 & above. It's working fine
For IE 6 hover is not working .
Do the following changes for IE 6
- $(document).ready(function(){
- $(".submit").bind("mouseenter mouseleave",function(){
- $(this).toggleClass("submitHover");
- });
- });
Thanks,
Shanmugam