Questions tagged as 'html'

1
answer

Function $ _SESSION does not work

I'm doing a process in my code, where $ _SESSION ['test'] takes the value that returns from the database, where it executes its function in parts, because if I have a unique string, it loads the information perfectly, but if the string has space...
asked by 01.02.2018 / 01:01
2
answers

Problem with map in IE?

Next, I got a template on the net from a 'map of Brazil' to link to other sites in Brazil, but it works perfectly in other browsers, the only problem is IE that does not work properly, and how do I know works fine is there any way to make it wor...
asked by 01.02.2018 / 18:39
3
answers

Mask in form only in html and css

I'm starting in HTML / CSS and trying to mask just those tags (HTML / CSS) for the fields on my form. Is it possible or should I use JavaScript to import the masks? <label for="campo3">Data de Nascimento</label> <input id="...
asked by 05.03.2018 / 20:48
1
answer

word-wrap: break-word; is not working vertically

See a working example in this jsfiddle The text: "text should be broken" it is not breaking and respecting the space of the td. Thank you.     
asked by 01.02.2018 / 14:47
1
answer

Checkbox MaterializeCSS label

I need to build this image structure, but I can not get the radio input to be on top of the image using MaterializeCSS. Anyone know of a solution? Hugs! HTML Ex: <p> <input name="group1" type="radio" id="test1" /> <labe...
asked by 26.02.2018 / 14:46
1
answer

Center button vertically inside nav boostrap

As I center this button inside a nav-item, the html looks like this: <nav class="navbar navbar-expand-sm bg-light navbar-light sticky-top"> <div class="container"> <a class="navbar-brand" href="#"> <img src="im...
asked by 26.02.2018 / 17:25
2
answers

Menu responsive only with HTML and CSS (target function)

I do not master the art of scripts and am creating a responsive menu page. I've done a lot of research and I'm testing a form that has not worked so far. I created the following code html : <div class="header" id="menu-...
asked by 07.02.2018 / 18:47
2
answers

Return from select brings previous value - jQuery

I have a table #table and I would like every time I make a filter by select it adds the amount that is in column 6 eq (5) . With the code below it is running, however it displays the previous value that I select. For example, you are displayi...
asked by 30.01.2018 / 00:14
1
answer

How to enable a button, only when you accept the terms

Well, I'm doing a virtual product shopping site, and I need my clients to accept the "Term of Use". The method I used was this <input name="ck_permissao" type="checkbox" id="ck_permissao" value="checkbox" onclick="return confere()" />&l...
asked by 30.01.2018 / 04:53
1
answer

Problem in hover effect with less

I'm trying to make an effect of hover to add a background-color to my image but it does not work it creates background-color behind the image I needed it to stay in front I'm using less to do this follow my code LE...
asked by 29.01.2018 / 15:49