Hello, I have a small problem with positioning horizontally the search feature on my website. In Chrome and Mozilla it works perfect, but in IE6 & IE7 it is not aligned as it should. IE8 works ok. My website is this one. To see the errors in IE6 and IE7 load the site with this tool: http://ipinfo.info/netrenderer/index.php I need that search feature to be perfectly alligned in IE6 and IE7 just as it is in IE8, Chrome & Firefox. Can someone please help? I will pay 3$ for this quick fix. Thank you in advance!
It's actually not right in Firefox either, at least not in my browser. You appear to have to much right margin on your search form. try this: In your CCS, change: .headerSearch { color:#FFFFFF; float:right; margin:-30px 280px 0 0; to: .headerSearch { color:#FFFFFF; float:right; margin:-30px 160px 0 0;