I would like to know how do I adjust the alignment of a Table Heading <th> ? I do not know if it is possible to do this procedure as it is done for <tr> or <td> . I want to be able to do this to align the con...
I'm using bootstrap-material on a system, if I use the non-maximized browser the responsiveness works. But not on mobile devices. Does anyone know what it can be?
Styles<linkhref="{{ elixir('css/all.css') }}" rel="stylesheet"/&g...
It is possible with CSS to make the following code
.grupo-input input:hover .grupo-input span{
margin-top: -30px;
}
Where in the HTML it looks like this:
<label class="grupo-input">
<span>Nome</span>
<inpu...
I wonder if it's possible, in a scenario where the two values are the same. I would do this to advance writing.
For example, pass HEIGHT and WIDTH together: height, width: 50px;
I tried to do this, but it did not work...
I'm putting together a confirmation alert, clicking on the link it will appear. It's all working, however when the page is too big the alert does not appear as it goes to the top of the page. I need to make it 30px, but jquery has to identify th...
Can I create a custom facebook button? I want it when I click on my custom button ( link ) happen exactly the same as what would happen if I click the default button to enjoy from Facebook. If so, how can I do this?
I tried to create a progressive and regressive counter to mark that tag is stopped.
Code
el = document.getElementsByTagName('a')
var x = 0,
y = 0;
document.getElementById('menos').onclick = function() {
x--;...
Good evening! I'm trying to remove the border that separates the columns from a table, but it does not work.
The table is this:
<table border="0">
<td>
<tr>
<img src="http://depositodetudo.pe.hu/hospedagem3/...
How do I get this 'div' to be in the center of the page?
.dialogbox {
position: absolute;
top: 30px;
width: 550px;
border-radius: 4px;
background: #FFFFFF;
margin: auto auto;
overflow: hidden;
display: none;
z-index: 9999;
}
I need to ke...