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!
Form on page jumps to bottom in IE6
Re: Form on page jumps to bottom in IE6
just a bump--anyone?
Re: Form on page jumps to bottom in IE6
You might want to change the table-width to 99% instead of 100% for the form:
From the source.....
Ronny
From the source.....
Code: Select all
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}