Questions tagged as 'html'

1
answer

HTML-CSS hide and show submenu does not work

I'm trying to make a menu that opens when mouseover opens the corresponding submenu. In this case, the menu "blouses and shirts" should be with its submenu closed, opening just by hovering over it to show the short sleeve options and the others....
asked by 04.01.2018 / 15:08
1
answer

Include menu for other pages

Talk, I'm trying to learn in the php race, I'm developing a Home Site and I'd like my Menu to stay on every page of my site. This is the file menu.php which in this case is what I want to use on all other pages with include: <html> &l...
asked by 04.01.2018 / 22:34
1
answer

HTML component word processor

I need to convert the following screen done in Silverlight to HTML , but the biggest challenge is in the component below similar to a word processor like Word. Is there a free component to replace it?     
asked by 05.01.2018 / 13:12
2
answers

Put "hand" in the iframe [duplicate]

Good morning. I'm opening .png files with iframe and would like to know if it's possible to put that "little hand" that google maps uses to drag the image inside the iframe. The usefulness of this "little hand" is to drag the image to the si...
asked by 04.01.2018 / 12:10
1
answer

How to give a tab in an echo of PHP?

I have the following code that generates one the% auto_codes for me. My system is a kind of insert generator already ready, just step the parameters. I pass the parameters on a page and give the submit to send the values to another page,...
asked by 01.12.2017 / 15:48
1
answer

Create progress bar with jQuery hover ()

I need to create a progress bar while my cursor is over an image. If the cursor exits, then I need the progress to be reset to repeat the process if the cursor returns to the top of the image. When I get to 100% I'm going to open a modal. Any...
asked by 01.12.2017 / 19:56
3
answers

Image rendering problem

The image is all "pixelated" does not stay as it should, what can it be? The original image has great resolution and the size of it is 1200x1200, shrinking it also did not change the result In CSS I'm using width: 40px; height: 40px;...
asked by 15.01.2018 / 13:21
1
answer

I can not leave the menu bar correctly

Myhtml:<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <title>Ensintech</title> <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css">...
asked by 16.01.2018 / 12:40
1
answer

Menu with hover CSS

I'm developing a web application and would like that when hovering over the <h4 class="entre">Entre/Cadastre-se</h4> it shows the menu of the class with name <div class="conteudo_dropdow"></div> . @medi...
asked by 24.01.2018 / 22:22
1
answer

Write textarea line break in database

I have <textarea class="form-control" id="informacoes" name="informacoes" rows="3" placeholder="descreva aqui..."></textarea> where the user can enter various information. Information is sent via ajax : function sal...
asked by 23.01.2018 / 12:01