Lori Lay wrote: > Still one minor detail: when there is no scrollbar in IE, the header > still stops as if there is one. Is there any way to make the header > span the page when there's no scrollbar, but to adjust properly when > there is one?
The easiest solution is to keep the scrollbar regardless of page-length - like IE/win does by default. I have a mode independent CSS based solution here... <http://www.gunlaug.no/contents/wd_additions_17.html> ...where the scrollbar is "locked in place". However, I prefer to use mode independent IE-expressions... <http://www.gunlaug.no/contents/wd_additions_15.html> ...as I find them much easier to work with. 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/
