Questions tagged as 'html'

2
answers

How do you use align-self?

I have already used many alignments: center, left etc ... but never align-self . How can I use it? I would like to see an application that uses align-self .     
asked by 13.04.2017 / 21:06
3
answers

How to take the space between two inline-block divs?

I aligned two divs side by side, but there was a space in the middle of them, how to remove? #tudo { text-align: center; margin: 0 auto; } .desktop { display: block; } .img { display: inline-block; } <di...
asked by 19.04.2017 / 15:45
2
answers

How to check if an element has a class, or has an "active" class

I used .toggleClass() in a div , which after clicking a button, activates the class " menu-active ", if clicked again, it removes it. So far so good. But now, in addition, I need something to check if this class is active,...
asked by 28.11.2016 / 08:01
1
answer

Error in javascript / html code [closed]

I do not know where the error of my code comes from, I have already reviewed it and can not find the fault, it happens that the functions that were to be called are not being executed, <html> <head> <meta http-equiv =...
asked by 01.11.2016 / 00:37
1
answer

Apply size in a textarea, unless it has the "rows"

I have a textarea that is formatted with the following rule: .wm-form textarea{ min-height:100px; resize: vertical; width:100%; border-radius:4px; border:1px solid #ccc; } <form class="wm-form"> <textare...
asked by 01.11.2016 / 18:17
2
answers

How to call the value of a javascript variable to use in src?

I have this function in js that takes the name of the video that the user chose function getUrlVars() { var vars = {}; var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m, key, value) { va...
asked by 20.10.2016 / 03:12
2
answers

Icon libraries [closed]

I'd like to hear from you, what are the icon libraries you use, preferably free, for example, I started using Font-Awesome, but it did not meet some of my needs.     
asked by 29.09.2016 / 14:40
2
answers

How to add auto scrolling in an html div?

I would like to add a kind of automatic scrolling in my html, with start and stop buttons, and I do not know how to do it. I would like that when you click start, the attribute scrolls down slowly, and when you click stop, stop where you are....
asked by 20.01.2018 / 16:44
2
answers

What kind of measure used at the time of building a site for width, height etc ...?

What type of measure is used when building a site, such as width and height. If it's pixel, percentage, dot, centimeter?     
asked by 29.01.2018 / 01:29
2
answers

Execute "Send file" without having to click the input file

Example: When I click on my "camera" icon: Insteadofthatlittle"Select file" box appear: Ineedyoutoopenthe"send file" box directly:   HTMLicon<iclass="material-icons icone-img">&#xE5CD;</i>    Form HTML <form class=...
asked by 06.03.2018 / 17:04