|
Posted by Nico Schuyt on 02/06/06 05:29
Barbara de Zoete wrote:
> Here is a first example of a horizontally layed out menu bar (though
> not with images; that's not that hard to achieve though):
> <URL:http://www.pretletters.net/_test/voorbeeld_horizontaal-menu.html>
> And here is a vertically layed out menu using images:
> <URL:http://www.pretletters.net/_test/css_rollover_met_images.html>
> Don't know about the include, but if, as you state, the nav bar is
> going to be different on every page, it seems not possible to me to
> use an include.
In the include:
$page=basename($_SERVER['PHP_SELF']);
if ($page=="index.php"){
echo ""; //Coding for active page
}else{
echo ""; //Code for other page
}
--
Nico Schuyt
http://www.nicoschuyt.nl/
Navigation:
[Reply to this message]
|