Spencer Ivery wrote: > CSS List: > > When using frames I can use a vertical menu list in the > "left-frame" that will display content in the "right-frame" > using HTML "href". > > How can do the same thing with CSS without using the HTML > "href" call?
You can't. What you do, is include the navigation into every page (eliminate the frames), and just change the entire page on clicking one of the links. This is not CSS though, but HTML with either pre-processing or serverside script. http://allmyfaqs.net/faq.pl?Include_one_file_in_another -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
