• @mortendk god I hate Drupal 6 sometimes

    • 0
    • 0
  • @torkilj The fact that -webkit and -ms seem to render things consistently whereas -moz doesn’t and needs browser-specific CSS for.

    • 0
    • 0
  • @mortendk w00t! That worked! You, sir, are a gentleman and a scholar. \o/

    • 0
    • 0
  • @mortendk Any reason why DSM wouldn’t work in a D6 preprocess_page?

    • 0
    • 0
  • Going back to Drupal 6 theming after living in Drupal 7 land for the past year is nothing short of painful.

    • 0
    • 0
  • Here’s the media query for detecting FF. Works in FF >= 4: gist.github.com/2769482

    • 0
    • 0
  • @torkilj Touché good sir, touché: gist.github.com/2769482

    Also, link for cure for cancer: snopes.com/politics/medical/cancercure.asp

    • 0
    • 0
  • Wahoo! Found a reliable media query to test for Firefox to deal with its BS rendering issues!

    • 0
    • 0
  • @codingdesigner @ScottKellum :p. need to read your approach, think I need to update mine! OSS communities rock!

    • 0
    • 0
    • 0
    • 0
  • @ScottKellum @codingdesigner I can go over my solution with you @ the meetup, or check the Aura source or cl.ly/1b3D3m1N3V10080D0B2h for docs

    • 0
    • 0
  • @kevelliott @geekgirlweb …or really single column, then add columns/layout as content looks bad via media queries)

    • 0
    • 0
  • @kevelliott @geekgirlweb that, by the way, is also the preferred method for #rwd in general, although in reverse (should start with mobile…

    • 0
    • 0
    • 0
    • 0
  • @kevelliott @geekgirlweb …but this does not a Mobile First, full stack RWD site make.

    • 0
    • 0
  • @kevelliott @geekgirlweb the easiest thing for you then is probably going to be adding MQs whee your design breaks and rearranging…

    • 0
    • 0
  • @kevelliott @geekgirlweb the thing w/#rwd is its a strategy not a framework, and can’t be done in a future friendly way w/no content context

    • 0
    • 0
  • @kevelliott @geekgirlweb …can’t do in your own for much less overhead

    • 0
    • 0
  • @kevelliott @geekgirlweb rolled my own using Sass (Susy and Aura specifically). Omega does a lot of stuff wrong, IMO, none of which you…

    • 0
    • 0
  • @ScottKellum @codingdesigner that’s precisely what my respond-to mixins does

    • 0
    • 1
  • @codingdesigner @kenwoodworth your solution looks very similar to my simple media-query mixin using variables instead of respond-to.

    • 0
    • 0
  • @codingdesigner @kenwoodworth …chained mqs and those w/no value for their operator. May need to rethink some thing. Ideas for all!

    • 0
    • 0
  • @codingdesigner @kenwoodworth no worries, everyone, and i do mean everyone, is taking a different approach. I hadn’t considered…

    • 0
    • 0
  • @geekgirlweb …but think its a better solution. cl.ly/1M101F2p183M2n2d251w. Goal to have that working again by end of week.

    • 0
    • 0
  • @geekgirlweb this was much different a handful of months ago when I wrote Borealis RI. I have a few hours work to get that working again…

    • 0
    • 0