Re: How to make a web site?
Stan Tontas <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >>> I like to have the link for the actual page inactive, but highlighted. >>> And if i add a contact.xhtml, how can I have this link in the other >>> pages automatically included? And is this possible without javascript? >> If you use PHP you can easily do something like... >> <?php include("menu.html") ?> > > That may be still for every page the same menu. And I still must edit > this menu.html for each new page. > >> and now you make the menu once and by including it in every page they are all >> automatically up to date. There's a screencast at css-tricks.com that might help you do the styling of the menu. http://css-tricks.com/videos/css-tricks-video-11.php Towards the end of the video he demonstrates how a couple of CSS elements can make the current page on a menu bar look inactive. Hope that helps a little. S.T.