I need to create a sliding billboard ad (just like the one on this website http://www.mlive.com/slidingbillboard/). I would prefer to use jQuery over Flash, for reasons I'm sure most understand. I've been Googling and haven't found a solution. In the end this will be thrown into Google Ad Manager to track click throughs. Any help would be greatly appreciated!

Note: This will go at the top of the site above all content.

link|improve this question

57% accept rate
possible duplicate of Slide down and slide up div on click – mVChr May 6 '11 at 19:18
feedback

2 Answers

up vote 2 down vote accepted

This is easily implemented in jQuery

Look here

http://jsfiddle.net/ppumkin/ArRFy/2/

apply a few styles, hover effect.. and 'tadaaa' no flash or UI.

link|improve this answer
feedback

Have you taken a look at jQuery Effects? You can do things like animate cssProperties (i.e. background color, size, etc), you can slide in/out. You can fade in/out among many other operations. you mentioned jQuery already so this might be what you are looking for:

http://api.jquery.com/category/effects/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.