Mozilla resize my table on input mouseover....

R

reinier

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.
 
M

Michael Winter

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....???

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

Mike
 
G

Grant Wagner

reinier said:
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.

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 <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_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-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top