开发者

Form not showing in ie7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorica开发者_StackOverflowl and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜