Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2023 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Javascript :

Jquery animate (help needed)

Thread title: Jquery animate (help needed)
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
07-09-2008, 11:37 AM
#1
G-Sun is offline G-Sun
Status: Member
Join date: Feb 2008
Location: Norway
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

G-Sun is on a distinguished road

  Old  Jquery animate (help needed)

Hi!
I'm rather new to js and jQuery.
I'm making a fancy animated menu, but have some trubbel.

My code is:
Code:
	$(document).ready(function(){
	$('#K_meny').hover(function() {
	$('.anm').addClass('anm_start')
			.animate
			({
			clip: "rect(auto,auto,auto,auto)"
			left: "59px"
			}, 1000); 
 		});
	});
..it's the animate part that doesn't work. Errors? Suggestions?
(If I comment out the animate-part, it works..)

Thanks!

     


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed