Questions tagged as 'css3'

1
answer

How to use the calc () Attribute in the LESS Preprocessor

When using the calc () attribute in LESS, I encountered the following problem: When compiling the code height: -webkit-calc(100vh - 6em); the output resulted in the calculation of 100 - 6 and adds the unit of the first value to the...
asked by 13.10.2015 / 16:14
1
answer

How to determine the number of edges of the radarchart?

I'm using RadarChart from Chart.js . I have this Fiddle working. Home Notice that in this example the graph is mounted dynamically according to the data entered. Home Well, but I would like to determine the amount of edges generated, regard...
asked by 13.08.2015 / 21:52
2
answers

Float does not work correctly

Using good coding practices and cross browser code in browsers: Google Chrome, Safari and Mozila would like to know if I'm missing something because I have 2 columns of text and I want one of them floating next to the other follow the code:...
asked by 19.05.2015 / 22:26
1
answer

How to center an image that is absolute

I'm not able to center an image that has the position: absolute; property I tried to use a text-align: center Note: the result has to work in browsers: Google chrome, Mozilla, Safari and Opera html, body { margin: 0; padding...
asked by 21.05.2015 / 15:04
1
answer

Hover effect does not work

I'd like to make a hover effect on my form just like this site: link When you hover over a box, I can not do that. .corpo-1 ul li { display: block; margin: 10px; text-align: center; } .corpo-1 ul { margin-top: 10%...
asked by 25.05.2015 / 20:43
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
3
answers

Change the breakpoint of the navbar

I have a navbar that works with the collapse, when at a lower resolution the menu group and appear only when clicked. Anyway, can I change the breakpoint of navbar only so that this effect occurs in a different resolution? I tried switching on t...
asked by 15.04.2015 / 14:07
1
answer

Panel Title with responsive pull-right button

Friends, I need a panel whose title has a close button inside it, right and responsive. The code below was the closest I could get to using buttons. Very grateful for the help. <divclass="container"> <div class="row-fluid">...
asked by 26.04.2015 / 14:35
1
answer

Background only in a part of the element

I have an element, which occupies 100% of the page, but it has a background up to a part of the element, until I know how to do it, but I need it to adapt to 1024px screens and I would like to know other ways to do it. block would be: Intheca...
asked by 21.11.2014 / 14:35
1
answer

How to put time and date in input fields with jQuery and jQuery UI?

How do you include jQuery UI style files and JavaScript files so that the date and time inputs perfectly display the fields in pt_BR? Do I need to change the attributes of the libraries?     
asked by 21.08.2014 / 17:54