Questions tagged as 'firefox'

2
answers

How can I style the select tag arrow in Firefox?

I have this little problem. I have a layout that needs to be exactly the same as I did, inside it the input definitions of type text and select . In Google Chrome, everything worked wonderfully, since the arrow was cute, as in th...
asked by 25.10.2017 / 16:44
2
answers

Certain function does not work in Firefox

I have a conditional like this: // 1.º - Verificar se existe a matrícula no sistema function existeColaborador() { if(DSdetalhesColaborador.values[0] == undefined)...
asked by 08.09.2015 / 20:45
1
answer

Printscreen in Selenium with popup

I'd like to know if it's possible to take a printscreen from the screen with an popup alert, for example Selenium IDE . p> The captureEntirePageScreenshot function does Printscreen, however, only from the browser and not with the...
asked by 26.02.2014 / 02:27
1
answer

Quality videos and the smallest possible size

I've seen websites putting a short video to be displayed as if they were background of a div and look very beautiful! Does anyone know how to compact to the maximum and suitable formats to display in the latest versions of chrome/...
asked by 25.03.2016 / 03:37
1
answer

Testing app locally in browser?

I am trying to develop a hybrid application using ionic and angularjs and for this I am testing in the browser. When I do ionic serve it creates a local server with the address localhost:8100/#/main and my webservice is also in...
asked by 13.11.2015 / 03:15
1
answer

How to check what a html / javascript page is loading?

How can I check what my browser is trying to load even after the html / javascript page has already loaded "completely"? The page is: link If they can do a test and see that it delivers the result correctly, but the browser is loading so...
asked by 03.03.2016 / 17:44
1
answer

@media in CSS does not work correctly

I have two CSS links on my site: The normal layout, and the "responsive corrections" with @media. To do tests with different screen sizes, I'm using Resposive Design Mode from Firefox. When I did the calculations with @media for 1920x900 screens...
asked by 29.07.2015 / 02:47
1
answer

Doubt about development in firefox / firebug

I usually work with Chrome for website development, but currently I'm on a client that only uses Firefox and I'm noticing some differences. I've researched but not found much about it, anyone who works the longest with Firefox can help me ans...
asked by 20.02.2015 / 14:03
1
answer

SELECT display difference between browsers

I have the following code HTML that marks a SELECT : <select name="filtro"> <option value="">Mais visualizados</option> <option value="">Menos visualizados</option> <option value="">Mais R...
asked by 13.08.2014 / 22:01
3
answers

@ font-face does not work in Firefox but IE and Chrome work [closed]

I always use @font-face in my projects and never had this problem. I have doubts if you have any problems with my CSS. @font-face is not working in Firefox. My code looks like this. <link rel="stylesheet" type="text/c...
asked by 31.01.2014 / 14:12