Forum Moderators: not2easy
I have a "media print" css
The "nav" div is a "display : none", but inside it is a <div class="here"> (highlighting the current section)
I would like to be able to print that particular div, not the rest of the nav.
It sounds impossible as it is inside a not displayed one. Is there a way of overriding that?
<div id="navcol"> is not displayed, but I would like the <div class="here">to be displayed
in this html file :
<div id="navcol"><ul>
<a class="retour" href="../index.html">Ressources disponibles</a>
<br />
<div class="here">introduction</div>
<a href="02_principes.html">principes de base</a>
<a href="03_regles.html">les règles</a>
</ul>
</div>
Thanks for any clue.
M.Christine