Questions tagged as 'html'

2
answers

How to add delay to Display: block

I'm creating a website, and I'd like it to have a "button" with the WhatsApp icon, and by hovering over that button, it would expand and show the number I put there. Currently the code looks like this: HTML: <div id="whatsapp"></di...
asked by 29.09.2017 / 14:25
1
answer

Source icons BOOTSTRAP / CSS

I was looking at some websites and saw that they are using some icons, but without the need to put an image, a font is used, I found it very interesting because you can change size, color without many changes, I would like to know how I can impl...
asked by 02.10.2017 / 19:08
2
answers

Can you create a menu from an image?

Let's say I'm creating a website, and I put this image icon, and when I click on that image, open a menu, / a> Sorry if this is very obvious, but I only saw menus with lists, I researched and I did not find one that was in that style.     
asked by 01.10.2017 / 18:21
2
answers

Dropdown Menu Items do not change color [closed]

UPDATE I'm developing a web application and put the bootstrap menu and would like the menu items to change color and not be in that black color, but in color #00008B Menu items HTML<ulclass="dropdown-menu">...
asked by 17.10.2017 / 18:30
2
answers

How to add the value of the id and text attribute of a select from the click event of a button?

I need to add in the object Select o Id and Texto from this function: //Adiciono o item retirado da table html para o objeto html Select $.each(_arrDescricao, function (text, key) { var option =...
asked by 18.10.2017 / 15:16
1
answer

Problem in footer html + css [closed]

The on part does not appear on the footer <footerid="rodape"> <div id="endereco"> <div> <h2>Endereço:</h2> <p>Rua Alcides Lima, 150 bl6 apt 201</p> </div> </div> <div id="r...
asked by 16.10.2017 / 21:54
3
answers

Add button to add fields

I'm trying to implement a button to add extra fields, in which case I'm creating an activity report where it contains 5 fields. When the button is clicked it adds another 5 of those same field. I currently have: JavaScript $(function (...
asked by 16.10.2017 / 21:00
1
answer

Make multiple div's fixed

How to make so that when a div disappears all "stay where they are". I leave an example below to be more enlightening. $(document).ready(function(){ $("button").click(function(){ if($("#p" + $(this).attr("id")).is(":visible")){...
asked by 28.09.2017 / 11:51
3
answers

How to create link with scroll to page destination

Hello, I would like to know how I can link to my video page that scrolls the page down, but this page does not contain any ids to use in the mode: <a href="linkdapagina#localdesejado"> . Is there another way? For example, does this l...
asked by 01.11.2017 / 19:00
1
answer

Countdown

Good afternoon, I want to add a countdown timer on my page, which at the end of the screen will send a warning that the time has expired. Is it possible to do this with html? I have no idea.     
asked by 08.11.2017 / 17:00