david 12 jaren geleden
bovenliggende
commit
c261d4bcec
3 gewijzigde bestanden met toevoegingen van 6 en 7 verwijderingen
  1. 1 1
      css/productos.css
  2. 2 2
      index.php
  3. 3 4
      productos.php

+ 1 - 1
css/productos.css

@@ -118,7 +118,7 @@ margin-top: 50px;
 
 
 #descripcion_completa{
-	width: 40%;
+	width: 55%;
     position: fixed;
     left: 50%;
     margin: 0 0 0 -25%;

+ 2 - 2
index.php

@@ -9,7 +9,7 @@ header('Content-Type: text/html; charset=UTF-8');
     </script>
     <script type="text/javascript">
 	    $(document).ready(function () {
-            $("#banner").height($(window).height()*0.7+'px');
+            $("#banner").height($(window).height()*0.8+'px');
 			$(".titulo_curso").click(function(){
 				$(".descripcion_curso[tatosa="+$(this).attr("tatosa")+"]").slideToggle(400);
 			});
@@ -63,7 +63,7 @@ header('Content-Type: text/html; charset=UTF-8');
                     $("#respuestanewsletter").html(data);
                 });
             });
-            setInterval(slide, 8000);
+            setInterval(slide, 6000);
             var curImg=2;
             function slide() {
                 $('#banner').fadeTo('slow', 0.3, function()

+ 3 - 4
productos.php

@@ -1,13 +1,12 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html>
 <!doctype html>
-<meta charset=utf-8>
 <head>
 
     <title>ESPECIFICOS Buenos Aires</title>
     <link type="text/css" rel="Stylesheet" href="css/productos.css" />
     <link type="text/css" rel="Stylesheet" href="css/especificos.css" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+
 <script src="js/jquery-1.10.2.js"></script>
 <script>
 $(document).ready(function() {
@@ -126,7 +125,7 @@ $(document).ready(function() {
         <br />
         <div id="productosbar">
             <ul id ="categorias">
-                <li class="cambiarcat selected" val="limpieza"><h3>LIMPIEZA</h3></li>
+                <li class="cambiarcat selected" val="limpieza"><h3>HIGIENE</h3></li>
                 <li class="cambiarcat" val="mascaras"><h3>MÁSCARAS</h3></li>
                 <li class="cambiarcat" val="acido hialuronico"><h3>ÁCIDO<br />HIALURÓNICO</h3></li>
                 <li class="cambiarcat" val="peeling"><h3>PEELING</h3></li>