T
taras.di
Hi everyone,
I've been reading up on how to create a drop down box who's context is
dynamically produced based on the value of a previous select box. I've
read a lot about some of the browsers not properly readjusting the
width of a dynamically produced drop down box, and some browsers having
problems adjusting the height and widths (most notably NN). Most
solutions involve manually refreshing the browser window and/or padding
the options, which to me seems a bit kludgy. For example:
http://webmonkey.wired.com/webmonkey/98/04/index3a_page10.html?tw=programming
describes a way of padding the entries
http://groups.google.com.au/group/m...s+jscript+width&rnum=5&hl=en#c6ed0be2909a3cde
describes a way of padding the initial entries, and
http://groups.google.com.au/group/m...t+lists+jscript&rnum=3&hl=en#91c6a2cc813cd8a6
http://groups.google.com.au/group/m...s+jscript+width&rnum=4&hl=en#53253c095ebabf23
talk more about padding.
To me changing the width of combo boxes seems like an essential
property of javascript, and both my browsers (IE6 & Firefox 1.0.7) do
it (not sure about NN). What version of browsers behave in this way?
I'm asking because the information I'm reading may be outdated. If
current browsers still haven't fixed this problem, is there a more
elegant way of solving the problem without resorting to padding?
TIA
Taras
I've been reading up on how to create a drop down box who's context is
dynamically produced based on the value of a previous select box. I've
read a lot about some of the browsers not properly readjusting the
width of a dynamically produced drop down box, and some browsers having
problems adjusting the height and widths (most notably NN). Most
solutions involve manually refreshing the browser window and/or padding
the options, which to me seems a bit kludgy. For example:
http://webmonkey.wired.com/webmonkey/98/04/index3a_page10.html?tw=programming
describes a way of padding the entries
http://groups.google.com.au/group/m...s+jscript+width&rnum=5&hl=en#c6ed0be2909a3cde
describes a way of padding the initial entries, and
http://groups.google.com.au/group/m...t+lists+jscript&rnum=3&hl=en#91c6a2cc813cd8a6
http://groups.google.com.au/group/m...s+jscript+width&rnum=4&hl=en#53253c095ebabf23
talk more about padding.
To me changing the width of combo boxes seems like an essential
property of javascript, and both my browsers (IE6 & Firefox 1.0.7) do
it (not sure about NN). What version of browsers behave in this way?
I'm asking because the information I'm reading may be outdated. If
current browsers still haven't fixed this problem, is there a more
elegant way of solving the problem without resorting to padding?
TIA
Taras