Questions tagged as 'html'

2
answers

z-index does not work in link

I'm having a problem creating a% masks% and a link to disable this masquerade. In another layout that I had worked normally, now that I'm making the switch it stopped working. I have the following code: <div class="mascara" style="display:...
asked by 11.08.2016 / 18:28
2
answers

Adding and removing elements in an array

I have the following structure: var elementos = ["teste1","teste2","teste3","teste4","teste5","teste6","teste7","teste8","teste9","teste10","teste11","teste12"]; var elementosPossui = []; function carregaTabelas() { carregaTabelaE...
asked by 04.08.2015 / 19:43
2
answers

Doubt with the use of placeholder and onfocus in HTML

Well, I'm creating a login screen where I want to use placeholder and onfocus for when the user clicks on the box disappear what is written (for example: "email") and, if he deletes everything from new, the word "e-mail" appears ag...
asked by 28.07.2015 / 01:53
3
answers

Problem with hover in CSS

I have a table and I want every cell to be highlighted when the mouse is over. However, it is not working. It should be considered that I am using bootstrap as the basis for page styles and therefore I believe it is a conflict between my...
asked by 11.02.2014 / 23:04
2
answers

Assign selected item to a select

I have the following code: $("#cep").on('mouseout', function() { var url = "http://cep.republicavirtual.com.br/web_cep.php"; var cep = $(this).val(); $.ajax({ type: "GET", dataType: 'json', data: {'cep': c...
asked by 15.02.2014 / 14:11
2
answers

Using select to open iframe

I have a code and I want it to open a path in iframe when I click on a option of select . I was able to do this, however to change the option so that it opens something else in iframe I have to refresh the page. If I c...
asked by 09.05.2014 / 16:23
2
answers

How to make Bootstrap Grid stay with 2 rows in Mobile

I would like to leave the same print below .. I do not know if it has as well as this I saw in an application, I want to know if it is possible to do with bootstrap. because I tried putting the coll-md-2 but in mobile it occupies the whole scree...
asked by 16.11.2018 / 22:49
1
answer

Select multiple inputs

I have the following question if you can improve this selection: #form-login > input[type="email"], #form-login > input[type="password"] {} Because if I have multiple inputs it will get very large ..     
asked by 04.12.2016 / 02:49
1
answer

Internet Explorer in compatibility mode for Intranet sites - How to force to always render as Edge?

I have a site that I make available to internal users on an intranet for approval. However, users who tested with Internet Explorer 11 had the site rendered in "Compatibility View" because Internet Explorer verifies that the site is on the In...
asked by 27.05.2015 / 20:23
1
answer

Return query on the same page

I need to query the Bank and return the value of the variables on the same page PHP . But even the test to try to understand logic did not work: <html> <form name="registar" action="<?php echo $_SERVER['PHP_SELF']; ?>" met...
asked by 25.05.2015 / 20:05