Questions tagged as 'css3'

4
answers

Box of different height fit the same Pinterest

I have a problem, I'm not able to leave the blocks of different height (height) more or less equal to the pinterest, in my case they are two columns respecting the following rule of responsive col-xs-12 col-sm-12 col-md-6 , that is, two co...
asked by 29.12.2015 / 13:11
2
answers

Display DIV on another DIV

I'm using a DIV with the message "processing" and opaque background every time a request occurs (user iteration at the click of a button). However, this screen is also displayed when I am with an open modal screen, and ends up happening that the...
asked by 25.02.2016 / 15:42
1
answer

transition-delay css 3

I have a hover effect that assigns a display: block to an element. I wish there was a delay of 2 or 3 seconds before the element that receives the block appears. I know of this transition-delay but I am not aware (if it is possible) to ap...
asked by 27.07.2015 / 21:49
2
answers

Get first line element and last

I have a li and wanted to get the elements that are written MARKED below. But I used the nth-of-type, it works to get the 4 element always, but I could not get the next one. Could someone help me to always get 1 after the first item where it is...
asked by 03.02.2016 / 18:14
1
answer

overflow overlapping padding

I have a div where I use padding and overflow, but when the overflow is activated and the scroll bar appears, the text goes over the padding area, there is a way to cause the overflow to start from the area initial padding? link visual...
asked by 08.02.2016 / 00:52
2
answers

Align Menu Items Vertically

I'm trying to create a horizontal menu but I'm having trouble with vertical alignment. Some menu items have line breaks and some do not. I tried to create a CSS to set the elements div , ul and li so that they are align...
asked by 06.05.2016 / 23:48
2
answers

menu not fixed when scrolling the page

I want my menu to be fixed as soon as it reaches the top of the page but I'm not getting any success with it. I do not know where I'm going wrong, follow my code below: <script type="text/javascript"> $(window).scroll(functi...
asked by 11.06.2015 / 15:36
3
answers

List with inline display does not work correctly

I need to align in 3 columns my image and texts help me please follow my code they are in a list ul li { list-style-type: none; } .corpo-1 h1 { color: #000; text-align: center; font-family: Gabriola; font-size: 2.8em; f...
asked by 20.05.2015 / 22:01
1
answer

Timer with day hour minute and second

I would like to know if there is any plugin to make this timer equal to this page for example: link If you have an example or link for consultation you would also be grateful.     
asked by 12.05.2015 / 18:40
1
answer

How do I show more posts when I click the button?

In the loop I put it to show 12 Woocommerce products. <div id="vitrine" class="container-fluid"> <?php $args = array( 'post_type' => 'product', 'posts_per_page' => 12...
asked by 06.02.2015 / 19:31