Questions tagged as 'html'

2
answers

I wanted to have more than one bootstrap modal on the same page

<div class="container"> <img src="../imagens/editar_3.png" style="cursor:hand" title="Editar Info" data-toggle="modal" data-target="#myModal"> <div class="modal fade" id="myModal" role="dialog"> <div class="...
asked by 10.04.2016 / 14:24
1
answer

Modal Boostrap reduces site body size

My modal is decreasing the size of the page horizontally when opened, closing it returns the page to normal, it is something that is strange. Here is the code: <div class="row" align="right"> <strong>Posição: <?php...
asked by 19.05.2015 / 21:25
1
answer

Add required fields

I would like to know how to put the Name , Email , Password fields in my form are required to fill them out. Here is my code below: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title...
asked by 22.05.2015 / 15:18
2
answers

Open .txt file as tooltip

I want to add a HELP to my code, in case he clicks the word he opens a pop-up showing the details of the fields. But I would like to do this with a .txt file ... Where to open a popup containing .txt text ! I did this in tooltip that...
asked by 05.12.2014 / 13:59
1
answer

How to get a slideToggle effect with jQuery?

In this link , I have some red stripes in specialty. I would like to ask what effect I'm going to use for a div to replace the content of the strings individually with a slideToggle effect from left to right. How to get this scri...
asked by 19.08.2014 / 13:42
2
answers

Tooltip or Hint in rowEditor in Primefaces

I'm having a problem, I wanted to add a tooltip or hint by hovering over the edit, confirm, and cancel icon for roweditor and celleditor of Primefaces . I've researched and tried to use css but it did not wor...
asked by 23.08.2014 / 16:00
2
answers

Command to create a website shortcut on your smartphone?

Require the user to create an icon for my site on the home screen of their smartphone. I need that when the user enters the site he receives a notification to create the icon. I need to know the command that does this. I already researched and f...
asked by 29.10.2014 / 16:48
3
answers

Pass Javascript parameter to PHP

I want to pass 2 (two) parameters from my javascript page to a PHP page. I already searched the net, and I only find this logic when PHP is on the same page as javascript. Does anyone know if this is possible? and how to do it?     
asked by 02.07.2015 / 19:26
1
answer

How to get a form variable in HTML?

I have an HTML file (html1) to fill user and pass , and call a PHP file (php1) to authenticate the values. But I need the user in another PHP file (php2) how do I call the user value in the php2 file?     
asked by 01.07.2015 / 20:11
1
answer

Image breaks the title

I have an image and underneath it I have a title, next to it I have three blocks. Here is the image: ButwhenIaddjustonetitleline,itbreaks,theimageendsupgoingdown. I wanted to leave the image all the same with a line or with two lines, they...
asked by 02.09.2014 / 03:21