[Nfb-web] frames calculations
Bryan Schulz
b.schulz at sbcglobal.net
Tue Jul 11 22:45:18 CDT 2006
hi all,
If you have a complicated nest of frames, do you sub divide from 100% all
the time, deduct from the smaller frame, or does it matter?
example:
the screen is split into four frames,
<frameset rows="50%, 50%">
<frameset cols="50%, 50%">
you want to further divide the top left frame in half horizontally,
just wondering what the practice is for coding.
Do people use:
<frameset rows="50%, 50%">
or:
<frameset rows="25%, 25%">
since this is the second level?
thanks,
Bryan
More information about the Nfb-web
mailing list