Questions tagged as 'navegador'

1
answer

How to run an applet in java in the browser

Well, I did an applet program, (extending the JApplet class) and generated the .jar file, put it in a folder and wrote an HTML page to run it: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xh...
asked by 09.12.2015 / 14:28
1
answer

Is it possible to create a date field that is Cross-Browser?

Does anyone know how to make <input type="date"> work in all browsers? Google Chrome works normally, I can pass the parameter on the form, I get in the variable and game in insert , the problem is that in Internet Explore...
asked by 11.01.2016 / 12:24
1
answer

DIVS move according to browser size

divs move as the size of the browser changes. WhenIchangethebrowsersize. body { margin: 0; background: #FFF; } /*CLASSES UTEIS*/ .foco:focus { outline: none; } /*CABEÇARIO*/ #cabecario { width: auto; height: 40p...
asked by 28.05.2015 / 20:14
0
answers

Application started by "click" on a link

Example: I click on a discord link for a specific server; so after opening it in the browser it launches the desktop app. What is this "mechanism" called and / or how?     
asked by 30.09.2018 / 04:11
1
answer

How to add localstorage in Typescript (Angular 6)

I have code in Typescript (angular 6) in which I for educational reasons, I want to know how to save several message variables with the following data in the cache: adicionarMensagem(preparacao: PreparacaoDeMensagem) { let mensagem...
asked by 28.09.2018 / 21:00
1
answer

Problem with setting the site to the browser screen

Hello, Developers! I have a problem with the site that I made, I'm having a lot of headache for something so stupid ... As you can see in the image, this is the site, and I can not get rid of this "leftovers", I can not find the code that is...
asked by 25.07.2018 / 23:41
0
answers

window.localStorage.removeItem does not work inside the page

Recently tried to use the command: window.localStorage.removeItem('chave'); I just wanted to delete the registry from that key in my local storage. When I tried it on the browser console, I got the expected result, but putting it in a scri...
asked by 29.06.2018 / 20:03
1
answer

Objects change position when browser changes [closed]

Can someone tell me why changing the browser, from Chrome to Firefox, do the relative positions I gave in CSS change? I usually use Chrome, but I tried it on Firefox and all the objects I gave position:relative are deforested. /* --...
asked by 14.05.2018 / 21:20
1
answer

Navigation bar with Company Name

How do I put the My Company name on the navigation bar like this on my site:     
asked by 28.11.2017 / 20:31
0
answers

Button that adds to favorites on mobile

I'm studying a way to create a button on a site that when clicked automatically adds as a favorite, BUT that this works in both Android and IOS browsers. In the IOS browser there is a "options" button that I can add an icon on the home screen...
asked by 23.03.2018 / 22:24