what javascript is this

Discussion in 'JavaScript' started by slaydragon, Jul 28, 2008.

  1. #1
    hi, may i know what javascript library does http://www.wp-magazine.com/ use? For the featured article section, where u click 4, it slide down, those effects.
     
    slaydragon, Jul 28, 2008 IP
  2. xlcho

    xlcho Guest

    Messages:
    532
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nothing so special. It's just some anchor links with the combination of the fallowing css class on the div that holds the articles:
    #my-glider .scroller .section {
    	width:646px;
    	height: 220px;
    	[B]overflow: hidden;[/B]
    	padding: 0;		
    	}
    Code (markup):
     
    xlcho, Jul 28, 2008 IP
  3. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello,

    It is glider effect. You will get it from below url source code check it out:

    http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
     
    VishalVasani, Jul 28, 2008 IP