Udo Richter wrote: > One workaround is to enforce the vertical scroller to be always visible. > That way, the scroller space is static and will be taken into account. > Yeah, I "customized" this for IE by simple dirty hack. SK -------------- next part -------------- --- index.html.old 2006-08-31 14:42:56.000000000 +0300 +++ index.html 2006-10-12 09:26:55.000000000 +0300 @@ -12,10 +12,10 @@ <script type="text/javascript" language="JavaScript1.2" src="library.js"></script> </head> -<frameset border="0" cols="155,*" frameborder="no" framespacing="0"> - <frame name="nav" noresize src="navigation.html" /> - <frame name="main" noresize src="<?% loginpage %?>" /> - +<frameset border="0" cols="15%,85%" frameborder="no" framespacing="0"> + <frame name="nav" noresize src="navigation.html" scrolling="no" /> + <frame name="main" noresize src="<?% loginpage %?>" scrolling="yes" /> + <noframes> <body> <p><?% gettext('Your Browser does not support frames!') %?></p>