Menu

They have: 15 posts

Joined: Jan 2006

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's picture

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?

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's picture

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.