2

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.

ansarob
  • 825
  • 2
  • 13
  • 32
  • possible duplicate of [Slide down and slide up div on click](http://stackoverflow.com/questions/5279733/slide-down-and-slide-up-div-on-click) – mVChr May 06 '11 at 19:18

2 Answers2

2

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.

Piotr Kula
  • 9,597
  • 8
  • 59
  • 85
0

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/

SRM
  • 1,377
  • 1
  • 10
  • 17