Code for the javascript accordion effect program

Source: Internet
Author: User
Tip: you can modify some code before running

<script>var timeout2=99999999999; //切换时间var timeout3=10000; //mouse over 后切换时间var now_content=0;var total_content=3;var way=1;var start_content=Math.round(Math.random()*(total_content-1))+1; //除广告为第一显示外function content_mouse(num){ now_content=num; window.clearInterval(theTimer2); for (var i=1;i<=total_content;i++){ document.getElementById('divhl0'+i).style.display='none'; //document.getElementById('pic'+i).style.background='url("20110913huabizc/'+i+'.jpg")'; document.getElementById('pic'+i).style.backgroundPosition='0px 0px'; } document.getElementById('divhl0'+num).style.display='block'; //document.getElementById('pic'+num).style.background='url("20110913huabizc/'+num+'.jpg")'; document.getElementById('pic'+num).style.backgroundPosition='-50px 0px'; theTimer2=setTimeout('change_content()', timeout3);} function change_content(){ for (var i=1;i<=total_content;i++){ document.getElementById('divhl0'+i).style.display='none'; } document.getElementById('divhl0'+now_content).style.display='block'; if (way) now_content++; else now_content--; if(now_content>total_content) {now_content=total_content-1;way=0;} else if(now_content==0) {now_content=1;way=1;} theTimer2=setTimeout('change_content()', timeout2);}theTimer2=setTimeout(function(){now_content=1;change_content();}, timeout2);</script><div class="director"> <table width="619" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td onclick="content_mouse(1)" valign="top" class="pdboder"><table width="20" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50"></td> </tr> </table></td> <td width="619" height="500" valign="top"><div id="divhl01" > <div class="accordion"> <dl class="clearfix"> <dt></dt> <dd class="d1"> <p>Bao 'an, Guangdong province, was born on 1960,</p> <p>Industry-renowned screenwriters, directors, and supervisors.</p> <p>He joined the stunt team of the film company since 1980, started as a screenwriter in 1983, and started directing the film in 1988.</p> <p>The main works include Zhou Ji for men, Wei Long for escape, Wu Zhuangyuan Su Qier,</p> <p>"Hero of the martial arts", "Animal Police", "fire", "mouse falling in love with cats", and so on,</p> <p>In 1999, he won the Hong Kong Film Awards for the best scriptwriter and best director award.</p> <p>He has served as the chairman of the Hong Kong Film Association and the Hong Kong film directors association. He has been a member of the board of directors of the Hong Kong film association for many years,</p> <p>He was elected chairman of the new Hong Kong Film Awards in 2007.</p> </dd> </dl> </div> </div></td> <td onclick="content_mouse(2)" valign="top" class="pdboder"><table width="20" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50"></td> </tr> </table></td> <td width="619" height="500"><div id="divhl02" > <div class="accordion2"> <dl class="clearfix"> <dt></dt> <dd class="d1"> <p>The row name is "younger brother" and has many years of operation guidance experience:</p> <p>In 1980s, he and Xu Xiaoming went to the mainland to take a photo of kapok and Mirage;</p> <p>In early 1990s, he joined the famous martial arts steering team in Hong Kong and shot the film with Yuan Heping and yuan Xiangren.</p> <p>Huang Feihong, Wu Zhuangyuan, Su Qier, and other movies;</p> <p>There are many cooperation with Lindean.</p> <p>Yuan Heping's team once played an important role in Hollywood's hacking empire and killing bill.</p> <p>Works in recent years include "Chinese hero", "Crouching Tiger, hiding Dragon", "Kung Fu", "huoyuanjia",</p> <p>"Banquet", "name cast", "Jin Yiwei", "Zhao's orphan" and so on.</p> </dd> </dl> </div> </div></td> <td onclick="content_mouse(3)" valign="top" class="pdboder"><table width="20" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50"></td> </tr> </table></td> <td width="619" height="500"><div id="divhl03"> <div class="accordion3"> <dl class="clearfix"> <dt></dt> <dd class="d1"> <p>She is a senior styling designer in Hong Kong.</p> <p>He has won the Hong Kong Film Awards and the Taiwan film Golden Horse Awards for many times. He has been a star of Leslie Cheung, Ye Tong, Zhang Min, and Zhang Xueyou.</p> <p>In the legend of the new White Lady, the style of the white snake and the style of Zhang Manyu in the movie "qingsnake" is the peak of the style.</p> <p>In addition, BoBo is also the first person to apply the element "Tongqian" in the drama to commercial movies.</p> <p>Movie works include: XiaoAoJiangHu (Xu Ke), Painted Skin (Chen Jiaxiang ),</p> <p>Yue Guangbao box (Liu Zhenwei), new ghost (Ye Weixin), and painted wall (Chen Jiaxiang );</p> <p>TV series works include: "Yi Tian Tu Long Kee", "xinlongmen Inn",</p> <p>Wu linwai Shi, Bao Qingtian, Zhang Sanfeng, Xiao Shilang,</p> <p>The ultimate red face, the tie tooth copper teeth Ji Xiaolan, and so on.</p> </dd> </dl> </div> </div></td> <td class="pdboder"><table width="20" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table></td> <td class="pdboder"><table width="20" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table></td> </tr> </table> <script language="javascript" src="js/scrollad.js"></script></td> </tr> </table></div> </td> </tr></table>
Tip: you can modify some code before running

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.