Slide and expand/Contract The Advertising Code instance effect _ Javascript tutorial

Source: Internet
Author: User
Javascript: Slide Show/contract the effect of the ad code instance, Javascript tutorial

Function Description:
Slide to expand or contract the advertising effect. You can specify the duration and maximum height when the advertisement is fully expanded.



Compatible with browsers:
IE5.0 +, FF1.06 +, and Opera8.0 +

Instance code:
The following is a reference clip:



Code example: Slide and expand/Contract ads




Var intervalId = null;
Function slideAd (id, nStayTime, sState, nMaxHth, nMinHth ){
This. stayTime = nStayTime * 1000 || 3000;
This. maxHeigth = nMaxHth | 90;
This. minHeigth = nMinHth | 1;
This. state = sState | "down ";
Var obj = document. getElementById (id );
If (intervalId! = Null) window. clearInterval (intervalId );
Function openBox (){
Var h = obj. offsetHeight;
Obj. style. height = (this. state = "down ")? (H + 2): (h-2) + "px ";
If (obj. offsetHeight> this. maxHeigth ){
Window. clearInterval (intervalId );
IntervalId = window. setInterval (closeBox, this. stayTime );
}
If (obj. offsetHeight Window. clearInterval (intervalId );
Obj. style. display = "none ";
}
}
Function closeBox (){
SlideAd (id, this. stayTime, "up", nMaxHth, nMinHth );
}
IntervalId = window. setInterval (openBox, 10 );
}
Script




     
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement

  •  
  • Here is the content in the advertisement



Code example:Slide and expand/Contract adsPlease refresh the page and watch the demo again



 
Script

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.