|
|
@@ -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.6+'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, 8000);
|
|
|
var curImg=2;
|
|
|
function slide() {
|
|
|
$('#banner').fadeTo('slow', 0.3, function()
|