2 yabba Oct 01, 2006 13:11How about :- <style type="text/css"> #disp_<?php echo $disp; ?>{ /* your "active" css goes here */ } </style> ...... <ul id="menu"> <li id="disp_comments"><a href=".....">....</a></li> <li id="disp_msgform"><a href=".....">....</a></li> <li id="disp_arcdir"><a href=".....">....</a></li> ... </ul> ¥
4 john Oct 01, 2006 15:30Perfect... had to frig around with some existing CSS, but other than that, you have done it again.
How about :-
¥