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.

print out paging with css | page-break-before:always; cross-browser issue!

I have an issue about print paging. you can see my code below. it is not making page break for …

html css printing cross-browser page-break
Communication between windows/tabs with JavaScript

How can I have two tabs (or windows) that are on the same domain be able to talk to each …

javascript windows cross-browser communication
Cross-browser innerText for setting values

Let's say I have the following code: <html> <head></head> <body> <…

javascript html cross-browser innertext
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 …

internet-explorer-8 internet-explorer-7 cross-browser
javascript:; vs javascript:void(0);

I would like to know what is the difference between javascript:; and javascript:void(0); if I use them in href …

javascript cross-browser anchor href
Audio Recording(Accessing microphone) using HTML5 in mobile browsers

Can we access microphone of mobile to record our voice using HTML5? I was trying this link: http://www.html5…

html google-chrome web cross-browser mobile-browser
Making text unselectable

So, while playing with scrollbars and stuff in HTML5, I'm starting to notice an annoying trend. If I have text …

javascript html css cross-browser textselection
document.evaluate - Cross browser?

I have been looking for a CSS selector function other than Sizzle and I have come across this function. function …

javascript internet-explorer dom cross-browser document.evaluate
Different behavior of blur event in different browsers

Consider this example where I have 2 input fields: <input id="a" /> <input id="b" style="display: none" /&…

javascript cross-browser focus dom-events blur
What happens to code after a javascript redirect (setting window.location.href)?

I have the following javascript redirect code followed by some more code. window.location.href = '/someurl'; alert('hello'); alert(…

javascript firefox google-chrome cross-browser window.location