Re: [ANNOUNCE] VDRAdmin-AM-3.4.7

Message ID 452E9CBC.7050005@fastmail.fm
State New
Headers

Commit Message

Suur Karu Oct. 12, 2006, 7:51 p.m. UTC
  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
  

Patch

--- 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>