home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 April / CAGidas04.iso / Programos / wlsetup-all.exe / wltinstall.msi / en_lang / HTML / 617 < prev   
Encoding:
Text File  |  2009-02-06  |  5.4 KB  |  189 lines

  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">
  3.     <meta http-equiv="X-UA-Compatible" content="IE=7" />
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  6.     <title></title>
  7.     <style type="text/css">
  8.         HTML
  9.         {
  10.             border: 0px;
  11.         }
  12.         BODY
  13.         {
  14.             margin: 0px;
  15.             border-style: none;
  16.             background-color: #FFFFFF;
  17.         }
  18.         INPUT, SELECT, TEXTAREA
  19.         {
  20.             font-family: Tahoma, Verdana, Arial, sans-serif;
  21.             font-size: 0.7em;
  22.             color: #373737;
  23.         }
  24.         TD, TH
  25.         {
  26.             font-family: Tahoma, Verdana, Arial, sans-serif;
  27.             font-size: 1em;
  28.             color: #373737;
  29.         }
  30.         .menuItem
  31.         {
  32.             height: 17px;
  33.             line-height: 1.3em;
  34.             color: #00156e;
  35.             padding-left: 17px;
  36.             cursor: default;
  37.         }
  38.         .menuItemOn
  39.         {
  40.             background-color: #d2eaf6;
  41.         }
  42.         .menuItemOff
  43.         {
  44.             background-color: Transparent;
  45.         }
  46.         .menuLabel
  47.         {
  48.             float: left;
  49.             overflow: hidden;
  50.             padding-right: 6px;
  51.             padding-bottom: 1px;
  52.             white-space: nowrap;
  53.         }
  54.         .menuItemSep
  55.         {
  56.             height: 1px;
  57.             font-size: 0;
  58.             overflow: hidden;
  59.             background-color: #919191;
  60.             margin: 3px 1px 5px 1px;
  61.         }
  62.         .menu
  63.         {
  64.             position: absolute;
  65.             background-color: #ffffff;
  66.             border: solid 1px #919191;
  67.             padding: 2px 2px 3px 2px;
  68.         }
  69.         .menuContainer
  70.         {
  71.             position: absolute;
  72.             font-family: Tahoma, Verdana, Arial, sans-serif;
  73.             font-size: 0.7em;
  74.         }
  75.         .menuContainer A
  76.         {
  77.             color: #0088e4 !important;
  78.             text-decoration: none !important;
  79.         }
  80.         .menuContainer A:visited
  81.         {
  82.             color: #0088e4 !important;
  83.             text-decoration: none !important;
  84.         }
  85.         .menuContainer A:hover
  86.         {
  87.             color: #0088e4 !important;
  88.             text-decoration: underline !important;
  89.         }
  90.     </style>
  91.  
  92.     <script type="text/javascript">
  93.     var menuHTMLTag="TR";
  94.     var ignoreHighlightClass="ignoreHighlight";
  95.     var highlightColor = "#d2eaf6";
  96.     var nohighlightColor=  "transparent";
  97.  
  98.     function hiliteActiveMenuItem()
  99.     {
  100.         if (event == null)
  101.             return false;
  102.             
  103.         source = event.srcElement;
  104.         
  105.         if (source.tagName=="TABLE")
  106.             return false;
  107.         
  108.         while (source.tagName != menuHTMLTag && source.tagName != "HTML")
  109.         {
  110.             source = source.parentElement;
  111.         }
  112.  
  113.         if (source.style.backgroundColor != highlightColor && source.className != ignoreHighlightClass)
  114.         {
  115.             source.style.backgroundColor=highlightColor;
  116.         }
  117.         else 
  118.         {
  119.             return false;
  120.         }
  121.             
  122.         return true;
  123.     }
  124.  
  125.     function unhiliteActiveMenuItem(eventObj)
  126.     {        
  127.         if (eventObj == null)
  128.             eventObj = event;
  129.         
  130.         if ((eventObj.fromElement.contains(eventObj.toElement) || source.contains(eventObj.toElement) 
  131.             || source.className == ignoreHighlightClass) || source.tagName=="TABLE")
  132.         {
  133.             return false;
  134.         }
  135.  
  136.         if (eventObj.toElement != source)
  137.             source.style.backgroundColor=nohighlightColor;
  138.             
  139.         return true;
  140.     }
  141.  
  142.     function fireMenuItemClick()
  143.     {
  144.         source = event.srcElement;
  145.         if (source.tagName=="TABLE")
  146.             return false;
  147.         
  148.         while (source.tagName != menuHTMLTag && source.tagName != "HTML")
  149.             source = source.parentElement;
  150.         
  151.         if (source.id != "" && source.className != ignoreHighlightClass)
  152.         {
  153.                window.external.flyout.click(source.id);
  154.         }
  155.         else return false;
  156.             
  157.         return true;
  158.     }
  159.     
  160.     </script>
  161.  
  162. </head>
  163. <body>
  164.     <table id="mainTable" cellpadding="0" cellspacing="0" border="0" class="menuContainer">
  165.         <tr>
  166.             <td>
  167.                 <div id="wholeContent" class="menu">
  168.                     <table id="menuTable" onmouseover="hiliteActiveMenuItem();" onmouseout="unhiliteActiveMenuItem();"
  169.                         width="151" cellpadding="0" cellspacing="0" border="0" onclick="fireMenuItemClick();">
  170.                         <tr class="ignoreHighlight">
  171.                             <td colspan="2">
  172.                                 <iframe id="preview" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"
  173.                                     width="320" height="300" src="about:blank"></iframe>
  174.                             </td>
  175.                         </tr>
  176.                         <tr class="ignoreHighlight">
  177.                             <td colspan="2">
  178.                                 <div class="menuItemSep">
  179.                                      </div>
  180.                             </td>
  181.                         </tr>
  182.                     </table>
  183.                 </div>
  184.             </td>
  185.         </tr>
  186.     </table>
  187. </body>
  188. </html>
  189.