|
@@ -9,6 +9,7 @@ header('Content-Type: text/html; charset=UTF-8');
|
|
|
</script>
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
<script type="text/javascript">
|
|
|
$(document).ready(function () {
|
|
$(document).ready(function () {
|
|
|
|
|
+ $("#banner").height($(window).height()*0.7+'px');
|
|
|
$(".titulo_curso").click(function(){
|
|
$(".titulo_curso").click(function(){
|
|
|
$(".descripcion_curso[tatosa="+$(this).attr("tatosa")+"]").slideToggle(400);
|
|
$(".descripcion_curso[tatosa="+$(this).attr("tatosa")+"]").slideToggle(400);
|
|
|
});
|
|
});
|
|
@@ -67,7 +68,7 @@ header('Content-Type: text/html; charset=UTF-8');
|
|
|
function slide() {
|
|
function slide() {
|
|
|
$('#banner').fadeTo('slow', 0.3, function()
|
|
$('#banner').fadeTo('slow', 0.3, function()
|
|
|
{
|
|
{
|
|
|
- $("#banner").css('background-image', 'url(Images/slider/preview' + curImg+ '.jpg)');
|
|
|
|
|
|
|
+ $("#banner").css('background-image', 'url(Images/slider/slide' + curImg+ '.jpg)');
|
|
|
}).fadeTo('slow', 1);
|
|
}).fadeTo('slow', 1);
|
|
|
curImg++;
|
|
curImg++;
|
|
|
if(curImg>4) curImg=1;
|
|
if(curImg>4) curImg=1;
|
|
@@ -149,8 +150,6 @@ header('Content-Type: text/html; charset=UTF-8');
|
|
|
|
|
|
|
|
<div id="banner">
|
|
<div id="banner">
|
|
|
|
|
|
|
|
- <img src="Images/blanco.png"/><br />
|
|
|
|
|
- <br /><br/>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|