Questions tagged as 'html'

2
answers

How to make a racing effect?

I need to put an effect on the cars so they move up to that point when loading the page. Is there any Jquery for this? I do not know if you have a name for this effect rs I also have to put this border in the cart, as is the example of the...
asked by 02.04.2015 / 15:18
2
answers

How can I disable the resizable area of a textbox?

I'm not an enthusiast of front-end languages, but in one of the examples I was testing, I was left wondering how to disable the resizable property of a text area. I know I can resize a text area by clicking its bottom corner and dragging with...
asked by 25.10.2017 / 20:50
2
answers

Change the color of a word in a textarea still in edition

How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color. I want to know to make a syntax highlighting.     
asked by 18.10.2017 / 00:47
3
answers

Progress bar with css

I'm trying to set up a progress bar with css, and the progress value is 13.20%. The problem is that it's getting a gradient effect, and I want it to change from one color to another. .notification { padding: 15px; color:#FFFFFF;...
asked by 28.07.2017 / 19:04
2
answers

Which HTML attribute can not be modified?

Using PHP I display a table, in id of each li , I put the id of the record that is in the database. Once they are displayed, I have an option that excludes registration, I do this through AJAX, I get the id of that...
asked by 30.08.2017 / 23:22
1
answer

How to make an input does not accept the term "Brazilian Music"

That is, if you typed "Brazilian Music" inside the imput it gives an error and does not accept. Example. Whenyouhave"Brazilian Music" it will not go on .. HOW DO YOU DO IT? MY CODE: <!DOCTYPE html> <html> <...
asked by 21.06.2018 / 23:53
3
answers

Making a div reappear

In the yellow div ( id="conteudo" ) there is the pink div ( id="conteudo-interno" ) and an image. The button causes the yellow div to be cleared, but I want it to disappear, except for the pink div ( conteudo-interno ) Is ther...
asked by 22.09.2017 / 16:33
3
answers

How to enter HTML code in PHP

I have the following PHP code: <?php include("config.php"); if(!isset($_SESSION['user'])){ echo "you are not logged in,please click here to <a href='memberarea.html'>Login</a>"; } else{ $q...
asked by 07.05.2017 / 15:23
1
answer

How to break the line when passing the size of the div?

I'm having this problem rendering text without spacing. How can I resolve it?     
asked by 28.04.2017 / 15:41
4
answers

Submit does not call function

After changing the code, I left it this way but I looked at the browser console and realized that the submit button still does not call the function: <div class="container"> <div class="spacer"> <div class="row contact"> <...
asked by 15.06.2016 / 18:00