On Sat, Apr 4, 2009 at 3:20 PM, Wayne Wickson <[email protected]> wrote: Is there a way, using only CSS, to easily change the > menu on each of the one hundred pages on the site without actually using an > editor and modifying the one hundred lists one list at a time?
If you mean changing the actual links the menu points to the answer is "no". CSS is a style and presentation language. What you describe, if I understand you correctly, is best done by a server side language such as PHP, ASP, or even Serve Side Includes. And any number of other server side languages as well. Of course you can change the appearance of all the menus easily with an edit to a single CSS file, but not the actual content. -- Ed Seedhouse ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
