Scroll Left pane in Ron Crumbaker's Web Remote Tools 3.21

I've customized Ron Crumbaker's web page; and thought I'd start sharing some of the changes.  I know v4 is slated to come out soon, so these customizations may be moot.

One of the changes I made was to the default.asp, the one that sets up the 3 frames--the title, the left frame, and the right frame.

I changed two lines:

from this:  <frameset rows="45,*" frameborder="0">
to this:    <frameset rows="25,*" frameborder="0">

and
from this:  <frame name="contents" scrolling="no" target="Nav" "resizable=yes,scrollbars=yes" src="MachRest.asp" topmargin="2" tabindex="-1">

to this:  <frame name="contents" src="MachRest.asp" target="Nav" scrolling="auto" "resizable=yes,scrollbars=yes">

Fairly minor changes, I know, but that shortened up the title bar a bit, and allowed for the left pane (the one with the buttons) to be scroll-able; the techs wanted that.

Published Friday, September 01, 2006 3:24 PM by skissinger

Comments