Horizontal Computer Desk

Small Hideaway Desks



The CSS

body { font: 12px/1.4 Arial, Helvetica, sans-serif; color: #333; margin: 0; padding: 0; } table { border-collapse: collapse; padding: 0; margin: 0 0 11px 0; width: 100%; } table th { text-align: left; border-bottom: 2px solid #eee; vertical-align: bottom; padding: 0 10px 10px 10px; text-align: right; } table td { border-bottom: 1px solid #eee; vertical-align: top; padding: 10px; text-align: right; } table th:nth-child(1), table td:nth-child(1) { text-align: left; padding-left: 0; font-weight: bold; }

Above, basic CSS styling for the data table, as desktop users would see it.

Below, what the table will look like when it appears in a viewport that is 480px wide or narrower:

/* responsive table */ @media screen and (max-width: 480px) { table, tbody { display: block; width: 100%; }

Make the table display: block; instead of display: table; and make sure it spans the full width of the content well.

Hide the header row.

table tr, table th, table td { display: block; padding: 0; text-align: left; white-space: normal; }

Make all the

, would display as January: 6.5)

table td { border: none; margin-bottom: 6px; color: #444; }

Table cell style refinements.

table td:empty { display: none; }

Hide empty table cells.

table td:first-child { font-weight: bold; margin-bottom: 6px; color: #333; } table td:first-child:before { content: ''; }

Make the first table cell appear larger than the others — more like a header — and override the display of the data-title attribute.

And there you go!

At NPR, when we do simple tables like these, they’re usually meant to accompany stories in our CMS. To avoid conflicts, we like to keep the code for mini-projects like this graph compartmentalized from the CMS — saved in separate files and then added to the CMS via an iframe.

Iframes in a responsive site can be tricky, though. It’s easy enough to set the iframe’s width to 100% of its container, but what if the height of the content varies depending on its width (e.g., text wraps, or an image resizes)?

We recently released Pym.js, a JavaScript library that handles communication between an iframe and its parent page. It will size an iframe based on the width of its parent container and the height of its content.

The Table (To Be iFramed In)

At the bottom of your page, add this bit of JavaScript:

var pymChild = new pym.Child;

  • Sub out path/to/ with the actual published path to the file.





Share this article





Related Posts


Nice Bathroom Accessories
Nice Bathroom Accessories
Storage Desks
Storage Desks

Latest Posts
Oak Bureau Furniture
Oak Bureau Furniture
Mr. Hill-Cutler was a leading London…
Reclaimed wood Outdoor Table
Reclaimed wood…
$1036 - $1596 Final Sale $828 - $1276…
Outdoor Timber tables and chairs
Outdoor Timber…
Enhance your outdoor area with a timber…
Staples Desks Computer
Staples Desks…
From penning the next great novel to…
Oak Furniture legs
Oak Furniture…
Adams Wood Products, Inc. has been furnishing…
Search
Featured posts
  • IKEA Home Office Chairs
  • Nice Bathroom Accessories
  • Storage Desks
  • Oak Bureau Furniture
  • Low Dresser with drawers
  • Chests Bedroom Furniture
  • Do not forget to equip your «cottage nest»!
  • Black Dresser and Mirror
  • Small Pine Dining Table
Copyright © 2024 l www.reclaimed-pine-furniture.co.uk. All rights reserved.