Questions tagged as 'html'

1
answer

Stylize (css) SVG sprite with com border

I'm using svg sprite and would like to know how to stylize these icons, I can use fill: color , but I'd like to give a hover effect by leaving only the border. I'll put the codes I have here to make the icon appear. SVG: <svg ve...
asked by 13.03.2017 / 15:37
2
answers

Hide div with fadeToggle when clicking outside it

It has a li with the 'user-login-menu' id that when clicked opens a div with a sub-menu, but you can only close it by clicking again on li. I would like it to be possible to close the div by clicking both on and off the li. I have tried with...
asked by 22.03.2017 / 18:26
1
answer

Favicon does not work in IE

Good afternoon everyone. I'm doing HTML layout tests. I entered IE to see how it was and noticed that the <link rel="shortcut icon" href="img/body/icon-amova.png"/> code was not working in IE 10. I researched articles: link...
asked by 25.04.2017 / 18:01
2
answers

Countdown incorrect date

I'm using Countdownjs to insert a count in my project but it is returning the wrong day. I'm using AngularJS, here's the directive I created for the count: .directive('tempoPercorrido', function($interval){ return { link:...
asked by 15.03.2017 / 19:21
2
answers

How to display DropDown just by sliding the mouse over the content?

I would like to know how I can display this dropdown without the user having to click to have their content accessed, just by dragging the mouse over MSDNAA-Microsft, for example. <li class="nav-item dropdown"> <a class="nav-lin...
asked by 17.05.2018 / 16:45
1
answer

Select only ONE checkbox with vanilla javascript and bootstrap 4

I have the following code that generates the form printed on the image ... <div class="form-check form-group" id="areaTermosCondicoes"> <input type="checkbox" id="accept-term" class="form-check-input"> <label for="acce...
asked by 17.05.2018 / 17:48
3
answers

I can not align a form to the right

<form class="red"> <h1></h1> </form> <div class="map"> <center> <img class= "imgmap" src="https://data.whicdn.com/images/134220427/large.jpg"alt="Forestvile" width="600px" height="500px"...
asked by 17.05.2018 / 12:52
1
answer

Pulse Effect does not work correctly when it has 2 elements

I have the following code: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" xml:space="preserve"> <g> <circle class="pulse" fill="none" stroke="#FF00...
asked by 20.02.2017 / 20:56
1
answer

Clear fields with Angularjs

I have three tabs with content. All interaction with the fields is controlled by AngularJS. I need to clear the fields after changing the tab (when clicking). How can I do this? HtmlCode<!DOCTYPEhtml><html><head><t...
asked by 09.02.2017 / 20:56
1
answer

VBA: the underlying connection was closed: an unexpected error occurred on a receipt

I have a VBA project that interacts with web pages using the SeleniumWrapper reference. In Windows Vista business the application works normally, however, in Windows 7 appears the error reported in the title of the question Follow the code:...
asked by 10.02.2017 / 15:38