1
I Template di Joomla 1.6/1.7/2.5 / Re:Modificare sfondo colore Template TD-OKINI
« il: 06 Feb 2014, 22:56:25 »
Io immagini di sfondo non ne trovo..
Se qui in questo pezzo
<style type="text/css"> #slideshow {
min-width: 1068px; background: url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/images/slide_shadow.png') no-repeat center bottom; background-color: #000; margin-bottom: -1px;}
Inserisco un background-image con un collegamento a un immagine qualsiasi , lo sfondo nero dietro lo slideshow sparisce..
Dovrebbe sparire ma dovrei vedere anche l'immagine no?
Se qui in questo pezzo
<style type="text/css"> #slideshow {
min-width: 1068px; background: url('<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/images/slide_shadow.png') no-repeat center bottom; background-color: #000; margin-bottom: -1px;}
Inserisco un background-image con un collegamento a un immagine qualsiasi , lo sfondo nero dietro lo slideshow sparisce..
Dovrebbe sparire ma dovrei vedere anche l'immagine no?