Questions tagged as 'css'

3
answers

Working with multiple bootstrap columns,

In bootstrap 3, there are some types of columns col-md-xx, col-sm-xx, col-lg-xx My question is, is there any standard to be easy to develop with all these columns? For example "Whenever I use col-md-4 it is good practice to use col-sm-6...
asked by 13.08.2014 / 18:08
2
answers

Blur effect in different browsers

I'm trying to put a Blur Effect in some images on a page. At first I saw that Blur does not work (to my knowledge) in all modern browsers. But as "Mission given is mission accomplished" I have / have to figure out a way out of this. I though...
asked by 27.05.2014 / 22:54
1
answer

Should an image be resized in the browser?

I have read in some places that we should not resize the images we ask of the server in the browser. But I have recently seen that it is good to have a large image with a low quality so that when these images are downloaded on a retina screen th...
asked by 16.01.2017 / 19:58
1
answer

Website does not look the same on two different smartphones [closed]

I'm making a website and it does not look right in some mobile phone models. In an old cell phone ( galaxy and duos ) the image I use does not appear, and look that the html page is very light. Can you help me? How can I make my website wo...
asked by 17.01.2017 / 01:47
4
answers

Keep divs side by side even if the line runs out

I'm having trouble putting div next to another, use float:left but when the line ends the div goes to the next line, I'd like it even if it does not fit on the screen div remain in the same line with scroll lat...
asked by 01.06.2016 / 21:28
1
answer

Limit size of the body, to be the size of the screen [closed]

Well, what I wanted was to limit the size of the body to the size of the screen without having to scroll. It's because I'm developing a project in which there is a lot of white space underneath the footer and I have to scroll, without any reason...
asked by 10.04.2016 / 23:27
1
answer

How to group elements dynamically regardless of size?

I have a% of parent% that is responsible for grouping certain amounts of children. The problem is that this div must always be left-aligned, without leaving any blanks, but each parent div has a different number of child elements. This cau...
asked by 07.08.2015 / 15:11
1
answer

Why are the divs doubling?

I have a one page code that is happening something I do not know: I have two divs containers with 100% width, and each one has other divs inside. However, after adding a new container with 100% width, and putting new divs in, it happens that,...
asked by 03.02.2016 / 20:49
1
answer

Jquery Slideshow separated by category

I need an idea how to make a slideshow separated by category, I want to show the user a link to a certain category, clicking the link to show a slideshow of this category, clicking a second link from another category, slideshow for the second ca...
asked by 24.03.2016 / 03:20
2
answers

How to adapt a div with position: fixed?

I have a div with position: fixed . How do I height (Height) adapt according to the screen resolution?     
asked by 08.05.2015 / 02:12