Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/06/2010, 12:19
Avatar de masterojitos
masterojitos
 
Fecha de Ingreso: julio-2008
Ubicación: Lima Callao Chucuito
Mensajes: 1.931
Antigüedad: 15 años, 9 meses
Puntos: 105
Respuesta: lista horizontal infinita

y no te sirvio el link que te ofreci ???

aqui te dejo el codigo fuente ya que veo que no lo viste

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Luis Angel Camargo</title>
  5. <style type="text/css">
  6. body {
  7.     font-family: Arial, Helvetica, sans-serif;
  8.     margin: 0;
  9.     padding: 0;
  10.     }
  11. #marco {
  12.     width:455px;
  13.     margin:10px 0;
  14.     padding:0px;
  15.     text-align:left;
  16.     }
  17.  
  18. /*Credits: CSSplay */
  19. /*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
  20. .preload2 {background: url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
  21. .menu2 {padding:0; margin:0; margin-bottom:0; list-style:none; height:25px; background:#fff url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/fd_menu.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
  22. .menu2 li.top {display:block; float:left; position:relative;}
  23. .menu2 li a.top_link {display:block; float:left; height:25px; margin-left:6px; line-height:25px; color:#333; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 6px; cursor:pointer;}
  24. .menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 6px; height:40px;}
  25. .menu2 li a.top_link span.down {float:left; display:block; padding:0 10px 0 6px; height:25px;/*background:url(prodrop2/down.gif) no-repeat right top;*/}
  26. .menu2 li a.top_link:hover {color:#fff;  background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
  27. .menu2 li a.top_link:hover span { background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif)}
  28. .menu2 li a.top_link:hover span.down { background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif)}
  29.  
  30. .menu2 li:hover > a.top_link {color:#fff; background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
  31. .menu2 li:hover > a.top_link span {background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
  32. .menu2 li:hover > a.top_link span.down {background:url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/button4a.gif);}
  33.  
  34.  
  35. .menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
  36.  
  37. /* Default link styling */
  38.  
  39. /* Style the list OR link hover. Depends on which browser is used */
  40.  
  41. .menu2 a:hover {visibility:visible;}
  42. .menu2 li:hover {position:relative; z-index:200;}
  43.  
  44. /* keep the 'next' level invisible by placing it off screen. */
  45. .menu2 ul,
  46. .menu2 :hover ul ul,
  47. .menu2 :hover ul :hover ul ul,
  48. .menu2 :hover ul :hover ul :hover ul ul,
  49. .menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
  50.  
  51. .menu2 :hover ul.sub {left:6px; top:25px; background: #fff; padding:0; /*border:1px solid #1E8BB5; white-space:nowrap;*/ width:auto; height:auto; font-weight:normal;}
  52. .menu2 :hover ul.sub li {display:block; /*height:20px; */position:relative; float:left; width:160px; border-bottom:1px solid #005FB9; border-left:1px solid #005FB9; border-right:1px solid #005FB9; margin-bottom:0;}
  53. .menu2 :hover ul.sub li a {display:block; height:auto; font-size:11px; padding:4px 3px; line-height:1; color:#005FB9; text-decoration:none;}
  54. .menu2 :hover ul.sub li a.fly {background:#fff  url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
  55. .menu2 :hover ul.sub li a:hover {background:#E5FAFC; color:#005FB9;}
  56. .menu2 :hover ul.sub li a.fly:hover {background:#E5FAFC url(http://www.luisangelcamargo.com/wp-content/uploads/2007/12/vineta_menu.gif) no-repeat 150px 6px;}
  57. .menu2 :hover ul li:hover > a.fly {background:#E5FAFC}
  58.  
  59. .menu2 :hover ul :hover ul,
  60. .menu2 :hover ul :hover ul :hover ul,
  61. .menu2 :hover ul :hover ul :hover ul :hover ul,
  62. .menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
  63. {left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}
  64. .menu2 :hover ul.sub li ul {border-top:1px solid #005FB9; background: #fff; z-index:300;}
  65. </head>
  66.  
  67. <div id="marco">
  68. <span class="preload2"></span>
  69.  
  70. <!--MENU-->
  71. <ul class="menu2"><img src="http://www.luisangelcamargo.com/wp-content/uploads/2007/12/menu_izq.gif" align="left" /><img src="http://www.luisangelcamargo.com/wp-content/uploads/2007/12/menu_der.gif"  align="right"/>
  72.     <li class="top"><a href="#" id="telmex" class="top_link"><span class="down">La Compañía</span>
  73.     <!--[if gte IE 7]><!--></a><!--<![endif]-->
  74.         <!--[if lte IE 6]><table><tr><td><![endif]-->
  75.         <ul class="sub">           
  76.             <li><a href="#">Acerca de Nosotros</a></li>
  77.             <li><a href="#">Filosofía</a></li>
  78.             <li><a href="#">Código de Etica</a></li>
  79.  
  80.             <li><a href="#">Inducción a Empleados</a></li>
  81.         </ul>
  82.         <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  83.     </li>
  84.     <li class="top"><a href="#" id="Direcciones" class="top_link"><span class="down">Direcciones</span><!--[if gte IE 7]><!--></a><!--<![endif]-->
  85.         <!--[if lte IE 6]><table><tr><td><![endif]-->
  86.         <ul class="sub">
  87.             <li><a href="#" class="fly">Dirección Legal<!--[if gte IE 7]><!--></a><!--<![endif]-->
  88.  
  89.                     <!--[if lte IE 6]><table><tr><td><![endif]-->
  90.                     <ul>
  91.                         <li><a href="#">Gerencia 1</a></li>
  92.                         <li><a href="#">Gerencia 2</a></li>
  93.                         <li><a href="#">Gerencia 3</a></li>
  94.                     </ul>
  95.                     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  96.  
  97.             </li>
  98.             <li class="mid"><a href="http://www.forosdelweb.com/f53/boxes/" class="fly">Dirección de Mercadeo<!--[if gte IE 7]><!--></a><!--<![endif]-->
  99.                     <!--[if lte IE 6]><table><tr><td><![endif]-->
  100.                     <ul>
  101.                         <li><a href="#">Gerencia de Comunicaciones Internas</a></li>
  102.                         <li><a href="#">Información de Productos</a></li>
  103.                         <li><a href="#">Soporte a Ventas</a></li>
  104.  
  105.                     </ul>
  106.                     <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  107.             </li>
  108.             <li><a href="http://www.forosdelweb.com/f53/mozilla/">Dirección Administrativa y Financiera</a></li>
  109.             <li><a href="http://www.forosdelweb.com/f53/ie/">Dirección Operaciones</a></li>
  110.             <li><a href="http://www.forosdelweb.com/f53/opacity/">Dirección Cuidado al Cliente</a></li>
  111.         </ul>
  112.  
  113.         <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  114.     </li>
  115.     <li class="top"><a href="#" id="Comunicacion" class="top_link"><span class="down">Comunicaciones</span><!--[if gte IE 7]><!--></a><!--<![endif]-->
  116.         <!--[if lte IE 6]><table><tr><td><![endif]-->
  117.         <ul class="sub">
  118.             <li><a href="#">Zoom Noticias</a></li>
  119.             <li><a href="#">Flash</a></li>
  120.  
  121.             <li><a href="#">Entérate</a></li>
  122.             <li><a href="#">Manual de Marca</a></li>
  123.             <li><a href="#">Presentaciones</a></li>
  124.         </ul>
  125.         <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  126.     </li>
  127.  
  128. </ul>
  129.  
  130.   <!-- FIN MENU-->
  131. </div>
  132. </body>
  133. </html>

Suerte
__________________
Atte. MasterOjitos :ojotes:
Todo sobre Programación Web
Las ultimas tendencias en Efectos y Recursos Web: MasterOjitos Blog