Questions tagged as 'css'

1
answer

Full-Width Image Grid / Container with Semantic-UI

I know the question is a bit abstract, but how to do it: With Semantic-UI ? That is, a set of borderless and borderless thumbs, occupying 100% of the width and responsive way? I did here , but it was not very cool, you had a space on...
asked by 20.08.2016 / 09:54
3
answers

Change ownership of an element in CSS on certain pages

For my example I'm going to use a CSS class called .item .item{ width:100%; } So how do I change this property on some specific pages? For example, in the index page qro width 100%, in the page contact qro 90%, in the location I want...
asked by 20.10.2016 / 19:30
1
answer

Reverse animation when drawing mouse

Can anyone tell me how I do the "reverse" animation when I take the mouse? Try the link below and I think you will understand. When I put the mouse, the description of the image "descends", wanted that when it removed the mouse it "went up"...
asked by 01.08.2016 / 23:52
2
answers

Is it possible to do this with table td?

Okay, let's see: //PHONE <table> <tr> <td>COL 1</td> <td>COL 2</td> </tr> <tr> <td>COL 1</td> <td>COL 2</td> </tr> &l...
asked by 02.08.2016 / 05:06
1
answer

Calendar datepicker bootstrap with error in year bisexto

I'm using% bootstrap%, and I've noticed that the 2016 calendar is wrong. Today for example is 01/07/2016 Friday and the calendar is displaying as if it were Saturday. Cananyonetellmeifthereisasolutiontothisproblem?Javascript$('#data_venda').dat...
asked by 01.07.2016 / 21:53
2
answers

How to work with @media in css?

Greeting for all, I'm new to programming in Frond-End, and I'm beginning to learn how to tinker with @media to apply keying on a simple page, but what would cheating be? I created a responsive site when the page is more than 991px in width...
asked by 01.07.2016 / 01:22
1
answer

Limit the number of characters in a select HTML / CSS / JS field

I know that using the maxlength attribute it is possible to limit the amount of characters of a input . Doubt: This property applies to select , otherwise what would be its equivalent, or how to achieve the same goal. <s...
asked by 24.08.2016 / 17:27
1
answer

How to centralize Google's reCaptcha?

I have a reCaptcha in my form, but I can not centralize it or leave it at the same size as the fields. <div class="container-fluid"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <div cl...
asked by 11.08.2016 / 15:16
1
answer

How does the "hover" event behave on "touch" devices?

I'm developing a website to suit devices through Media Queries, however I wonder how certain events behave on touch devices. For example, how does the "hover" event behave on touch devices? And how do you replace it or adapt it to touch devices?...
asked by 23.06.2016 / 16:27
1
answer

Using the CSS Display

I noticed that I've been using a lot of display:none to remove blocks of code from a page. I do this on instructions from superiors, but I have always believed that it is a practice that can affect the performance of the websites develope...
asked by 26.08.2016 / 16:47