i try
code is ok but doesn't work
http://com3elles.us/com3elles.net/universkin/index.php?option=com_chronoforms5&chronoform=diagnosticfonctionnel
regards
<?php
$css = array();
$css = 'slider_oxydation{ display: none !important; }';
$doc =& JFactory::getDocument();
$doc->addStyleDeclaration($css);
?>
code is ok but doesn't work
http://com3elles.us/com3elles.net/universkin/index.php?option=com_chronoforms5&chronoform=diagnosticfonctionnel
regards
Hi micker,
The first line $css = array(); doesn't actually do anything so you can leave it out.
But the # in this line is important $css = '#slider_oxydation{ display: none !important; }';
Bob
The first line $css = array(); doesn't actually do anything so you can leave it out.
But the # in this line is important $css = '#slider_oxydation{ display: none !important; }';
Bob
This topic is locked and no more replies can be posted.