Questions tagged as 'html5'

1
answer

Div being superimposed by another

I'm setting the mobile version of a page, using the bootstrap I set my divs with the col-md-4 (desktop version) col-xs-6 (mobile version) classes. In the desktop version is working normal with three columns as accurate, already in the mobile ver...
asked by 21.07.2017 / 20:23
1
answer

Positioning label and inputs in an html form

Hello, I'm studying HTML5 and CSS3 and I'm trying to style it by performing the placement of the inputs / checkbox / combobox and their labels. Suppose I have the following code: <form> <label for="Input1" id="lbl1">I...
asked by 24.07.2017 / 23:48
1
answer

Use the same datalist for multiple pages

I'm trying to make a system where I would have a datalist with all my options and every page of my site would be mirrored. Example: <input type="text" name="tCid" id="cCid" placeholder="Insira uma opção" list="cEst" /> <...
asked by 17.07.2017 / 04:22
0
answers

navbar fixed top

How can I just leave navbar as navbar-fixed on scroll and when the client is at the beginning of the site, do not overlap the top1, at the moment it is disappearing when I place navbar-fixed and goes under the page. > <div class="row top...
asked by 25.07.2017 / 14:32
1
answer

Zoom in and Zoom out in CSS3 in the same animation

I'm trying to make an animation in CSS3 with zoom in, zoom out and transition in CSS3 + HTML. What I want is that by hovering over the div, it decreases to 0.9 and then increases to 1.1 in the same animation. Following CSS and HTML codes:...
asked by 07.07.2017 / 16:17
1
answer

I have one form inside the other and I can not get the most internal form

Here is an example of how the form is, it is much more complex than that, it already has almost 10 years of use and I do not have time to modify everything. But I need to have access to the form that is inside the other, that is the form that is...
asked by 27.04.2017 / 14:32
1
answer

Checked does not work

The logic is to make the menu appear when it is as a checked checkbox and it is on a screen of maximum width 800px but for some reason it does not work ... .classes { margin-top: 80px; width: 100%; height: 70px; background-co...
asked by 07.07.2017 / 01:31
1
answer

How to get the value and label of a datalist using jquery?

I have a datalist , which I use like this: <input id="estabelecimento" list="listaEstabelecimento"/> <datalist id="listaEstabelecimento"> <option value="valor1" label="label1"></option> </datalist> I us...
asked by 09.07.2017 / 18:36
1
answer

Uploading images with TinyMCE

How do I select the local image of the computer and upload it to my server which should return the URL of the image in TinyMCE and thus generate the <img> tag with the src containing the URL of the image on the server? I was...
asked by 11.07.2017 / 01:11
1
answer

Error opening file in PHP page

I have a page in PHP that lists the files in a folder from a search. In the result has a link to the file in order to open it. However, it is not possible to open the listed files. Code index.php <form name="frmBusca" method="POST"...
asked by 01.07.2017 / 01:38