Menu
I have a DHTML menu coding, at present if i want to add one link, i have to go to every single page and add it in manualy, is thier any way i can add it to CSS or anyother way that i can undergothis work at a faster rate.
please helo, i want to avoid using frames if possible.
Busy posted this at 09:34 — 17th January 2006.
He has: 6,151 posts
Joined: May 2001
What about putting DHTML menu in a .js file, then just include the .js file on all pages?
checkmate posted this at 09:49 — 17th January 2006.
They have: 15 posts
Joined: Jan 2006
Ok, i have a js file setup now, how do i link it up to my site...ive tried it in dreamweaver and cant seem to get way of doing it.
Renegade posted this at 10:53 — 17th January 2006.
He has: 3,022 posts
Joined: Oct 2002
Try using:
<script type="text/javascript" src="link/to/file.js"></script>
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.