Search block issue

Permalink
I'm having some display issues with the search block in IE7 and 6.

I have removed the search tag and its looking lovely on all browsers except IE where it seems to add a shed load of padding above the search block (see image attached mac re-construction).

Has anyone got any ideas what might be causing this and how I might get it to sit up nicely below the text.

Thanks in advance guys.

1 Attachment

 
trippo replied on at Permalink Reply
You could try setting some css:
form {
margin:0;
padding:0;
liminal replied on at Permalink Reply
Worked a treat - thanks Trippo.

It's always something really simple isn't it!