Top "Cross-browser" questions

Cross-browser development refers to the practice of building web sites, web applications, libraries, or components so that they function across different web browsers and rendering engines.

CSS cursor:pointer in mac Safari doesn't work

I have placed cursor:pointer on a td but in Safari (on a mac) it only displays the default mouse …

css cross-browser mouse-cursor safari
Browser support for eTags

I'm working on getting my site to support the eTag/If-None-Match browser cache, but I'm not sure which browsers do/…

cross-browser etag browser-support
Making a Pure CSS Dock

After playing with CSS 3, I had the crazy idea to make an OS X-style dock with it (a DIV container …

html css cross-browser dock
Video Codec for all major browsers

I am using video/mp4 format and using in 'video js', this is working fine in chrome but having issue …

html video cross-browser video.js video-codecs
How do I associate a custom MIME-type to my local application in the major browsers?

I want to invent a new mime-type and associate it to a custom application in the browser to enable users …

browser cross-browser mime-types mime
HTML Multiple Heads

NOTE: I am in no way advocating multiple heads within a page I'm using Apache Tiles and I have a …

javascript html css cross-browser tiles2
jquery masonry collapsing on initial page load, works fine after clicking "home" menu button

My jquery masonry setup is working strangely on initial page load. It seems to be placing the images in the …

jquery css wordpress cross-browser jquery-masonry
Sub-Pixels calculated and rendered differently among browsers

The purpose: I am working on a code similar to this to create a component where an input field has …

css cross-browser rendering subpixel
Setting the caret position to an empty node inside a contentEditable element

My task is to set a text caret to appear inside an empty span node within a contentEditable div. The …

javascript text cross-browser contenteditable
Get datalist options in IE9 with JavaScript

This code works in all major browsers except Internet Explorer 9. I don't understand what I'm doing wrong, it's probably something …

javascript html cross-browser internet-explorer-9 html-datalist