responsive-design Questions

6

Solved

Of late, I've been designing sites that are more responsive and I've been using CSS media queries frequently. One pattern I noticed is that the order in which the media queries are defined actually...
Rolfston asked 9/1, 2012 at 14:56

13

Solved

I have implemented a GoogleMapsV3 map in a twitterBootstrap basic responsive design site. But my question is quite simple: i have: <div id="map"></map> and #map{ width: 100%; heigh...
Sayres asked 28/6, 2012 at 10:54

9

Solved

How do I allow a dynamic (changing in height) content area to be vertically centered on the users screen (regardless of screen size), UNTIL it reaches the point where there is only 100px left of fr...
Chekhov asked 14/11, 2013 at 9:4

5

Solved

I am trying to style my buttons in a way that the hover makes the button a lighter shade instead of a darker shade. I tried bootstrap customization page(http://getbootstrap.com/customize/) and it d...
Ostensorium asked 18/9, 2014 at 22:45

15

Solved

With many sites leveraging jQuery UI, there are some major shortcomings that have to be overcome because jQuery UI does not support responsive design and there's a longstanding bug when maxWidth is...
Morion asked 9/5, 2013 at 22:3

4

To maximize efficiency for mobile devices, I would rather not have images that are used for the desktop version. Through research, I have learned that simply using display:none; css or jQuery('img'...
Octans asked 17/9, 2013 at 19:11

3

Solved

I am a newbie to responsive design using CSS3 media queries. I clearly understand how we target different devices using these media queries but the place where i am confused is BROWSER ZOOMING!!. ...
Yandell asked 6/3, 2014 at 11:59

6

I am using Bootstrap's Tooltips over buttons on my site but when viewed on a mobile device, these tooltips are triggered on the first click, meaning I have to double click on the button. I want to ...
Brag asked 10/8, 2012 at 13:45

6

Solved

Images are created in a loop with: <div id="row"> <div class="col-sm-6"> <div id="row"> <?php foreach ($products as $product) { ?> <div class="col-sm-6"> <...
Riverside asked 1/5, 2014 at 0:17

6

The goal is to have the <svg> element expand to the size of its parent container, in this case a <div>, no matter how big or small that container may be. The code: <style> svg,...
Anticipate asked 18/1, 2012 at 23:29

8

Solved

The parent element of the whole page is a centered div limited to a max-width of 960px. All other elements on the page are children of that parent div. The simplified structure is the following: &l...
Desiree asked 13/7, 2015 at 19:7

6

Solved

Is there a way to make a Fabric.js canvas resize with the browser to enable the same result on any device? I'm talking about responsive design. Has anyone a code example?
Ayers asked 21/2, 2014 at 10:10

7

Solved

I need to maintain the width of an element as a percentage of its height. So as the height changes, the width is updated. The opposite is achievable by using a % value for padding-top, but padding...
Usherette asked 18/10, 2014 at 9:47

7

Solved

I'm using bootstrap to create a mobile first responsive layout and have various rows and columns set up that I adjust for the different categories of screen size. I am wondering if there are pure ...
Antifebrile asked 25/9, 2017 at 19:11

5

Solved

Consider this JSON object : { department_1 : [{ id : 1, name = Joe Smith, email : [email protected]}, ...., { id : 500, name = Bun Sam, email : [email protected]}]} { department_2 : [{ i...

5

Solved

I need to resize the browser as 300x400 during executing the Selenium automated tests. How can I resize the browser window in Selenium WebDriver (aka, Selenium 2) with Java? [Note: It needs to res...
Everlasting asked 21/5, 2013 at 7:28

13

Solved

I am creating a responsive website, and have just noticed a strange behaviour in my content pages when viewed on the iPhone. It scales correctly when loaded in portrait mode, and also when rotated ...

4

I am just learning HTML and I would like to know in which cases should I put the <img> tag inside <picture> tag. Is it necessary to always do this: <picture> <img src="" a...
Sumner asked 25/7, 2020 at 0:36

5

Solved

Does anyone know how to, or know of any examples of how to create a reactive Appbar and Drawer? It needs to be able to dynamically un-dock the drawer and hide when the browser is small and dock the...

7

Solved

I am trying to optimize the size of my site when it is being outputted to the client. I am down to 1.9MB and 29KB when caching. The issue is that the first load contains an image which is very unop...
Grande asked 14/1, 2015 at 1:41

2

Solved

I'm working on a WP site with some promotion / advert sliders with a Google Analytics click event. Works great, now I want to serve the right image on the right resolution. I'm using picturefill f...
Instructions asked 21/6, 2013 at 11:0

5

Solved

Using Twitter Bootstrap, when I reduce the size of my browser to XS size. This is my footer. I have the text-right property to handle the rest of the screen sizes, but on XS, it still aligns it to ...
Centi asked 27/8, 2014 at 20:38

7

Solved

I've been trying to see which srcset image my browser is using via the browsers developer tools, but apart from using the network tab to see which image it fetches i can't tell. Using the network ...
Ministration asked 17/6, 2015 at 19:0

20

Solved

I need to create a responsive page using bootstrap by position a div at the centre of a page as like in the below mentioned layout.
Gib asked 22/11, 2013 at 10:30

4

Solved

How to ensure that each cell of table should become square without using fixed sizes? And be responsive when they change width. table { width: 90%; } td { width: 30%; } tr { /** what...
Sisterhood asked 3/4, 2014 at 10:56

© 2022 - 2025 — McMap. All rights reserved.