Form not showing in ie7 [closed]
I have a form in the nave bar of my site that is visible in all browsers except ie7 (and of course ie6). When I view it through Adobe Browse labs, for ie7, it seems that it recognizes the space of form, but doesn't show it.
savingsulove dot com
I have been troubleshooting this problem for hours and can't figure it out. I would appreciate some help on this. Thanks a mil.
You have some huge negative margin applied to the form in IE7:
#searchBox {*margin-left: -650px;}
(second "styles.css")
Tip of the day: install the Internet Explorer Developer Toolbar in IE7 or use the embedded one in IE8 (F12 to call it) then switch to IE7 standards. Inspect the form. See the margin error and locate the right CSS file. Remove this declaration.
精彩评论