Questions tagged as 'css'

2
answers

What's the difference and when to use Flexbox or CSS Grid?

We first had Flexbox as a new solution for building responsive layouts. More precisely on the grids part. Now comes the CSS Grid . My question is: What's the difference between the two? When should I use 1 instead of the other? For building g...
asked by 24.05.2016 / 22:25
1
answer

CSS - How to avoid multiple file conflicts?

Situation I have several files css , some mine, others from libraries. Doubt What is the best way to block external css for certain elements? Example Current Effect /***** CSS EXTERNO *****/ form div{ pad...
asked by 31.05.2016 / 16:05
1
answer

Is it possible to select all elements with a certain class with CSS only?

I was checking the selectors, and I could not find a way to select all elements that have a certain class. I tried for example: select[form-control] { } Trying to get all selects with class .form-control of twitter-bootstra...
asked by 09.01.2016 / 00:02
2
answers

Horizontal scrollbar does not appear when using datatable

I have a screen where the data is shown in the following form: When accessing on smaller screens (cell phones, tablets), the datatable appears cut, however the horizontal scroll bar does not appear, so the user can not see the other hal...
asked by 22.01.2016 / 11:15
1
answer

Carousel - thumbnail not active when changing slide

I have a problem because I can not leave the thumbnail activated using css, leave an image as an example of the want and the code below. Thanks! jQuery(document).ready(function($) { $('#myCarousel').carousel({ interval: 5000...
asked by 25.01.2016 / 13:42
1
answer

CSS Gallery Creation

I'm trying to create a gallery that I think is simple, but it's giving me a lot of work and I can not do it. I would like to know how I can do it and if you have any tips or useful information about it. Gallery template to be created;...
asked by 10.01.2017 / 12:24
1
answer

Doubt in the image gallery

I want to do this kind of effect in my image gallery, when hovering over some image, it simply highlights the image and the other darks. Here's the template: Template . If possible I wanted via CSS.     
asked by 19.11.2015 / 21:11
1
answer

Checklist: CSS only [duplicate]

I have a list of 2 items per line and I need each item to be one color. However, the item below must be different than the item above. Here's the image of what I need: I'm not able to make this color change in the items, it follows wh...
asked by 23.10.2017 / 11:47
1
answer

remove background from google chart

Colleagues. I'm using Google Chart in a project, but when I install it in this project, it overlaps the div where it is. How would I make the Chart background transparent?     
asked by 31.01.2017 / 18:53
1
answer

Align icon with text vertically

How do I leave the icon in line with the text? .material-icons { width: 24px; overflow: hidden; } .material-icons.tiny { font-size: 1rem; width: 1rem; overflow: hidden; } .material-icons.small { font-siz...
asked by 24.01.2017 / 20:03