jquery slider by WOWSlider.com v8.7

Variante 1 - WOW Slider

Vai ai contenuti

Menu principale:

Variante 1

[...] - Esperto - Prima della chiusura del tag HEAD
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<!-- End WOWSlider.com HEAD section -->
<style>
/* fix  wowslider */
#wowslider-container1 {
    position:absolute;
    z-index:1;
}
</style>

<script>
//regolazione altezza header
$(document).ready(hD);
$(window).on('resize', hD);

function hD() {
  var hImg = $('#wowslider-container1 img').height();
  $('#imHeader').css('height', hImg);
}
</script>
[...] - Esperto - Dopo l'apertura del tag BODY
<!-- Start WOWSlider.com BODY section -->
QUI IL CODICE GENERATO DA WOWSLIDER (PUNTO 3)
<!-- End WOWSlider.com BODY section -->
Torna ai contenuti | Torna al menu