Input box showing up in the middle in IE

Hi,

Take a look at this page in IE, it’s just a demo page to show you the problem i am facing.

http://www.prima.cse.salford.ac.uk:8080/~ibrarhussain/view/testing.php

The search text is too far below the search button, any ideas why this is?

Thanks

I’m not sure why it’s doing it completely. I believe it probably has something to do with your .suggestionsBox, but again I’m not sure.

However, here is a fix for IE 8:

.searchtext{ position:relative; top:-14px; }

And for IE 7:

.searchtext{ position:relative; top:-2px; }
 /* maybe 3px, couldn't edit the css where I am */ 

Hope that helps.