Chris Chen wrote: >> Sounds like you want to replace a perfectly good browser-feature >> with something that's doesn't work half as well, but that's not my >> problem. > > > So, in the new CSS era, using <frameset> is not considered a misuse > of presentation tag inside HTML? (If so, I'll just keep > consientiously using <frameset>.)
I don't think many on this list would even consider the use of frameset. Frameset is regarded as an obsolete, inflexible and user-unfriendly way to lay out pages/sites. I will *not* recommend it, but there's a standard to follow on the source-code level... <http://www.w3.org/TR/html401/present/frames.html> ---- The examples presented in my last response have nothing to do with frameset. They are CSS based and can be implemented in such a way that they are both future-proof (the method can be upgraded to go with future (X)HTML and CSS standards) and more user-friendly. This CSS method has also been around for a while... <http://www.w3.org/Style/Examples/007/menus.html> ...and is supported by the latest versions of all major browsers - without any workarounds. Recommended - I use it all the time... <http://www.gunlaug.no/main-en.html> ...but maybe not the way you had in mind. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
