cross-browser Questions

4

Solved

I came across a browse file dialog-control tag in html and the tag was <input id="myfile" name="myfile" type="file" accept="application/pdf"/> but the 'accept' attribute doesn't seems to ...
Liv asked 24/3, 2010 at 4:26

5

Solved

I recently launched a site which used a bit of inline SVG. <svg class="divider-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w...
Es asked 2/8, 2014 at 0:39

6

Solved

having an issue with browser support right now. I have it working as hoped for Firefox and Chrome, however on safari I am having issues with images. Currently, the image is set using "object-fit: ...
Potvaliant asked 12/2, 2020 at 16:11

15

For a map-like tool, I would like to disable the browser zooming feature. (I know that this is generally a bad idea, but for some specific website, it is needed). I did it successfully by listenin...
Rastus asked 24/11, 2014 at 23:36

6

I have placed cursor:pointer on a td but in Safari (on a mac) it only displays the default mouse cursor instead of changing to the little hand pointer which it does in every other browser. Is anyo...
Cellobiose asked 11/1, 2012 at 14:30

5

My aim is to play the mp3 file from the google drive. I am using the plugin MediaElement js. The reference I got is https://www.portalzine.de/dev/html5/hosting-mp3-files-on-google-drive-html5-audio...

12

Solved

I'm re-asking this question because its answers didn't work in my case. In my stylesheet for printed media I want to append the url after every link using the :after pseudo-class. a:after { cont...
Sickler asked 6/8, 2009 at 13:26

10

Solved

I used this code: @font-face { font-family: 'DroidSansRegular'; src: url('droidsans-webfont.eot'); src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'), url('droidsans-webfont....
Mainspring asked 20/1, 2012 at 14:9

4

I am trying to style a piece of code that has the debugger keyword in it. I am using the debugging window(IE, FF, Opera) to see CSS style effects but the debugger is stopping every time I refresh t...

14

Solved

How can I zoom an HTML element in Firefox and Opera? The zoom property is working in IE, Google Chrome and Safari, but it’s not working in Firefox and Opera. Is there any method for adding this p...
Snooker asked 29/10, 2010 at 5:54

2

Solved

In Javascript you can delete an object property: var o = { x: 1, y: 2 }; var wasDeleted = delete o.x; Now o.x should be undefined and wasDeleted is true. However you can only delete native obj...

6

Solved

I have <a> and inside its href attribute, I've got a Video URL from a 3rd-party api, when clicking on that <a> the browser opens a New Tab and Play the video instead of Downloading it! ...
Atman asked 7/10, 2018 at 9:53

35

Solved

I'm trying to make a horizontal rule with some text in the middle. For example: ----------------------------------- my title here ----------------------------- Is there a way to do that in CSS? W...
Allround asked 6/3, 2011 at 23:5

2

Solved

In Firefox 3 it is possible to access the contents of a <input type="file"> element as in the following. Assume a form with the following element: <input type="file" id="myinput"> N...
Buhler asked 2/6, 2009 at 21:56

3

Solved

the first line of font is rendered in Safari, and the second line of font is rendered in other browsers. I think it is a common issue with the bold font rendering in safari. but does any body hav...
Shred asked 31/1, 2012 at 14:30

2

Solved

I have a website for internal use that uses the Roboto google font. Here is the code that includes it. <link href="//fonts.googleapis.com/css?family=Roboto:500" rel="stylesheet" type="text/css"...
Propagation asked 27/7, 2016 at 13:58

19

Just wondering if Google Chrome is going to support window.focus() at some point. When I mean support, I mean have it work. The call to it doesn't fail, it just doesn't do anything. All other major...
Caudle asked 3/5, 2010 at 14:9

26

Solved

Is there a CSS-only way to style a <select> dropdown? I need to style a <select> form as much as humanly possible, without any JavaScript. What are the properties I can use to do so in...
Linzy asked 13/12, 2009 at 3:33

3

Solved

I'm trying to migrate my browser extension (that I expect to work on Chrome and Firefox) from manifest v2 to v3. However, I am getting conflicting information about the background section. I did lo...

2

When I nest a subgrid inside a padded subgrid inside a grid, I get inconsistet behavior between the different browsers. Chrome/Edge (Windows) Firefox (Windows) Safari MacOS This is t...
Auklet asked 7/12, 2023 at 12:19

2

Solved

Introduction When using the MediaRecorder on the browser to record a video stream, depending on the browser (Chrome, Safari, or Firefox) the MediaRecorder can record videos in a specific format. T...
Syblesybley asked 27/4, 2023 at 20:52

5

Solved

I am developing a library which I want to host on a CDN. The library is going to be used on many different domains across multiple servers. The library itself contains one script (let's call it scr...
Stipulate asked 20/2, 2014 at 16:23

6

Solved

First, I need to say that I'm aware there is some confusion as to what button numbering scheme convention is used for these "Browser back" and "Browser forward" mouse buttons depending on whether y...
Tympanitis asked 27/3, 2020 at 23:56

3

Solved

I am working on a web app that opens binary files and allows them to be edited. This process is basically ondrop -> dataTransfer.files[0] -> FileReader -> Uint8Array Essentially, I want ...
Blowzed asked 17/8, 2014 at 22:39

5

Solved

I am seeking to perform a basic form post, but the following submits to the server twice in Chrome and Safari (but behaves as expected in Firefox): <form id="create-deck-form" action="/decks/cr...

© 2022 - 2025 — McMap. All rights reserved.