Question : I can not centralize my div in the middle of the page! I tried to use what they […]
Tag: css
Align divs vertically to middle (middle)
Question : I have the following code: @charset “utf-8”; /* CSS Document */ img { border: 0; max-width: 100%; } […]
Tag get size of another TAG
Question : I wonder if there is something in the CSS, or JS that makes a TAG that takes up […]
Select options line break that contains a very large value
Question : Is it possible to break the line of a very option ? ex: <select> <option>texto muito extensp<br/>restante do […]
Does the order of CSS styles influence the render tree?
Question : During the paint of the document by the browser the order of the properties of the CSS classes […]
Catch the parent element in hover
Question : Good Morning! Is it possible to change the parent element by hovering on the child? For example, I […]
TAG center substitute
Question : I have the following form: .table { max-width: 500px; border-collapse: collapse; font-size: 12; width: 320px; text-align: center; box-shadow: […]
input effect using jQuery
Question : I’m making a input with an effect equal to Android. Well here in this example I put input […]
How to Detect DOM and API Resources
Question : How to tell if your browser supports certain methods , properties and events Checking whether an object querySelector […]
Why use float: left and display: inline at the same time?
Question : I’m watching a tutorial, where the teacher at a certain point, minute 28 , sets the style of […]