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.
我创建了一个 wordpress 网站,它在侧边栏中使用 jquery 导航选项卡。这是一个非常酷的补充,但我的客户抱怨当页面加载时,您会看到部分列表项加载到所有 3 个选项卡的右侧。到目前为止,我实际上已经在 IE 和 Firefox 中进行了查看。我还不了解这项技术,但是有没有人使用 jquery 函数体验过这种“flash”?这是一个示例页面。
您可以通过将导航选项卡再分开一点来解决此问题:
//in glide.css .tabnav li { display: inline; float: left; list-style: none outside none; margin-right: 10px; /* my alteration */ text-align: center; }
通过弄乱那个边距,你应该能够解决你的问题。否则,请尝试使用 Firebug 玩它。