On Jun 8, 2007, at 8:35 PM, mixty wrote: > http://www.bchclmc.edu.hk/motherland/index.html > > I wonder if there's any way to limit the position fixed to only > within a certain width? Maybe not through "position:fixed" but > "absolute" or any other way that works.
Yes, there are ways to solve the problem - visually, by controlling max-width (and min-width). Last time I tested - more than a year ago - some browsers weren't cooperating unless I added extra containers and some somewhat complex styling, but that may have changed - browsers have improved - now. Anyway, my old solution, with comments, is here... <http://www.gunlaug.no/tos/moa_8e.html> ... based on a "frame-like" construction of mine... <http://www.gunlaug.no/tos/moa_8c.html> ... and I use it in the regular 'table of contents' page(s) on site... <http://www.gunlaug.no/contents/toc_7a.html> I use expressions as workarounds for old IE6' lack of CSS support... <http://www.gunlaug.no/contents/wd_additions_15.html> <http://www.gunlaug.no/contents/wd_additions_14.html> ... while other browsers do fine when served standard CSS. regards Georg ______________________________________________________________________ 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/
