Questions tagged as 'css'

2
answers

Forward and rewind JavaScript slide

I have a photo slider on my page, with buttons to go back and forward. I can not make these buttons work. First I figured that the logic to move forward would be the same one used for the slide to advance automatically, but I could not. I get th...
asked by 02.05.2015 / 22:21
1
answer

How do I add this expense counter to my WooCommerce theme?

I want more or less like this, it's elegant and practical. Anyone who knows how to do it or any other similar way please help. Thanks!     
asked by 04.05.2015 / 02:29
1
answer

How to transform select option into option with images?

I am doing a rating system on my website. I have select option with option of 1 to 5 voting I am trying to turn this select option with icons to make the voting but I am not able to like to know if it is possible and how I can do i...
asked by 03.05.2015 / 23:37
1
answer

How to ignore the height of an element inside a box with automatic height in CSS?

I'm a beginner in HTML and CSS and I'm doing a freelance work for my course, but I ended up packing at one point. I have the following code in a snippet of my HTML: <section id=#first> <h1> Recomendações da semana </h1>...
asked by 25.05.2015 / 01:41
1
answer

Menu Fixed Scroll Top

I made this code so that when I rolled the page the MENU would be fixed in the Top. That is, always the view of the user. var nav = $('#outermainmenu'); var lia = $('.sf-menu > li, .sf-menu > li > a'); $(window).scroll(function () {...
asked by 26.05.2015 / 00:29
1
answer

Responsive image, does not resize correctly

I'm developing a site , and an image is not resizing as I expected, I have the image: <div class="cover"> <div class="cover-image" style="background-image : url('http://4.bp.blogspot.com/-AycDlsjqzZg/TwNAOJgtvWI/AAAAAAAAAsU/7J9HDo...
asked by 26.06.2015 / 05:55
1
answer

For + slideToggle in Jquery does not work

Can anyone explain why my code does not work? I do not know exactly how many divs will generate, but the maximum is 25. So I wanted each click button to specifically open the div "glue" attached to it. In my thinking, I put a...
asked by 06.05.2015 / 20:34
2
answers

How to move the mouse in an element and disappear with another without js

On my site, I have a block div that slides when mouseover, but wherever it happens, there is the Facebook button that is in another area of the site. In no way do I get the div block to cover or override this button, so I thought I...
asked by 21.04.2015 / 19:11
1
answer

Turn 3 CSS classes into one

I have these 3 classes css , and would like to know if it is possible to transform into one, it would be used in panel grid of Primefaces .panelGridCenter { margin: 0 auto; } .gridNoBackground tr{ background: trans...
asked by 30.04.2015 / 15:44
1
answer

Background image does not appear when I run the project

I have a JSF + Primefaces project and I have a css that puts a background: <h:body style="background-image: url('../images/textura.jpg');"> When I run the page it works perfectly, but when I give a run in the project the image do...
asked by 10.06.2015 / 20:11