SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Feb 29, 2008, 19:55 #1
- Join Date
- Feb 2008
- Location
- Marin County, California
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
CSS Form - Mouse rolls over form, footer drops inside form
Greetings,
I've created a form using CSS, it works fine. I've created a footer which I bring into the page via a server-side include. When the page displays fresh the footer is located at the bottom of the page. When I move the mouse over the form, the footer disppears into the form under the last field.
I've also tried putting the footer code in place of the include, still does the same thing. That's the way it sits now.
To watch - www.gabyscake.com/order_form.shtml.
The same thing was happening with the Submit button, so I put the button above the form...
Any ideas?
Thanks for your time
AEVideoWeb
-
Feb 29, 2008, 21:00 #2
- Join Date
- May 2007
- Location
- Newcastle, Australia
- Posts
- 3,718
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Doesn't do that for me in Firefox, however I note that you have two <form> tags but no closing </form> tags.
You should also validate the markup.
Bookmarks