Tagged Questions
The browser-compatibility tag has no wiki summary.
41
votes
19answers
2k views
What's the best way to do cross browser testing?
What's the best way for me to check if my website is compatible in IE7,8, Safari, FF, and Chrome without having to install each and everyone? I mainly want to check the CSS, HTML, and JavaScript.
...
35
votes
8answers
32k views
Force IE8 Into IE7 Compatiblity Mode
Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?
27
votes
6answers
5k views
How do you feel about including ie7.js or ie8.js in your page?
See here: http://code.google.com/p/ie7-js/
Does anyone have any experience or remarks about this javascript? Is it worth including? Do you recommend it?
21
votes
5answers
454 views
Websites that archive cross-browser, cross-platform css/js bugs?
I'm about to develop my own browser inconsistency/bug compendium site but I'm wondering if I really need to - can we get a wiki of sites that do this already? I'm aware of a lot of them but I hope I'm ...
20
votes
2answers
3k views
EcmaScript 5 browser implementation
So Safari and Chrome have started in their betas to implement some ES5 stuff.
For instance Object.create is in them.
Do any of you know if there is a website that shows the progress made in the ...
20
votes
3answers
6k views
Force IE8 *not* to use Compatibility View
Just updated my site to newer, much more standards compliant design. My previous design was so rubbish that I had to use the IE=EmulateIE tag to force IE7 emulation.
Unfortunately, I believe that ...
20
votes
3answers
13k views
Remove Safari/Chrome textinput/textarea glow
I am wondering if its possible to remove the default blue and yellow glow when I click on a text input / text area using CSS?
Thank you for your time.
19
votes
18answers
981 views
Should small companies code their sites to support Chrome?
I work on small sites for tanning salons and stuff. We don't support ActiveX-specific stuff on IE, and we support Firefox. I've noticed some weird behavior with Chrome. My browser stats say <1% of ...
18
votes
9answers
944 views
Is it too early to use HTML5
I was wondering if it it too early to use HTML5 for a production site. Should I rather wait 6-12 months until users have updated to compatible html5 browsers?
This leads me to, how far back does the ...
18
votes
8answers
11k views
Button inside of anchor link works in Firefox but not in Internet Explorer?
Everything else in my site seems to be compatible with all browsers except for my links. They appear on the page, but they do not work. My code for the links are as follows-
<td ...
17
votes
13answers
7k views
If IE8 is installed, what is the best way to test IE6 and IE7 compatibility?
if IE 8 is installed "by accident" (by the Windows Update program), now the machine has IE 8. Does that mean it is safest to run 2 Virtual PCs, one with IE 6, and one with IE 7 to test our web app?
15
votes
5answers
2k views
Mixing percent and fixed CSS
This is a duplicate from UI.StackExchange.com:
http://ui.stackexchange.com/questions/1004/mixing-percent-and-fixed-css
Should you ever apply percentage and fixed CSS together? Will it cause ...
15
votes
7answers
22k views
JavaScript's document.write Inline Script Execution Order
I have the following script, where the first and third document.writeline are static and the second is generated:
<script language="javascript" type="text/javascript">
...
14
votes
3answers
1k views
How do I make my page look good in Google Instant Previews?
When you view a page from my site in Google Instant Previews, you see an AJAX error message (caused by some AJAX that fires on document ready):
I assume the way to fix this is to make my javascript ...
14
votes
4answers
2k views
Making checkbox and radio labels clickable
A large number of (dare I say most?) sites do not make the labels clickable for their checkbox and radio inputs. It seems to be a huge usability gain for very little effort. Are there any ...
14
votes
10answers
2k views
Is it time to start developing with HTML5?
From searching SO, this question was already asked, almost a year ago now.
So now with the new FF, Opera, IE, is it finally time to start developing sites with HTML5 or is it still a little premature ...
14
votes
13answers
20k views
What the typical viewport size on a 1024x768 screen?
I am designing a web application, and I wish to know the largest size (x and y) that I can design for.
As of January 2008, about half of users are using 1024x278 screens, and probably less than 10% ...
13
votes
2answers
681 views
Is there any problem with using HTML5's “data-*” attributes for older browsers?
I want to associate some custom data with some HTML nodes. I was going to use the new HTML5 style 'data-*' attributes. e.g.: <tr class="foo" data-typeid="7">…, and then I was going to select ...
13
votes
8answers
1k views
Save me from IE6
I'm getting ready to start work on a new web project for a fairly large corporation.
For all their users, something like 17,000 people, they are all stuck with IE6. They plan to have everyone ...
12
votes
3answers
8k views
Canvas and HTML5: Supported Browsers?
I am looking at using HTML5 Canvas element for my upcoming project. I want to know what all major browsers (including the versions!, cos i know that the latest builds do support canvas) support the ...
12
votes
3answers
1k views
Which browsers support data URIs and since which version?
Which browsers support data URIs (RFC 2397) and since which version?
12
votes
16answers
1k views
Should I accept IE 5.0 (!) as a browser requirement for a project?
Unbelievable as it sounds, I received a request for proposal for a project which has the Internet Explorer 5.0 and Firefox 2.0 as minimum browser requirements!
We tried to explain to the client all ...
12
votes
9answers
929 views
Can I get away with testing sites using IE8 with IE7 compatibility on?
As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I don't want to upgrade to ...
11
votes
2answers
464 views
Using nearest-neighbor with CSS zoom on canvas (and img)
When using the CSS zoom property, how can I convince the browser to use "nearest neighbor", instead of "bilinear" or any other more advanced zooming algorithms?
My setup is a div that contains a ...
11
votes
8answers
6k views
debugging javascript for IE6
firebug is quite useful tool that I can't think myself living without it. I also downloaded the js file that helps you get similar functionality when using IE6 hoping it would help me resolve some ...
10
votes
5answers
3k views
Firefox does not show tooltips on disabled input fields
Firefox doesn't display tooltips on disabled fields.
The following displays tooltip in IE/Chrome/Safari except Firefox:
<input type="text" disabled="disabled" title="tooltip text."/>
Why ...
9
votes
5answers
1k views
Cons of using Internet Explorer's Compatibility Mode
What are cons of force a web site viewed in IE to compatible mode? Say we force IE9 to IE8 compatiblity mode?
Performance drawbacks
Can't use any new IE9 specific features like HTML5/CSS3/SVG
...
9
votes
2answers
196 views
Where can I find up-to-date browser compatibility guides?
Let me start by saying I really appreciate the work done at QuirksMode.org but in recent experience the content seems a bit dated.
Some pages haven't been updated from anywhere between 6months and ...
9
votes
2answers
3k views
Which border radius property will work in IE9?
In IE9, which border radius property will work?
border-radius:20px
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius:20px or ms-border-radius:20px
9
votes
4answers
1k views
What modernizer scripts exist for the new ECMAScript 5 functions?
ECMAScript 5 has quite a few nice additions. John Resig has a good overview here. Here is a good ECMAScript 5 compatibility table.
A lot of this stuff can be "faked" for browsers that don't support ...
9
votes
3answers
3k views
body { font-size: 100.01%; } vs body { font-size: 100%; }?
What should i keep for body, {font-size: 100.01%; } or { font-size: 100%; }?
what is {font-size: 100.01%; }? and is it really good to mention font-size in html{} even
If I'm using body {font-size: ...
9
votes
12answers
751 views
How To Distract Clients From Using IE6
How can we distract our clients from using IE6. We know IE6 is not a good standard-compliant browsers; has many issues. How to satisfy clients so that they do not use IE6?
Thanks...
9
votes
7answers
529 views
What steps could be taken to avoid cross-browser compatability issues?
Recently, I have been battling with: weird table borders/margins, div alignments, positioning problems, and am having a down right nightmare supporting Internet Explorer 6. I know a lot of you like me ...
8
votes
3answers
198 views
Prevent IE6 visitors
How can I drop the using of IE6 to browse my website ?
Something like :
if ie6 => die
I am using ASP.Net Thanks
8
votes
8answers
1k views
What is WebKit and how is it related to CSS?
More recently, I have been seeing questions with the tag "webkit". Such questions usually tend to be web-based questions relating to CSS, jQuery, layouts, cross-browers compatibility issues, etc...
...
8
votes
8answers
4k views
What browsers are compatible with HTML5?
I was reading the Steve Jobs article on why to use HTML5. He does indeed have some good points on the subject.
I would like to invite you developers who are working now with HTML5 to answer my ...
8
votes
9answers
399 views
Should my webpage compatible with Outdated IE6 still?
As a web developer, it is tough to do web design which is compatible with IE6. Is it required to make webpages compatible with css?. I heard the usage of IE6 is low.
My question is, whether I should ...
8
votes
2answers
3k views
Which browsers don't support a HTTP DELETE with jQuery.ajax?
The jQuery documentation for jQuery.ajax() says the following:
Note: Other HTTP request methods, such
as PUT and DELETE, can also be used
here, but they are not supported by
all browsers.
...
8
votes
7answers
5k views
Differences in IE8 behavior between XP, Vista, Win7?
Is there any significant difference in behavior (HTML, CSS, Javascript, ...) with Internet Explorer 8 on different operating systems?
In other words, will a web page work the same way across IE8+XP, ...
7
votes
3answers
228 views
How to remove the strange border from shadow in Firefox?
See this fiddle in Firefox http://jsfiddle.net/qwbpZ/4/
On hover you will see this grey line
It's fine in Google Chrome but this grey border is appearing in other browsers.
How can I solve this?
...
7
votes
3answers
4k views
Html5: header/footer/nav tags etc, what happens to these in IE7,8 and browsers than don't support html5?
I am eager to start using Html5 in particular the <header>/<footer>/<article>/<nav> tags.
What happens if the browser doesn't support these?
Also I need to style these so: ...
7
votes
1answer
108 views
Do browsers preserve order of inputs with same name on GET/POST?
I have this HTML code with multiple inputs with the same name:
<input type="hidden" value="42" name="authors" />
<input type="hidden" value="13" name="authors" />
<input type="hidden" ...
7
votes
8answers
287 views
In the summer of 2010 is it time to start using HTML5?
I created this question as community wiki in the hope that it and its answers will be edited as the situation with HTML5 changes.
Time to use HTML5?
This question gets trotted out about once a year, ...
7
votes
6answers
190 views
Should I still care about IE6? [closed]
Possible Duplicates:
IE6: To support or not to support.
Do you plan to support IE 6 on your future projects?
I've finished the design and about to code HTML for a website that will use ...
7
votes
4answers
1k views
Do browsers support autocomplete for ajax loaded login forms at all?
My problem is, that the browsers' (IE&FF) autocomplete does not work for my login form.
I have a webapp with CakePHP & jQuery. To allow visitors to login/register unobtrusively. The login ...
7
votes
4answers
4k views
Multiple file uploader in HTML5 — browser support?
I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it?
Bonus question: Is there a JavaScript ...
7
votes
10answers
466 views
How can I help killing IE6? [closed]
I'm fed-up supporting all the strange behaviors of the IE6 browser, so I'm wondering how, as a web developer, can I help killing IE6.
Should I just stop supporting it? I think there is still a big ...
7
votes
2answers
1k views
Does IETester run the ACTUAL same code that existed for IE6 / IE7? Or is it an emulation?
I just realized (yes, this was stupid of me) that IE8 Compatibility Mode is NOT IE7.
All the time I assumed they would be switching back to the IE7 binaries, which apparently they aren't, as indicated ...
7
votes
7answers
1k views
How do you handle cross-browser compatibility testing?
Working for a small web design/development firm, we're sometimes tasked, by clients, who are unwilling to budge on their browser compatability list. Any given project could need to be tested against ...
6
votes
2answers
78 views
What is preferred method to use newer CSS3 selectors in IE 8 and 7?
What is preferred method to use newer CSS3 selectors in IE 8 and 7? Fireofx, Chrome, Safari and Opera has better CSS selectors support compare to IE.
Is there a lightweight way to enable support for ...