Questions tagged as 'html'

2
answers

Place limit, css animations

I came across this problem that is affecting my CSS framework. I have such an animation on my site link But I need it to stay inside the black bar, ie that surplus that is outside the bar should not appear ... I was using z-index to on f...
asked by 08.12.2014 / 17:39
2
answers

"Transform" one element into another with JQuery

In my script, I have a iframe . <iframe id="result" name="result" src="url_do_documento" sandbox="allow-same-origin"></iframe> The file that iframe references, contains a h1 element, as in the structure below...
asked by 28.01.2015 / 14:36
2
answers

How to block all "radios" of a form when you click a button?

I made a quiz with some questions and answers, I would like someone to help me solve the following problem, I want that when clicking the button to see the result of quiz , all the answer options will be locked. The user will no lon...
asked by 20.02.2015 / 06:16
1
answer

Attribute translate: how will this future attribute be used?

What steps does the experiment take for this attribute and when will the browsers start accepting its use? And can anyone understand and risk explaining what their real usefulness in HTML elements will be?     
asked by 20.03.2016 / 20:11
1
answer

You can block the Arrow in the DATE field

Would there be any way to block this little piece there?     
asked by 29.06.2015 / 23:32
2
answers

Centralizing right inside a list (ul)

Is there any way to center the logo logo. without using two lists? Intheexamplesite,itusestwoliststokeepthelogointhecenter,howcanIplacethelogoinsidea"li" without affecting the menu structure?     
asked by 08.07.2015 / 10:57
3
answers

How to hide the tooltip created by the Title attribute?

Is there a way to hide the tooltip created by Title by holding the mouse over IMG through CSS or JavaScript?     
asked by 13.11.2014 / 14:17
2
answers

Check fields when giving submit and case error return to field

I have a very extensive form and I would like to click submit and the field is in error, that the page can scroll (jQuery) to this field so that the person knows exactly what has error. I started like this: $("#sdEmpresa").removeClass("hidden"...
asked by 13.08.2014 / 04:13
1
answer

How to remove blocks from a grid?

I'm trying to do something like the facebook timeline, two columns with multiple posts, the problem is, in some parts a hole opens, the reason is that the bottom block (left) is in the code after the above block (on the right). WhatIwanttokno...
asked by 14.07.2014 / 21:33
2
answers

Is it possible to execute CSS commands in javascript? HTML

Is it possible to execute CSS commands in javascript? Example, if I clicked a button, would its color change?     
asked by 16.08.2016 / 18:47