DHTML in a CSS

P

Patrick Bourgeois

I have a navigation system that will need regular
maintenance and additions. I don't want to have to change
it on all 155 pages of the website everytime I make a
change in the navigation system. Is it possible to put a
dhtml type of navigation system into a css page for
global use on a website?
Please email me if you have any solutions:
[email protected]
Thanks for the help,
confused & frustrated
 
S

Steve Easton

Did you try doing it with an "include" page??
Thats how I update my navigation.
 
S

Stefan B Rusynko

Use an include page
- but all JavaScript must be inside the BODY tags (or an external script called by all pages)
and also link your CSS to all pages using the script/style




| I have a navigation system that will need regular
| maintenance and additions. I don't want to have to change
| it on all 155 pages of the website everytime I make a
| change in the navigation system. Is it possible to put a
| dhtml type of navigation system into a css page for
| global use on a website?
| Please email me if you have any solutions:
| [email protected]
| Thanks for the help,
| confused & frustrated
 
Top