Questions tagged as 'html'

1
answer

Make div appear for only a few users of the site [closed]

I wanted to make a div that only appears for some people who access my site, how do I do this?     
asked by 14.08.2015 / 23:30
1
answer

Required input attribute does not work after using jquery

Hello, When using jquery to disable the submit button after being sent once the required input in the input does not work anymore. HTML <form id="ajax" action="#teste" method="POST"> <p class="remodal-text">Nome</p...
asked by 03.08.2015 / 19:16
2
answers

Javascript - Showing and hiding divs according to selected checkboxes

I have the site with 9 checkboxes, each associated with a div. When a checkbox is selected, the div related to it is shown. When another checkbox is selected, the div related to that other is also shown. For example, chkCamp1 shows optCamp1. chk...
asked by 23.10.2015 / 14:54
1
answer

Calculating javascript and playing in html table

I have a html table of 3 columns, the first 2 are <input type="number"> and the third is text. I want to play in the third the sum of the values of inputs using onchange , but what I am facing is that if I put "2" in...
asked by 09.07.2015 / 20:06
2
answers

How to use "position: absoluted" correctly?

Good evening. I am building an application with phonegap and I have the following problem. I have a div with a background image with "position: absoluted". I would like to create a component under this div ... however it stays on top of the imag...
asked by 29.10.2015 / 23:36
1
answer

Radiobutton and Checkbox Sum

I am here a code in js that when selecting a checkbox it displays the value of the checkbox in an input and if I select more than one it adds the selected checkboxes and displays the total value also in the same input My problem is this, the tim...
asked by 27.10.2015 / 05:26
2
answers

Problem with INSERT using PDO

I have this code below that is working perfectly, but I would like to change it to work in PDO but I am having trouble registering with DB when I change it to the PDO. It refers to errors online143 and line 164 ThecodeinMysqlthatiswo...
asked by 28.05.2015 / 21:50
1
answer

Link does not work when clicked

I have this code from a menu and when clicking on the item Biography the link does not work: <ul id="ul-menu"> <li class="li-menu"><a class="scroll" href="http://www.iracemafilha.com">HOME</a></li> <li class=...
asked by 04.06.2015 / 15:24
1
answer

Broken Image - Laravel 4

I have an image on a page, I insert it as follows: <img src="img/logo.png"> The image usually appears on pages with address    / page . But when the URL is in the format    / page / subpage the image appears broken. How c...
asked by 03.11.2015 / 18:55
1
answer

Resolution Compatibility

I'm developing an interactive map and need to position some images inside it, I'm using the top and left properties to position the element, the problem is that the position changes at different resolutions. The map is like body background and s...
asked by 07.11.2015 / 16:39