PDA

View Full Version : CSS external drop down menu?



insats
August 4th, 2006, 06:34 AM
I'm currentlly working on a site

http://www.olssongerthel.se/site/hemsidan/index.html

and since the menu is growing bigger, I was wondering if there's anyway that I can have the menu items in an external file since I dont want to have to change 30+ pages if I want to add something to the menu. I want to stay away from frames as well.

The css is currently external ofc, so I can edit that easily, but If I want to add something to the menu I have to do it in html, which then will have to be added on every single page..

bwh2
August 4th, 2006, 10:19 AM
php includes. iframes could work as well.

blazes
August 4th, 2006, 10:34 AM
I'd just put it in an html file, then like he said us


include "webpage.html";

insats
August 4th, 2006, 10:49 AM
ah. I'll have to look that up..

Not too familiar with php

thanks for the help :)

If you've got a link or something that would also be of help. otherwise I guess I can google it