tagged [cross-browser]

Are the PUT, DELETE, HEAD, etc methods available in most web browsers?

Are the PUT, DELETE, HEAD, etc methods available in most web browsers? I've seen a couple questions around here like [How to debug RESTful services](https://stackoverflow.com/questions/165720/how-to-d...

23 May at 10:31

Can I run multiple versions of Google Chrome on the same machine? (Mac or Windows)

Can I run multiple versions of Google Chrome on the same machine? (Mac or Windows) [This fabulous answer](https://stackoverflow.com/questions/717026/how-can-i-test-my-webpage-using-different-browsers/...

23 May at 11:47

Certain elements display smaller in Safari on Mac?

Certain elements display smaller in Safari on Mac? After fiddling around with an issue I am having I have come to this conclusion: my list Elements are displaying smaller in Safari on my Macbook than ...

23 May at 12:1

How to bring back "Browser mode" in IE11?

How to bring back "Browser mode" in IE11? : The old question applies only to IE11 preview; browser mode had returned in final release of IE11. But there is a catch: it is next to useless, because it d...

Cross-browser custom styling for file upload button

Cross-browser custom styling for file upload button I'm trying to style a file upload button to my personal preferences, but I couldn't find any really solid ways to do this without JS. I did find [tw...

23 May at 12:18

What is WebKit and how is it related to CSS?

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, ...

Cookies with and without the Domain Specified (browser inconsistency)

Cookies with and without the Domain Specified (browser inconsistency) I've noticed that there are some real inconsistencies between browsers in terms of cookies. This is going to be rather long so bea...

6 Jun at 07:35

CSS `height: calc(100vh);` Vs `height: 100vh;`

CSS `height: calc(100vh);` Vs `height: 100vh;` I'm working on a project where the former developer used: I have no way to contact him/her anymore, and I would like to understand what is the difference...

23 Oct at 04:46

Setting a width and height on an A tag

Setting a width and height on an A tag Is it possible to set the width and height in pixels on an anchor tag? I'd like to have the anchor tag to have a background image while retaining the text inside...

27 Jan at 23:1

How to know whether refresh button or browser back button is clicked in Firefox

How to know whether refresh button or browser back button is clicked in Firefox How to know in Firefox whether refresh button is clicked or browser back button is clicked... for both events `onbeforeu...

How do I style a <select> dropdown with only CSS?

How do I style a dropdown with only CSS? Is there a CSS-only way to style a `` dropdown? I need to style a `` form as much as humanly possible, without any JavaScript. What are the properties I can us...

How do I disable text selection with CSS or JavaScript?

How do I disable text selection with CSS or JavaScript? I am making a HTML/CSS/jQuery gallery, with several pages. I indeed have a "next" button, which is a simple link with a jQuery click listener. T...

30 May at 20:25

Get the size of the screen, current web page and browser window

Get the size of the screen, current web page and browser window How can I get `windowWidth`, `windowHeight`, `pageWidth`, `pageHeight`, `screenWidth`, `screenHeight`, `pageX`, `pageY`, `screenX`, `scr...

Special mouse events in a browser: wheel, right-click?

Special mouse events in a browser: wheel, right-click? Google maps is an impressive display of what you can do with JavaScript and Ajaxy-goodness. Even my mouse scroll wheel and right-click works to p...

How do we control web page caching, across all browsers?

How do we control web page caching, across all browsers? Our investigations have shown us that not all browsers respect the HTTP cache directives in a uniform manner. For security reasons we do not wa...

What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?

What requests do browsers' "F5" and "Ctrl + F5" refreshes generate? Is there a standard for what actions and + trigger in web browsers? I once did experiment in IE6 and Firefox 2.x. The refresh would...

OnChange event handler for radio button (INPUT type="radio") doesn't work as one value

OnChange event handler for radio button (INPUT type="radio") doesn't work as one value I'm looking for a generalized solution for this. Consider 2 radio type inputs with the same name. When submitted,...

2 Mar at 15:29

How to disable text selection highlighting

How to disable text selection highlighting For anchors that act like buttons (for example, the buttons on the sidebar of this Stack Overflow page titled , , and ) or tabs, is there a CSS standard way ...