Advertisement
Guest User

HTML

a guest
Aug 13th, 2011
1,027
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.58 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3. <head>
  4.     <link rel="stylesheet" type="text/css" href="redo.css" />
  5.     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  6.     <script type="text/javascript" src="../scripts/accordion.js">
  7.         /***********************************************
  8.         * Horizontal Accordion script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
  9.         * This notice MUST stay intact for legal use
  10.         * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
  11.         ***********************************************/
  12.     </script>
  13.     <script type="text/javascript">
  14.  
  15. haccordion.setup({
  16.     accordionid: 'hc1', //main accordion div id
  17.     paneldimensions: {peekw:'50px', fullw:'100%', h:'100%'},
  18.     selectedli: [0, true], //[selectedli_index, persiststate_bool]
  19.     collapsecurrent: false //<- No comma following very last setting!
  20. })</script>
  21. </head>
  22. <body>
  23.         <div id="hc1" class="haccordion">
  24.             <ul>
  25.  
  26.             <li>
  27.                 <div class="hpanel">
  28.                 <img src="http://img502.imageshack.us/img502/746/thailand.jpg" style="float:left; padding-right:8px; width:200px; height:148px" />The Andaman Sea is regarded as Thailand's most precious natural resource as it hosts the most popular and luxurious resorts in Asia.
  29.                 </div>
  30.             </li>
  31.  
  32.             <li>
  33.                 <div class="hpanel">
  34.                 <img src="http://img264.imageshack.us/img264/7199/japan.jpg" style="float:left; padding-right:8px; width:200px; height:148px" />Japan is a constitutional monarchy where the power of the Emperor is very limited.
  35.                 </div>
  36.             </li>
  37.  
  38.             <li>
  39.                 <div class="hpanel">
  40.                 <img src="http://img101.imageshack.us/img101/516/mayai.jpg" style="float:left; padding-right:8px; width:200px; height:148px" />Malaysia is a South Asian country rich in natural resources in areas such as agriculture, forestry and minerals.
  41.                 </div>
  42.             </li>
  43.  
  44.             <li>
  45.                 <div class="hpanel">
  46.                 <img src="http://img194.imageshack.us/img194/9553/camam.jpg" style="float:left; padding-right:8px; width:200px; height:148px" />Agriculture has long been the most important sector of the Cambodian economy.
  47.                 </div>
  48.             </li>
  49.  
  50.             <li>
  51.                 <div class="hpanel">
  52.                 <img src="http://www.fourseasons.com/images/generated/property/langkawi/landing_pages/basics_welcome.jpg" style="float:left; padding-right:8px; width:200px; height:148px" />Langkawi is particularly known for its beaches which are among the best in Malaysia.
  53.                 </div>
  54.             </li>
  55.  
  56.             </ul>
  57.         </div>
  58. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement