Questions tagged as 'navegador'

1
answer

Text selection via keyboard [closed]

Have you ever wondered how to select text from a specific part of your navigation? For example to select within a input box we use directional arrows like this: shit + ⇐ , shit + ⇒ , shit + / kbd> and shit + ⇓ . Or use ctrl + a ,...
asked by 18.02.2017 / 00:12
1
answer

Site is displaying posts from May 2, however, some access the regularly updated news

I manage the site www.atodahora.com.br - Since May 7, at 12 o'clock, in my office, I visualize it as if the date was May 2. I do not see anything else. This happens with other connections. It turns out that in other places, a lot of people see t...
asked by 09.05.2016 / 18:26
0
answers

Confirm ERR_CACHE_MISS form return when returning to previous page?

Personal after I fill out a form and send it to the database via POST , and after that I go to another page, when I return to this form by the browser " <- " this error occurs on the screen: "Confirm resend of the form ERR_CACH...
asked by 18.05.2015 / 16:20
2
answers

Why does the universal selector * have a negative impact on browser rendering?

I was going to apply a CSS Reset on my website. I usually use Eric Meyer's link . But I was looking at the suggestion of Diego Eis in link that is like this: * { margin:0; padding:0; list-style:none; vertical-align:baseline; } I found it...
asked by 06.08.2014 / 15:01
2
answers

How to check if Internet Explorer is smaller than version 10?

I need to do a browser check to see if it is Internet Explorer and if it is smaller than version 10. How to do it? PS: My idea is to tell the user if you are using a version lower than 10 that downloads a more current browser.     
asked by 11.06.2014 / 23:06
1
answer

Force a shortcut to open Firefox directly on a page

My system is a tax liability manager and works on virtually any browser, but I have not tested at all, so I do not know if it will be stable at all, I've developed testing on firefox-dev , so on Firefox it's all 100% as it should be. It...
asked by 28.09.2017 / 18:44
2
answers

Why do browsers render the same page in different ways?

I'd like to know why browsers read the same page (HTML, CSS, and scripts) and the result displayed is different in some cases.     
asked by 24.03.2017 / 20:45
2
answers

CSS background-blend-mode in IE (Edge)

I'm making a website, and to avoid hovers with other images, I used blend-mode in CSS. But according to the Can I Use? IE 11 and new Edge browsers do not support. Here comes my question, in cases like this, what could I do? Try some alterna...
asked by 27.08.2015 / 01:16
1
answer

Do I need to declare the SVG Version in the tag?

I have a question about the need to declare the SVG version in the <svg> I know that SVG started with the version 1.0 , 1.1 , 1.2 and is now in the 2.0 version. Some SVG I see with the version declaratio...
asked by 04.01.2019 / 12:47
1
answer

Jquery: Change window in focus in the browser when clicking on link

Hello, I wonder if you can do the following: When I click on a link in a website, if I already have it open, this tab becomes the focus, if not, open a new tab normally. Thank you!     
asked by 14.06.2017 / 19:03