From: Peter C. <Pet...@me...> - 2006-03-29 14:35:47
|
> From: Jon Maber > Can frame sizes be specified in units of em? No. Percentage of total space, number of pixels, or ratio of this frame to other frames. Ems are only relevant once you know what font you're dealing with, and framesets are unaware of this. However, it might be possible to devise a piece of Javascript that hacked at the size of the frame after the top bar had loaded... You'd get a nasty resize effect if you weren't careful, and it wouldn't work on downlevel browsers, but those are the prices one pays for trying to use frames in a page design with variable-sized elements. - Peter |