TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the best strategy for web-browser compatibility?

2 点作者 wesleyzhao将近 14 年前
Hey Hacker News!<p>I was hoping to get some advice on something crucial for the launch of our business.<p>We need to be ready to launch by Friday (small news article planned for then) and have not started cross-web-browser testing yet.<p>I did a little and already found major issues with I.E.<p>I was wondering if anyone had some good tools/methods to get our site working (mostly just CSS stuff) across different browsers, or if it would be a good idea to just detect I.E. and put a page that says "Please use Firefox/Safari/Chrome."<p>Thanks!<p>Wesley

1 comment

pawelwentpawel将近 14 年前
What exactly do you have issues with?<p>Make sure that you're using the right fonts, have all the paddings/margins done right and png fixes if you want to make it on IE6.<p>You can try to test it on browsershots and something like IEtester (where you have multiple IE's available).<p>"or if it would be a good idea to just detect I.E. and put a page that says "Please use Firefox/Safari/Chrome."" - depends on what do you want to achieve with this website. You might want to just stick a separate css sheet for IE.
评论 #2831136 未加载