This is a discussion on "Form fields hidden under images" within the Web Page Design section. This forum, and the thread "Form fields hidden under images are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Form fields hidden under images
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Form fields hidden under images
Hi
Re-designing a site at the moment. I have added a form to the header. Problem is I can see the form in IE but in Firefox the form is hidden under the header image. http://www.cmldistribution.co.uk/header.php I thought z-index would do the job but it dont make a bit of difference. Can anyone help? Thanks in advance. |
|
|
|
#2
|
|||
|
|||
|
Re: Form fields hidden under images
The div named search has a top margin of -58px.
Can you just use something like 10px?
|
|
#3
|
|||
|
|||
|
Re: Form fields hidden under images
Thanks for the quick response Lchad,
Not sure I explained myself too well. The -58 is meant to be correct as I actually want the form to appear within the header image. (If you can view it in IE, it is exactly where i want it to be) In Firefox it appears to under the image itself. You can actually click in the header and type even though you cant see the form field or the submit button??? It's got me stumped! |
|
#4
|
|||
|
|||
|
Re: Form fields hidden under images
Try making the #search into a class...
<div class="search"></div> .search see if that helps. |
|
#5
|
|||
|
|||
|
Re: Form fields hidden under images
hmmm
still no joy |
|
#6
|
|||
|
|||
|
Re: Form fields hidden under images
Messing around a bit seems to have solved the problem.
I tried a position:absolute but amazingly it reversed the problem so i could see the form in FF but not IE. Position:realative seems to have fixed it though.
|
![]() |
| Tags |
| css, fields, firefox, form, hidden, under |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hiding / Showing form fields based on previous form input | John Alexander Hopper | PHP Forum | 1 | Mar 10th, 2008 11:30 |
| HTML form fields | jasonjkd | Web Page Design | 2 | Oct 15th, 2007 21:58 |
| Form Fields | robukni | PHP Forum | 7 | Oct 10th, 2007 20:26 |
| Form fields Edit Mask | StanLevin | JavaScript Forum | 0 | Aug 20th, 2007 21:33 |
| Hidden Fields | tomd1985 | Web Page Design | 2 | Feb 7th, 2006 20:07 |