1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to develop responsive and flexible web design

Discussion in 'HTML & Website Design' started by jorgepson, Mar 4, 2013.

  1. #1
    Here's what i found in developing a flexible and responsive web design

    @media screen and (max-device-width: 480px) {
    .column {
    float: none;
    }
    }
    Or as part of an@import directive:
    @import url("shetland.css") screen and (max-device-width: 480px);

    Adapt, respond, and overcome

    Let’s turn our attention to the images at the base of our page. In their default layout, the relevant CSS currently looks like this:

    .figure {
    float: left;
    margin: 0 3.317535545023696682% 1.5em 0; / 21px / 633px /
    width: 31.121642969984202211%; / 197px / 633px /
    }li#f-mycroft,
    li#f-winter {
    margin-right: 0;
    }
    linearize the page let's say 600px
    @media screen and (max-width: 600px) {
    .mast,
    .intro,
    .main,
    .footer {
    float: none;
    width: auto;
    }
    }
    source: http://www.gather.com/viewArticle.action?articleId=281474981856250
     
    jorgepson, Mar 4, 2013 IP
  2. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #2
    yes, this is nice way to make flexible website.
     
    creativewebmaster, Mar 4, 2013 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #3
    If I had values on a page stated to that many decimal points I'd put a bullet in my head.

    That said, apart from being copypasta from some other site being of little if any value to anyone, is there a POINT to this thread?
     
    deathshadow, Mar 5, 2013 IP
  4. jorgepson

    jorgepson Active Member

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #4
    well i guess there's no value for this one. hmm i guess there's the so called FREEDOM in this community in sharing thoughts or maybe if they've found this not so helpful the admin can delete this post.
     
    jorgepson, Mar 5, 2013 IP
  5. jamjar919

    jamjar919 Well-Known Member

    Messages:
    332
    Likes Received:
    7
    Best Answers:
    5
    Trophy Points:
    180
    #5
    I'm pretty sure the admin has better things to do than going around deleting every pointless post in the forum. There's been a trend in these forums of people looking for likes and copypasting/slightly editing an article and posting it here.
     
    jamjar919, Mar 7, 2013 IP