Questions tagged as 'css'

1
answer

Add class to multiple elements, one at a time in Jquery

I have a problem in the following code: $("button").each(function(index){ // add the class setTimeout(function(){ $(this).addClass("varrimento"); }.bind(this),index*5000);...
asked by 27.07.2016 / 12:52
1
answer

I can not center the button with css

I can not centralize the proceed to checkout button. I wanted to pass the paypal to the left side. Someone can help me, I'm using wordpress. link     
asked by 28.06.2016 / 16:56
3
answers

Help with CSS - Position Right and Left

I'm trying to create a menu similar to one I've seen on a website. I have managed to do everything right, I just can not let it occupy the entire menu bar. Print1: link Print2: link After much research I discovered that if I left pos...
asked by 28.06.2016 / 23:28
0
answers

How to change a checkbox from default to image

I'm doing an e-commerce for a clothing store and they want to use color choices and sizes just like netshoes. Below is the image. I know it's an option made over a checkbox. My question would be, how to change a checkbox from default to...
asked by 30.07.2016 / 18:48
2
answers

Put popup content in a div

Good afternoon, I need to put the content of a popup inside a div, so that the content appears on a page, but if I get it completely, it does not appear because it has the following quote-popup id and quote-popup-content "that make it appear as...
asked by 22.07.2016 / 20:50
1
answer

Gallery of css images in list form (limit and center the images on the screen)

Hello, I have a page where I want to organize the images in the form of lists I think the example will explain better, but the idea is to organize the images of 3 or 4 by line (space) and with margin on the right and left of 5vh! Thanks <se...
asked by 16.07.2016 / 21:53
1
answer

JavaScript that permanently changes server css

First, I apologize if this question is too vague or stupid, but I really do not know enough to formulate otherwise. My idea is simple, create a site where, through JavaScript, the visitor can, for example, drag and change the position of an e...
asked by 25.06.2016 / 20:38
1
answer

Div overlapping even after clear Both

The page is this: link You have a banner that is covering div's below it. I already put div clear both below it but it did not work. div's class="base" and class="final" are being overridden Any outpu...
asked by 16.06.2016 / 22:02
0
answers

Page scrolling after div with internal scrolling

In the middle of the page I have a div with an internal scroll, when I scroll the page and I get to this div when using the mouse wheel I get stuck in it, when the div finishes scrolling does not continue to the rest of the page, there is a way...
asked by 04.07.2016 / 20:20
0
answers

Duplicated Scrollbar with jQuery Vegas

The Scrollbar appears twice by clicking on a tab that is larger than hers: I'musing Vegas and jQuery Hashchange . Maybe this is the code snippet from Vegas: body .vegas-container { overflow: hidden !important; position: relative; }...
asked by 05.07.2016 / 22:41