This is achieved with floats, measurements in % and media queries, where secondary and tertiary styles override a master, to make the content fit on - say - a mobile phone. The advantage is that there is only one site to maintain, and that any screen size can have a custom style.

learn more… | top users | synonyms

13
votes
7answers
1k views

Better responsive CSS grid

While evaluating design for a new app, thinking to use CSS grids, especially responsive grids (getting lot of traction recently) so that the site will be usable in all the screen sizes, be it desktop ...
9
votes
3answers
3k views

Is Twitter's Bootstrap mobile friendly like Skeleton?

Skeleton is made to scale to also fit mobile browsers, following the principles of responsive web design. Does Bootstrap offer the same?
6
votes
3answers
500 views

Responsive Web Design Tips, Best Practices and Dynamic Image Scaling Techniques

I hope this question doesn't end up being closed for being too broad a subject but I was wondering about Responsive/Adaptive Web Design, i.e. one website for all browsers, all devices. What is the ...
5
votes
2answers
154 views

If font-size of body is in % percentage then is it good to use em for all things , font-size width, margin padding or % should be used at some places?

I'm making Fluid + responsive layout where layout scale up and down on browser/screen re-size. If I use font-size of body is in % percentage then is it good to use em for all things , font-size ...
5
votes
3answers
897 views

How to effectively use the Frameless grid?

I'm starting building a website good for mobile devices too. So I'm also starting studying media queries and the various grid frameworks. I've taken a look to all the 'main players' like inuit, the ...
5
votes
2answers
1k views

Is it possible to set a fluid width for Facebook's social plugins?

I'm developing a site around the "responsive design" concept, but the facebook social plugins are static width and "break" the layout when it's re-sized. Using media queries, I've set the plugins to ...
4
votes
1answer
55 views

A better way to use an entire image as a website background using CSS and still cater to different screen sizes? (like about.me)

Currently I'm using this: HTML: <div id="container"> <img src="x.jpg" id="bg" /> <div id="content"> <h1>Welcome to my website.</h1> <p>Boo!</p> ...
4
votes
2answers
63 views

Remotely debugging responsive designs on mobile handsets

As responsive design and mobile web development become the norm, like others I suspect, I find myself testing and bug fixing on a wide range of mobile and handheld devices. Traditionally, errors in ...
3
votes
2answers
37 views

What's the best practice when optimizing for a responsive mobile version of a website?

I want to exclude a number of items on my website when viewing it on a screen with a small screen resolution so I'm using CSS media queries to hide the items. But a Facebook Like box, for example, is ...
3
votes
3answers
100 views

How to not send images to mobiles in a semantic manner

Generally when doing responsive / mobile first design we use media queries to send different CSS to different screen sizes. A good design may include the default (small) resolution not having any ...
3
votes
4answers
108 views

How to write different HTML for different screen sizes

I understood how I change CSS via media queries (such as media="screen and (max-width:640px)") but let's say I want to write (just for example) <div> [if screen resolution is lower then 960 ...
3
votes
1answer
142 views

CSS media queries: wrong viewport scale on iPad

If you change ipad position from portrait to landscape viewport scale will be wrong (site is to big for viewport). I've searched a lot and found the same problem on lessframework.com Take a look — ...
3
votes
1answer
378 views

Best solution/framework to Responsive Design for IE7

For those who still don't know about Responsive Design I suggest this link As long at it doesn't understand media querys like: @media screen and (max-width: 1280px) { h1 { font-size: 120px; ...
2
votes
1answer
38 views

Responsive IMGs maintain dimensions

I have a responsive website, where I am resizing all my images in the corresponding CSS3 media querie's viewports. I'm wondering if theres an easier way to state that I want all my images to resize ...
2
votes
2answers
45 views

How to write responsive text for different screen sizes

If I want to make responsive text I would probably write something like that: $(window).resize(function () { if $(document).width() <= 320) { $('#mydiv').html('something') } ...
2
votes
1answer
40 views

Does display:none still use performance of rendering

Lets say i have markup such as this <div style='display:none'> <!--Flash Object--> </div> Would the browser still use resources to load the Flash object, Or would it be ...
2
votes
1answer
57 views

iPhone demo from mockups - no data connection

I've mocked up screenshots for an iPhone app, and I'd like to create a demo that will run on several "internal" iPhone 4 and 4S's. The demo will simply allow menus to move the user between screens and ...
2
votes
1answer
74 views

Image resize in ratio when vertically resizing a browser window?

I have articles with display:table and an image wrapper inside with display:table-cell to achieve vertical and horizontal aligning of the images. The images are set to 80% width and height so when ...
2
votes
1answer
64 views

How to make a <svg> element expand or contract to its parent container?

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, ...
2
votes
1answer
157 views

Single vs multiple stylesheets in responsive web design

In short: Should you use one or multiple stylesheets when doing responsive web design? In detail: In responsive design, you tend to have one main chunk of CSS, then other bits and pieces to adjust ...
2
votes
2answers
123 views

Good widths for media queries on responsive site

So I am working on my first "respoonsive" website which makes extensive use of media queries. I was wondering if there are some common page-widths I should optimize for. I will probably have a ...
2
votes
0answers
270 views

Responsive Grid-Based Web Design [closed]

I've been a bit confused how responsive web design plays along with CSS grid systems like 960.gs. Nathan Smith (the creator or 960.gs) came up with adapt.js some time ago, and by examining the ...
2
votes
1answer
85 views

HTML/CSS “Responsive Truncation”

I've recently launched a responsive version of my website http://www.dev-hq.net/ -- my issue is the division shown on the side of the pages which shows a list of new and hot tutorials ("What's Hot" ...
2
votes
2answers
130 views

Absolutely positioning background in responsive layout

I am designing a responsive layout and have positioned a grungy png overlay on top of background using the following CSS: #bg{ background:url(images/top1.png) no-repeat; position:absolute; ...
2
votes
1answer
68 views

parallel development for desktop and mobile web with server-side device detection

I'm developing a website and want to provide a mobile and desktop friendly experience to the user. Coming from base html5/css/js development, I know enough css tricks, mobile first techniques, ...
2
votes
2answers
274 views

DeviceAtlas or WURFL?

My company is looking to cater for mobile/small-screen devices, and we have a need to be able to do stuff based on the capabilities of a device accessing our website. We've ended up (like many ...
2
votes
1answer
80 views

How to use CSS for mobile in the right way?

What is the right way to define responsive design for mobile devices. let's assume that I want to make a general design for iPhone 4 (960*640) & for the common android (800 * 480). Should I use ...
2
votes
2answers
383 views

Responsive design with GetSkeleton: how to float right or left by media-type?

I'm using Skeleton to make an existing site responsive, and there's one thing I can't figure out. <div class="sixteen columns"> <div class="ten columns alpha">HEADER</div> <div ...
2
votes
3answers
210 views

respond.js polyfill not working for last media query in IE8

I have two media queries in my css (not counting the print one) : @media screen and (min-width: 720px) {} and @media screen and (min-width: 1026px) { I am using respond.js to get them to behave under ...
2
votes
0answers
190 views

Handling Adsense banners in a responsive layout

How would one go about handling Adsense banners in a responsive layout? As far as I can read from the Adsense TOS, I'm pretty much not allowed to do anything client-side with the banners, so I ...
2
votes
2answers
166 views

Can absolute divs feature in responsive design

I have started to design a photography website and I have included an absolute positioned logo in the top left hand corner. The area is made up of an absolute positioned div and an image within the ...
2
votes
0answers
362 views

jQuery Isotope - Not working within a responsive/fluid grid

I am in the process of building a photoblog which utilises the brilliant Isotope plugin by David DeSandro but I am curently having some difficulty getting the plugin to work as intended within a ...
2
votes
4answers
87 views

Triggering jQuery ONLY for handhelds

I'm using jQuery Backstrech plugin to implement full size background images to a responsive website. I want the jquery code to run ONLY for handheld devices, or only for viewports smaller than 480 ...
2
votes
2answers
91 views

Pixel Border and Percentage width in Proportion

I think I might already know the answer to this one but I need a sanity check! Say I have #gridtest{ width:590px; } I could change the width to a percentage by using RESULT=TARGET/CONTEXT. In ...
2
votes
2answers
150 views

Responsive website on iPhone - unwanted white space on rotate from landscape to portrait

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 to ...
2
votes
3answers
87 views

Most efficient way to cater for different web devices?

Folks voting to close as not constructive, read the whole thing please. Specific questions at the end. Looking for real world examples and approaches. Context With numerous devices like ...
2
votes
2answers
109 views

How are these two sites built to be 'responsive'?

I am looking into responsive web design and have come across many methods of doing so, however I am struggling to distinguish the best method of doing so. I -really- like the how these two sites ...
2
votes
3answers
114 views

converting a static layout to % percentage layout using css

I have put together a simple static layout where I would lilke to understand how to convert the static widths into percentages in order to eventually create a responsive web layout. Can anyone ...
2
votes
2answers
86 views

How do I fix my website so that it works on mobile devices?

I am trying to make my website resize on handheld divices but form some reason its not responding to the stylesheet. If you take a look here: responsive design link and put www.sofiamillares.com as ...
2
votes
2answers
272 views

Responsive design - Media Queries - How not to load certain images

Ok, So I designed a responsive layout that doesn't show images for very small screen sizes, using media queries and display: none;. So far so good. But these images still download on these devices, ...
1
vote
1answer
33 views

How do I get images to size properly in responsive design for mobile devices?

I am working on a number of mobile web sites. I want them to look good on standard display devices 320 x 480 and on retina display devices 640 x 960. So I created the images to look good on a 640 x ...
1
vote
2answers
23 views

Responsive Container, but Images don't take up full width

I'm looking to recreate the effect here on images 2 and 3: http://www.jessicahische.is/illustrating/penguinsinbathingsuits These images obviously have "padding" filled in already by the image itself, ...
1
vote
3answers
31 views

Responsive images - Extra padding?

I'm programming a website using Foundation theme for wordpress that is setup for responsive designs and I have a problem with images. I get an extra bottom padding that I simply cannot see on ...
1
vote
1answer
16 views

CSS columns bug — 5 column count only showing 4 (with images)

I am trying to implement Chris Coyier's example of using CSS columns to create a seamless responsive grid of images. I put Chris's files onto my server and everything looked fine. The only thing I ...
1
vote
2answers
70 views

How can I make this jQuery effect responsive?

UPDATE: I added this to my unload function: $(window).resize(function(){ var pageheight = $(window).height(); $('section').css('height', pageheight) }); it works but performance ...
1
vote
3answers
46 views

Constraining a div width to the width of a fluid image inside it

Evening front end wizards. I'm trying to do something that should be quite simple: I want to have images floated right or left in my body content, with a caption below each image. To try and achieve ...
1
vote
4answers
108 views

Fluid layout and css sprites

I used a css sprite to display backgrounds on a fixed width design. Im changing to fluid layout, but because of the background positions the background image goes wonky when the browser resizes. Is ...
1
vote
2answers
40 views

How to not load certain elements based on screen size with javascript/jquery

I am making a site using responsive web design (via media queries). I want to have different ads for different screen sizes. For example, I don't want a 780by90 ad to be displayed when a phone ...
1
vote
1answer
233 views

Responsive Masonry jQuery layout example

Can anyone suggest how this site uses the jQuery Masonry plugin for its responsive, fluid layout? http://tympanus.net/codrops/collective/collective-2/ Specifically; The number of columns changes ...
1
vote
2answers
75 views

Overhead of WURFL vs responsive design in PHP

I'm working on an in-house project management web based application that needs to support mobile devices as well as desktop. It's built with Symfony2, jQuery, HTML5. Are there any performance ...

1 2 3 4