Questions tagged as 'html'

1
answer

Text above div with borders

Talk the guys! I have a div. Presentation, I applied borders to it to become a triangle. Beauty, but I want to put a text above, but with the modified edges of the presentation, it does not stay aligned. How can I improve this code? Thank you gu...
asked by 21.12.2016 / 13:30
1
answer

How to make a frequent update

Hello, for example, I have the textbox SENHA and CONFIRMARSENHA , and testo if they are different, but I will only know when it presses a button, and I want it at the moment they are different ( without having to press the button) I...
asked by 30.04.2015 / 23:07
3
answers

Dynamic Form

I'm trying to fill out an HTML form with random values, so I'm using a array with predefined values and the rand() function of PHP. The problem is that the value attribute of input is showing PHP code instead of using...
asked by 04.05.2015 / 05:31
2
answers

Alignment of text input in HTML / CSS

How do I align these two input ? I've been trying for more than 2 days and I can not get them to line up properly.     
asked by 11.04.2015 / 05:41
4
answers

As per link in table?

I have a Table in PHP and in every tr I need a link <?php $con = mysqli_connect("localhost","root","", "saber"); mysqli_set_charset($con,"utf8"); $result = mysqli_query($con,"select id,nome,vista from mensagens"); while($row = mysqli...
asked by 10.07.2015 / 17:19
2
answers

How to hide a div just in firefox

Hello, In what way is it possible to hide a <div> only in Firefox and display in other browsers?     
asked by 01.07.2015 / 22:25
3
answers

Multiple entries in class attribute do not work [closed]

I want to show a simple alert in php with bootstrap but I'm not getting the code this is: echo " <div class=alert alert-success role=alert>Logado com sucesso</div> "; But you're interpreting the div class like this: <div c...
asked by 02.07.2016 / 23:40
2
answers

What meta tags should not be missing in the header of a good site? [duplicate]

What meta tags should not be missing from a good site header and why? Note: I'm not asking what meta tags are, but what they are. The What are meta tags for < head > and what does each one look like? already explains what meta tags...
asked by 27.05.2015 / 21:02
2
answers

Display element when the mouse is over an image

I have 4 elements <div> where they have a component that only appears when the user hover over <div> container (which has class="thumbanil" ) but when mouse over the hidden contents o even if it is visible, thi...
asked by 05.06.2015 / 15:09
2
answers

Element: First-Child Does Not Work

In this example you have a .title element. And in it I am putting first-child with margin-top:20px; . When compiling and saving is not working. Do not apply the top margin on the first element of that type. LESS What...
asked by 12.06.2015 / 14:54