Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : Geko90 18 Jan 2011, 23:10:00

: Moduli Wrapper
: Geko90 18 Jan 2011, 23:10:00
Ciao a tutti
spero che mi possiate aiutare voglio sapere come modificare questo codice del css del modulo wrapper affinchè lo sfondo di tutti i miei moduli wrapper siano trasparenti??

<iframe <?php echo $load; ?>
   id="blockrandom"
   name="<?php echo $target ?>"
   src="<?php echo $url; ?>"
   width="<?php echo $width ?>"
   height="<?php echo $height ?>"
   scrolling="<?php echo $scroll ?>"
   align="top"
   frameborder="0"
   class="wrapper<?php echo $class ?>">
   <?php echo JText::_('NO_IFRAMES'); ?>
</iframe>

AIUTOOOO!!!