Questions tagged as 'layout-responsivo'

4
answers

How to make a table responsive using (Twitter) Bootstrap?

I'm working on a web application using Ruby On Rails 4 and much of the interface consists of tables. I would like you to suggest a way to detect the size of the screen in use and, based on this, hide certain columns from each table.     
asked by 11.12.2013 / 17:16
6
answers

How to simulate a higher resolution screen to check the behavior of a website?

Is there any way to simulate a higher resolution screen to see how a site behaves? I currently use 1440x900 and need to test the interface at higher resolutions.     
asked by 14.03.2014 / 02:10
1
answer

What is the difference between M.dot, responsive layout and adaptive layout?

Whenever we search for responsive web development we find many ways to do the same thing. Accessing the same SOpt website, we can see that it has a different layout for mobile devices and desktops, as shown below. Wecanseethatthelayouttyp...
asked by 16.03.2018 / 21:58
4
answers

display: none consumes data?

Some questions about what happens when we use the% css property of css: Is the element loaded and not displayed? Or is it not loaded (and consequently does not consume data)?     
asked by 06.01.2016 / 05:10
2
answers

Placing a background image and making it responsive

I'm having a problem putting a background image on my page. I did some testing and it stays that way when I change the size of the window: WhenIgetmaximized,it'sright: HowcanIadjustthisimagetogetthescreencorrectly?CSS:.login-page{background-...
asked by 17.09.2015 / 13:41
4
answers

How to implement a textarea in a responsive way?

I want to use a <textarea> , but instead of using rows="4" cols="100" , I wanted to use something like this: style="width: 80%" to make the layout responsive. But since this does not work, that is, use the size at 80% bu...
asked by 14.02.2014 / 13:14
1
answer

Relative sidebar in responsive layout

Solved, look at my answer * I asked this question in the gringas, but I do not think I could express myself well there. Question there: link I have my header and below I have the content. The content is basically composed of two divs...
asked by 27.08.2014 / 02:51
4
answers

Responsive picture

How to make the effect below gradually, according to the screen resolution. * No clip, otherwise there would be a lot of media queries, and on this site, the effect seems like a smooth transition. CSS:/*listadenotícias*/.chamada{border-bo...
asked by 05.09.2016 / 15:08
3
answers

How to put two divs side by side in Bootstrap

I'm still new to web development and I'm having a question on my form putting the two lines of the form side by side into the responsive Bootstrap, knowing that each input will bring information separately. Example: Nome: ________________...
asked by 06.11.2017 / 16:31
0
answers

In CSS what is the difference between Pixel Density and Pixel Ratio? How drives like DPI, DPCM, and DPPX work

With the "popularization" of the Retina screens , mainly on Apple devices, I have seen some people using media queries with measures like: @media (-webkit-min-device-pixel-ratio: 2) { ... } @media (min-resolution: 2dppx) { ... } But I stil...
asked by 08.11.2018 / 13:06