reinier wrote:
[color=blue]
> If got a little problem, i've made a webpage that is working fine in
> IE, but in Mozilla i've got a little problem.
> When i go with my mouse over a input box or some kind of form object.
> The table where the form object are positioned resizes....???
>
> Strange hè?
>
> Maybe someone knows the answer. Thanks.[/color]
No one can provide the answer without seeing the code. But if I had to
guess, I'd say you're probably changing the <input> CSS onmouseover, and
that change is causing the size of the <input> to change, which causes
the <table> to be re-rendered by Mozilla.
--
| Grant Wagner <gwagner@agricoreunited.com>
* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html
* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp
* Netscape 6/7 DOM Reference available at:
*
http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
*
http://www.mozilla.org/docs/web-deve...upgrade_2.html