Hallo, I wonder how to change css in the middle of the program.
For instance:
<div id="container">
if(case1){ container css height=200}
elseif(case2) { container css height=300}
else { container css height=400}
</div>
How to write the code? I am actually trying to program with Joomla which is confusing since it has only one index.php file for the whole web. It has similar logic since it uses html n php.
Please help.
Thanks.