Re: [jQuery] jQuery gives error on page in IE after hover.

2009-12-03 Thread Michael Geary
You're trying to use negative padding, but there is no such thing in CSS: http://www.google.com/search?q="negative+padding"; Can you use negative margin instead, or some other technique? -Mike On Thu, Dec 3, 2009 at 4:51 AM, Duncan Krebbers

[jQuery] jQuery gives error on page in IE after hover.

2009-12-03 Thread Duncan Krebbers
I'm using a simple jQuery hover script on my page to animate menubuttons 15px to the right on a hover. They go back at a mouse-out. The jQuery version I'm using is 1.3.2 from the Google API's. The script, located in the head of my index.php, is down here. $(document).ready(function(){ $('.navi