Mattyfog
27-07-2010, 20:12
Ciao a tutti!
Ho un problema con un template su http://ratman.mattyfog.com/index.php?tp=1 .
Ho un file html così strutturato:
...
<body>
<div class="left_and_right">
<div id="container">
<div id="header">
<jdoc:include type="modules" name="header" />
</div>
<div id="top_menu">
<jdoc:include type="modules" name="top_menu" />
</div>
<div id="sidebar_left">
<jdoc:include type="modules" name="sidebar_left" />
</div>
<div id="top_content">
<jdoc:include type="modules" name="top_content"/>
</div>
<div id="sidebar_right">
<jdoc:include type="modules" name="sidebar_right" />
</div>
<div id="content">
<jdoc:include type="component" />
</div>
<div id="footer_content">
<jdoc:include type="modules" name="footer_content"/>
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" />
</div>
</div>
</div>
</body>
...
e un css che ha selettori come: #container .left_and_right che cito in esempio.
Le regole definite però dal selettore #container .left_and_right non vengono applicate.
Perchè?
ps: lavoro in joomla
Ho un problema con un template su http://ratman.mattyfog.com/index.php?tp=1 .
Ho un file html così strutturato:
...
<body>
<div class="left_and_right">
<div id="container">
<div id="header">
<jdoc:include type="modules" name="header" />
</div>
<div id="top_menu">
<jdoc:include type="modules" name="top_menu" />
</div>
<div id="sidebar_left">
<jdoc:include type="modules" name="sidebar_left" />
</div>
<div id="top_content">
<jdoc:include type="modules" name="top_content"/>
</div>
<div id="sidebar_right">
<jdoc:include type="modules" name="sidebar_right" />
</div>
<div id="content">
<jdoc:include type="component" />
</div>
<div id="footer_content">
<jdoc:include type="modules" name="footer_content"/>
</div>
<div id="footer">
<jdoc:include type="modules" name="footer" />
</div>
</div>
</div>
</body>
...
e un css che ha selettori come: #container .left_and_right che cito in esempio.
Le regole definite però dal selettore #container .left_and_right non vengono applicate.
Perchè?
ps: lavoro in joomla