Page 1 of 1

Form on page jumps to bottom in IE6

Posted: Sat Jul 21, 2007 9:48 pm
by Porcupine
Can someone take a quick look at this page and tell my what's going on?

http://66.207.128.70/lbi/index.php?page=contact-form

In Internet Explorer 6, Windows, mousing over the form makes it jump down to the bottom of the page... doesn't happen in the other browsers I've tested.

Thanks!

Re: Form on page jumps to bottom in IE6

Posted: Mon Jul 23, 2007 1:42 pm
by Porcupine
just a bump--anyone?

Re: Form on page jumps to bottom in IE6

Posted: Mon Jul 23, 2007 2:46 pm
by RonnyK
You might want to change the table-width to 99% instead of 100% for the form:

From the source.....

Code: Select all

.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
Ronny