I want to change this page (and the others) so that the menu item i am on is highlighted, in this case the code below would be restyled...(usually with my own style sheets i can put a style "override" in the head tags, i.e;
Code: Select all
<style>
div#refL1{color:#fff;font-weight:bold;}
</style>what i find in the generated page is this:
Code: Select all
<div id="refL1" class="item">
<a href="http://www.crisafidesign.com/dayo/index.php?page=cms-install-successful-" onmouseover="shutdown();"><img
align="top" src="http://www.crisafidesign.com/dayo/modules/PHPLayers/phplayers/menuimages/transparent.png" width="1" height="16" border="0"
alt="" />About </a>
</div>How would i achieve this????
