Questions tagged [cross-browser]

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.

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. This contrasts with the concept of developing for one browser or engine.

9067 questions
4
votes
1 answer

showing first "All Files (*.*)" and not specific file type in Firefox

I have a the following code (fiddle): In IE 10 and Chrome 29.0.1547.76 it filters directly for XML-Files. Only Firefox got the behaviour to show first all files. The Firefox file dialog has also the…
Niklas
  • 417
  • 6
  • 17
4
votes
2 answers

Firefox behaves differently from other browsers if anchors are clicked on a page which was created using document.write. Is there a workaround?

Load the following example in different browsers. click When the page is loaded click the link. Doing this will…
phantasm
  • 105
  • 1
  • 6
4
votes
3 answers

Why is position: relative; not working on firefox?

I am postioning a div inside a relative container absolutely, but in firefox it completly ignores it. Here is a fidde for this: http://jsfiddle.net/TThUZ/ My HTML:
mrN
  • 3,734
  • 15
  • 58
  • 82
4
votes
0 answers

Simulate Mac (OSX) Safari on windows

Basically I have made a very visual site with the Scrollorama Jquery plugin and more, it looks and functions great on Firefox but not on Safari on windows. Will it look weird on Safari on Mac aswell as Safari on windows or will it look and work just…
user1826795
  • 195
  • 1
  • 1
  • 8
4
votes
5 answers

Selecting :target on document.ready()

The following is a simple test case to demonstrate what I'm trying to do: Test
Stephen Baillie
  • 509
  • 4
  • 9
4
votes
1 answer

Creating safe iframes in cross domain

I have to create an iframe in a page at www.siteone.com. The iframe src will be like www.parentsite.com/formone.html. I hope X-Frame options can be used to limit other websites from using parentsite form in www.parentsite.com. Now my problem is that…
Ganesh Babu
  • 3,590
  • 11
  • 34
  • 67
4
votes
3 answers

How to rotate text in pseudo-element?

I'm trying to rotate the double angle bracket set as the content in an :after pseudo-element using the css transform value rotate(90deg) for a tab across the top of the screen. Here's the relevant code: .header { -moz-transition: top .5s…
Patrick Roberts
  • 49,224
  • 10
  • 102
  • 153
4
votes
2 answers

SCRIPT5: Access is denied. On IE while using parse.js

Hi I'm getting Below error on IE. While uploading the image to parse.com. It is Working fine in chrome and firefox and safari working with jquery 1.10.0.js