Connecting Tech Pros Worldwide Forums | Help | Site Map

Mozilla resize my table on input mouseover....

reinier
Guest
 
Posts: n/a
#1: Jul 23 '05
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.

Michael Winter
Guest
 
Posts: n/a
#2: Jul 23 '05

re: Mozilla resize my table on input mouseover....


On 4 May 2004 02:14:38 -0700, reinier <reinier@sierag.com> 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....???[/color]

URL? HTML? We aren't psychic! :)

Mike

--
Michael Winter
M.Winter@blueyonder.co.invalid (replace ".invalid" with ".uk" to reply)
Grant Wagner
Guest
 
Posts: n/a
#3: Jul 23 '05

re: Mozilla resize my table on input mouseover....


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


Closed Thread


Similar JavaScript / Ajax / DHTML bytes