Questions tagged as 'layout-responsivo'

2
answers

How to make square and responsive Divs

I need square elements that are responsive in height and width. But how do I create a responsive height that is always equal to width in%? Thanks!     
asked by 29.04.2017 / 15:56
1
answer

How to use Data binding with different layouts on Android?

I'm making a app Android that displays an address list and a map with these addresses. Vertically, the two fragments appear in tabs within a viewPager . /res/layout/activity_main.xml <layout xmlns:android="http://schemas....
asked by 14.02.2017 / 21:25
1
answer

Responsive mouse events with canvas?

I have the following code: var block = false; var context; var drawing; var rect; $(function() { context = $('#canvas')[0].getContext('2d'); drawing = false; rect = $('#canvas')[0].getBoundingClientRect(); $('...
asked by 21.11.2016 / 16:23
1
answer

Media wants to ignore attributes

I'm trying to make a DIV only show on small screens, so I've defined the following: @media screen and (max-width: 460px) { #bloco{ display: block; width: 100%; height: 50px; background-color: rgb(150,...
asked by 28.10.2016 / 12:28
1
answer

Responsive menu, bugs in android 6.0.1

Well, I'm doing a responsive menu, it was working perfectly, and it's still on most devices, the problem is that in the second image, using a mobile with the newest version of android, the buga menu and the social icons I'm trying to use z-ind...
asked by 11.10.2016 / 16:30
1
answer

div set when scrolling in different resolutions

I have the following scenario. A banner at the top that takes the entire viewport of the screen, regardless of the resolution Underneath it a scrolling menu that scrolls down to the top of the scrolling page, and when it scrolls up, it sto...
asked by 11.07.2016 / 22:23
0
answers

Load php file according to screen resolution

Hello, I know there are frameworks like bootstrap (which I use) but I really want to make a separate template for mobile devices. My question is how to call the php file according to the screen resolution?     
asked by 09.04.2016 / 05:59
1
answer

Layout adapts to browser resizing

Looking at a lot of today's websites, in this case exclusively those with Layouts Responsive , I noticed a detail that was not my concern until then. My question has been about qualifying if a specification is imperative in the demand for...
asked by 19.02.2016 / 15:01
0
answers

Click menu does not work on mobile

I made a responsive menu that works in the browser, but on smartphone I can not click the child link. Example user menu - > create. When I click on user it opens the options (list, create and change password), however, when I click on any o...
asked by 18.02.2016 / 17:52
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