1 Mar 2003 05:51
dynamically resizing columns w/in nested frameset???
Kirk Udovich <kudovich <at> cac.washington.edu>
2003-03-01 04:51:16 GMT
2003-03-01 04:51:16 GMT
i can resize a frameset's column widths whether it is a nested frameset
or not in ie6, but can not do it in mozilla. does anybody have an idea
as to how to do this. here is some sample code:
<frameset rows="50%, 50%">
<frame src=...>
<frameset id=nestedfrset cols="50%, 50%">
<frame src=....>
<frame src=....>
</frameset>
</frameset>
from the following clientside jscript i can modify (physically) the
frameset' column width to "10%, 90%":
document.nestedfrset.cols="10%, 90%".
however, this only works in ie. when i do it on mozilla or netscape7.0,
the value actually changes to "10%, 90%", but it doesn't physically
change on the screen. it will work, however, if you modify the topmost
frameset. i need to resize the inner frameset.
can someone please help me out, here?
thanks
Manos
Jon Perez wrote:
> "semi" <e_vdvaart <at> yahoo.co.uk> wrote in message:
>
>
>>Try it with double quote like:
>><img id="pic" onmouseover="pic1()" onmouseout="pic2()" src="pics/minusonly.gif">
>>--
>>Edwin
>
>
> No go. Did it work for you?
>
> I don't see the point of making only double quotes
> for attributes work. It didn't use to be the case
> and I don't think such a requirement exists in the
> DOM spec.
>
>
>
. Which version of Mozilla are you using?
This functionality stopped working at Mozilla 1.2
for me (am using the Windows version) - upgrading to
1.2.1 didn't work. Used to work in Mozilla 1.1.x...
RSS Feed