Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试用 CSS 隐藏评论表单(一个 div),display: none;但它似乎没有隐藏。有问题的 div 使用 JavaScript 加载数据。有人可以帮助我并指出我实际上做错了什么吗?
display: none;
它位于页面的最底部,即 HyperComments 表单。我试图将其应用于display:none;# hc_rootdiv,但没有成功。
display:none;
hc_root
提前致谢。
表单位于 iframe 中。但是您可以通过以下div方式使用id“hypercomments_widge”隐藏:
div
id
#hypercomments_widget { display: none; }
(或者您可以使用 javascript 隐藏它。)
表单被加载到 iframe 中。
你必须要么