Questions tagged as 'cross-browser'

3
answers

Identify browser and its version

I did several searches on different sites but I still did not find a definitive solution and that right for all browsers I would like to know how I can identify the browser and its version using PHP. For example: IE 9 CHROME 39     
asked by 14.01.2015 / 14:20
4
answers

Ajax request with pure Javascript (without APIs)

Generally, when we need to use Ajax requests using Javascript, we have handy APIs that help us with this (eg jQuery ). However, what would be the safest and cross-browser way to accomplish these requests (POST and GET) using pure Javasc...
asked by 30.01.2014 / 16:15
4
answers

Cross-browser way to copy text to Clipboard

I'm looking for ways to copy a text to clipboard via JavaScript, which works in most modern browsers, but there's too much information and it seems outdated. I know there is the Clipboard API and that it is partially supported by all (except...
asked by 25.05.2014 / 19:41
2
answers

-ms-flexbox and flexbox do not work in Internet Explorer

I'm having trouble identifying what I should do to fix this error - I recently used CSS Progress Wizard , it works perfectly in google chrome and other browsers: ButwhenIlookatinternetexplorer9,ithassomeerrors: Here is the code for CSS...
asked by 17.06.2015 / 17:49
3
answers

How do you try to make a website compatible with the main browsers? [closed]

I do not have much experience yet and wanted to know tips on what to do to increase the chances that a site is compatible with most browsers.     
asked by 07.02.2016 / 01:57
2
answers

Blur effect in different browsers

I'm trying to put a Blur Effect in some images on a page. At first I saw that Blur does not work (to my knowledge) in all modern browsers. But as "Mission given is mission accomplished" I have / have to figure out a way out of this. I though...
asked by 27.05.2014 / 22:54
1
answer

Checking Browser Versions

I'm making a website and would like to put a browser check that the user is using. I do not want the site to be used in IE 6, 7, and 8. In addition to some older versions of Firefox you have in those Linux environments. If the user's brows...
asked by 23.07.2015 / 18:30
1
answer

Internet Explorer in compatibility mode for Intranet sites - How to force to always render as Edge?

I have a site that I make available to internal users on an intranet for approval. However, users who tested with Internet Explorer 11 had the site rendered in "Compatibility View" because Internet Explorer verifies that the site is on the In...
asked by 27.05.2015 / 20:23
2
answers

jQuery.preventDefault (), jQuery.stopPropagation () and jquery.StopImmediatePropagation () ... without jQuery!

There is a crossbrowser implementation for the jQuery.Event.preventDefault () methods, jQuery.Event.stopPropagation () and jQuery.Event.stopImmediatePropagation () does not require jQuery? I have a very specific resource that would no...
asked by 27.11.2014 / 12:40
1
answer

Div dropdown menu with different width in browsers

I made a dropdown menu and for some reason the width of the div looks different in browsers The div class is the dropdown-content Follow the code and prints .header-menu { height: auto; float: right; font-size: 0; margin-righ...
asked by 28.12.2016 / 12:39