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.
我的网站上的链接不能仅在 iPhone 上运行时遇到问题。它们可以在其他任何地方工作,包括 iPad。
我被困住了。该页面在 W3c 上验证,看起来很简单的 html。有谁能够帮我。该页面的链接如下。
网站链接
谢谢
感谢您的帮助普拉蒂克。我找到了解决方案。虽然不是一个简单的
我正在使用基础移动框架,所以我改变了一个值
.columns:after { clear: both; }
至
.columns:after { 明确:对;}
在foundation.css 样式表中,我还为div 类问题设置了一个较小的宽度并且它起作用了。