Ver Mensaje Individual
  #15 (permalink)  
Antiguo 23/12/2013, 09:51
santi2892009
 
Fecha de Ingreso: mayo-2012
Mensajes: 363
Antigüedad: 12 años
Puntos: 0
Respuesta: las imagenes al verlas x el movil?

<head>
<title></title>
Código HTML:
Ver original
  1. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  2. <script src="estilo/temas/default/templates/jquery-1.4.2.min.js" type="text/javascript"></script>
  3. <script src="estilo/temas/default/templates/menu.js" type="text/javascript"></script>
  4. function opencharpopup(){
  5. var popurl='index.php?ir=verpj'
  6. winpops=window.open(popurl,'','width=250,height=500,scrollbars')
  7. }
  8. function openmappopup(){
  9. var popurl='index.php?ir=mapa'
  10. winpops=window.open(popurl,'','width=501,height=501,scrollbars')
  11. }
  12.    <script type="text/javascript">
  13.       document.onkeyup = KeyCheck;      
  14.      
  15.       function KeyCheck(e)
  16.       {
  17.          var KeyID = (window.event) ? event.keyCode : e.keyCode;
  18.          
  19.          switch(KeyID)
  20.          {
  21.             case 104:
  22.                document.navi.keydir.value = "north";
  23.                document.navi.submit();
  24.                break;
  25.             case 100:
  26.                document.navi.keydir.value = "west";
  27.                document.navi.submit();
  28.                break;
  29.             case 102:
  30.                document.navi.keydir.value = "east";
  31.                document.navi.submit();
  32.                break;
  33.             case 98:
  34.                document.navi.keydir.value = "south";
  35.                document.navi.submit();
  36.                break;
  37.             case 103: // numpad 7
  38.                document.navi.keydir.value = "north_west";
  39.                document.navi.submit();
  40.                break;
  41.             case 105: // numpad 9
  42.                document.navi.keydir.value = "north_east";
  43.                document.navi.submit();
  44.                break;
  45.             case 99: // numpad 3
  46.                document.navi.keydir.value = "south_east";
  47.                document.navi.submit();
  48.                break;
  49.             case 97: // numpad 1
  50.                document.navi.keydir.value = "south_west";
  51.                document.navi.submit();
  52.                break;
  53.          }
  54.       }
  55.    </script>
  56. <link rel="stylesheet" type="text/css" href="estilo/temas/default/templates/style2.css">
  57. #header {
  58.     background: url(estilo/temas/{{tema}}/imagenes/login/new1_02.png) no-repeat;
  59.     display: block;
  60.     height: 124px;
  61.     width: 895px;
  62. }
  63.  
  64. #inter-menu {
  65.     background: url(estilo/temas/{{tema}}/imagenes/login/new1_04.png) no-repeat;
  66.     display: block;
  67.     height: 38px;
  68.     width: 895px;
  69. }
  70.  
  71. #nav {
  72.     padding-left: 175px;
  73.     padding-top: 68px;
  74. }
  75.  
  76. #nav-menu {
  77.     padding-left: 175px;
  78.     padding-top: 37px;
  79. }
  80.  
  81. #nav ul {
  82.     float: left;
  83.     list-style: none;
  84.     margin: 0;
  85.     margin-left: -21%;
  86.     margin-top: -8%;
  87.     padding: 0;
  88. }
  89.  
  90. * html #nav ul {
  91.     margin-right: 40px;
  92. }
  93.  
  94. #nav-menu ul {
  95.     float: left;
  96.     list-style: none;
  97.     margin: 0;
  98.     margin-left: -4%;
  99.     margin-top: -4%;
  100.     padding: 0;
  101. }
  102.  
  103. * html #nav-menu ul {
  104.     margin-right: 40px;
  105. }
  106.  
  107. #nav li {
  108.     float: left;
  109.     list-style: none;
  110.     margin: 0;
  111.     margin-right: 30px;
  112.     padding: 0;
  113. }
  114.  
  115. #nav-menu li {
  116.     float: left;
  117.     list-style: none;
  118.     margin: 0;
  119.     margin-right: 5px;
  120.     padding: 0;
  121.  
  122. }
  123. #nav a:link {
  124.     color: #F1D6AC;
  125.     font-weight: bold;
  126.     text-decoration: none;
  127. }
  128.  
  129. #nav-menu a:link {
  130.     color: #F1D6AC;
  131.     font-weight: bold;
  132.     text-decoration: none;
  133. }
  134.    
  135. #nav a:visited {
  136.     color: #F1D6AC;
  137.     font-weight: bold;
  138.     text-decoration: none; 
  139. }
  140.  
  141. #nav-menu li {
  142.  
  143.     height: 28px;
  144.     width: 101px;
  145. }
  146.  
  147. #nav-menu a:visited {
  148.     color: #F1D6AC;
  149.     font-weight: bold;
  150.     text-decoration: none; 
  151. }
  152.    
  153. #nav a:hover, #nav a:active {
  154.     color: yellow;
  155.     font-weight: bold;
  156.     text-decoration: underline;
  157. }
  158.  
  159. #nav-menu a:hover, #nav-menu a:active {
  160.     color: yellow;
  161.     font-weight: bold;
  162.     text-decoration: underline;
  163. }
  164. body {
  165.     background: #000000;
  166.     color: #534834;
  167.     font-family: tahoma, arial;
  168.     font-size: 14px;
  169.     line-height: 14px;
  170.     margin: 0;
  171.     padding: 0;
  172.     text-align: center;
  173. }
  174.  
  175.     .boton{
  176.  
  177.         background: url("estilo/temas/{{tema}}/imagenes/login/new_24.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  178.         border: 0 solid rgba(0, 0, 0, 0);
  179.         color: #FFFFFF;
  180.         cursor: pointer;
  181.         display: inline-block;
  182.         font-size: 12px;
  183.         font-weight: bold;
  184.         height: 29px;
  185.         line-height: 27px;
  186.         text-align: center;
  187.         text-decoration: none;
  188.         width: 101px;
  189.     }
  190.  
  191. #apDiv1 {
  192.    
  193. left:100px;
  194.  
  195. }
  196. #apDiv3 {
  197.  
  198. left:10px;
  199. width:180px;
  200. border:groove;
  201. }
  202. #apDiv4{
  203. width:180px;
  204. border:groove;
  205. }
  206.  
  207. #apDiv2 {
  208.    
  209.     left:175px;
  210.     top:177px;
  211.     width:185px;
  212.     height:460px;
  213.     z-index:2;
  214. border:groove;
  215. }
  216. #apDiv21 {
  217.  
  218. top:12px;
  219. right:34px;
  220. border:groove;
  221. width:620px;
  222. height:380px;
  223. border:groove;
  224. }
  225.  
  226. </head>
  227. <!-- Save for Web Slices (new.psd) -->
  228. <table id="Table_01" width="957" height="671" border="0" cellpadding="0" cellspacing="0" style="position:relative;margin: 0 auto;">
  229.     <tr>
  230.         <td colspan="3">
  231.             <img src="estilo/temas/{{tema}}/imagenes/login/new1_01.png" width="957" height="1" alt=""></td>
  232.     </tr>
  233.     <tr>
  234.         <td colspan="2">
  235.             <div id="header">
  236.         <div id="nav">
  237.             <ul>
  238.                 <li style=" margin-left: 13px; "><a href="index.php?ir=index">HOME</a></li>
  239.                 <li style=" margin-left: -6px; "><a href="">MAPA</a></li>
  240.                 <li style=" margin-left: -10px; "><a href="index.php?ir=clan">ALIANZA</a></li> 
  241.                 <li><a href="index.php?ir=ranking">RANKING</a></li>
  242.                 <li style=" margin-left: 10px; "><a href="">TRABAJOS</a></li>
  243.                 <li><a href="">GANANCIA</a></li>   
  244.                 <li><a href="index.php?ir=perfil">PERFIL</a></li>
  245.                 <li style=" margin-left: 5px;"><a style="color:red;" href="">PREMIUM</a></li>  
  246.                 <li style=" margin-left: 26px; "><a href="index.php?ir=salir">SALIR</a></li>           
  247.             </ul>
  248.         </div>
  249.     </div>
  250.             </td>
  251.        
  252.         <td rowspan="5">
  253.             <img src="estilo/temas/{{tema}}/imagenes/login/new1_03.png" width="62" height="670" alt=""></td>
  254.     </tr>
  255.     <tr>
  256.         <td colspan="2">
  257.             <div id="inter-menu">
  258.                 <div id="nav-menu">
  259.             <ul>
  260.                 <li style=" margin-left: -6px; "><a class="boton" href="">PUNTOS</a></li>
  261.                 <li style=" margin-left: -3px; "><a class="boton" href="">PETROLEO</a></li>
  262.                 <li style=" margin-left: -2px; "><a class="boton" href="">GASOLINA</a></li>
  263.                 <li><a class="boton" href="">DIESEL</a></li>
  264.                 <li style=" margin-left: -1px; "><a class="boton" href="">MUNICION</a></li>
  265.                 <li><a class="boton" href="">ORO</a></li>
  266.                 <li><a class="boton" href="">TICKET</a></li>
  267.                            
  268.             </ul>
  269.         </div>
  270.             </div>
  271.             </td>
  272.     </tr>
  273.     <tr>
  274.         <td rowspan="2">
  275. <img src="estilo/temas/{{tema}}/imagenes/login/new1_05.png" width="213" height="494" alt=""></td>
  276.         <td>
  277.             <img src="estilo/temas/{{tema}}/imagenes/login/new1_06.png" width="682" height="433" alt=""></td>
  278. </tr>
  279.     <tr>
  280.         <td>
  281.             <img src="estilo/temas/{{tema}}/imagenes/login/new1_07.png" width="680" height="61" alt=""></td>
  282.     </tr>
  283.     <tr>
  284.         <td colspan="2">
  285.             <img src="estilo/temas/{{tema}}/imagenes/login/new1_08.png" width="895" height="14" alt=""></td>
  286.     </tr>
  287. <!-- End Save for Web Slices -->
  288.  
  289. <div id="apDiv2"></div>
  290.  
  291.  
  292.  
  293. <div id="apDiv2">
  294.  
  295. <div id="apDiv3"><DIV><a href='index.php?ir=mensajero'>mensajes</a></div></div>
  296. <div id="apDiv4"><DIV><input type="text" name="textfield" id="textfield" /></div></div>
  297. <DIV> AQUI SALDRAN LOS TIMER DEL JUEGO,que seran de un tamao ancho
  298. ancho y demas
  299. el cual sera en css  </DIV>
  300. <div id="accordian">
  301. <div align="left">
  302.  
  303.     <ul>
  304.         <li>
  305.             <h3><span class="icon-dashboard"></span>misiones</h3>
  306.             <ul>
  307.                 <li><a href="#">Reports</a></li>
  308.                 <li><a href="#">Search</a></li>
  309.                 <li><a href="#">Graphs</a></li>
  310.                 <li><a href="#">Settings</a></li>
  311.             </ul>
  312.         </li>
  313.         <!-- we will keep this LI open by default -->
  314.         <li class="active">
  315.             <h3><span class="icon-tasks"></span>informes</h3>
  316.             <ul>
  317.                 <li><a href="#">AQUI SALDRAN LOS INFORMES DE COMBATE</a></li>
  318.                
  319.             </ul>
  320.         </li>
  321.         <li>
  322.             <h3><span class="icon-calendar"></span>notas</h3>
  323.             <ul>
  324.                 <li><a href="#">AQUI TENDRIA QUE SALIR LAS NOTAS</a></li>
  325.                 <h3><span class="icon-calendar"></span>SOPORTE</h3>
  326.                 <li><a href="#">COMO SE JUEGA</a></li>
  327.                 <li><a href="#">CONTACTA CON NOSOTROS</a></li>
  328.                 <li><a href="#">FORO</a></li>
  329.             </ul>
  330.         </li>
  331.         <li>
  332.             <h3><span class="icon-heart"></span>TABLAS DE ARMAS</h3>
  333.             <ul>
  334.                 <li><a href="#">TABLA ARMAS</a></li>
  335.                 <li><a href="#">TABLA EDIFICIOS</a></li>
  336.           </ul>
  337.         </li>
  338.         <li>
  339.         <h3><span class="icon-heart"></span>LISTA DE AMIGOS</h3>
  340.             <ul>
  341.                 <li><a href="#">SE HARA UNA LISTA DE AMIGOS</a></li>
  342.           </ul>
  343.         </li>
  344.                 <!-- prefix free to deal with vendor prefixes -->
  345. </div>
  346.  
  347. <div id="apDiv21">{{content}}</div>
  348.  
  349.  
  350. </body>
  351. </html>