I would like to know some tutorial, like putting the page in Google search and the other pages under the "HOME" type:
Index
contact, services, photos, videos.
Everything on the google home page? Same in the site bajaki that pulls all pa...
I'm trying to add tags to a photo (like the facebook identification system), the error I'm having is the following:
When I click on an image to place the tags the form first appears in the corner of my computer, not in the coordinates of the...
One day I'm trying to put a Charts.js on my web page.
It's already there, but I can not style it with intent.
Where should I change the width, height, and aspect ratio of the chart?
As you can see in the image, the graph is out of backg...
I'm getting text from the database:
<p> texto um pouco curto </p>
And displaying using columns of css in 3 parts, but I wonder if it is possible to block text by just creating another column after </p> .
#textoco...
How can I determine where the style is going to be using the function?
::-webkit-input-placeholder {
color: red;
}
Example I have 4 input with different placeholder formatting.
I'm having the following problem: developing a Grid system with SCSS, I got the problem of rounding off the percentages that define the size of each column.
I would like to know if anyone has the solution for rounding variables, as it breaks the...
I have in the site that I'm doing a dropdown menu, my problem is when I activate the hover effect by mouseover the menu the images that are next to moving along with the menu, how do I position the menu in a way that the image does not move The...
I was looking at the Twitter Bootstrap code, and I found this css:
.table-condensed>tfoot>tr>td {
/* ... */
}
In the operating sense, what would be the difference between just putting a space between the elements, and putting...
I need this: link , run the scroll in the existing body inside the iframe, but in Safari Mobile it forces the iframe to have the maximum height of my content and with that it never happens the scroll in the body.
I need to have this scroll i...