adr
-
Which font sizing is best? EM vs PX vs %
This Lyza Gardner article did a great job reinforcing why ems are so great: The EMs have it: Proportional Media Queries FTW!. You can set everything (padding, widths, etc) in ems and the site will gracefully zoom. This is nice because of the variou…
-
Multiple fixed sidebar issue
The ul #socialbar1 has a position of "float", which is not a valid position, rather than fixed.
-
critique my website be brutally honest
Several of the sites (www.svfins.com, www.rockstarwhite.com, www.dressxclusive.com) in your portfolio are branded at the bottom by other web design companies, and I don't know how friendly your email address is going to come off: savemoney.cash…
-
Media Queries—best practice for retina when mobile first
Alright. I was riding home on the train and I thought: what about that meta tag for mobile devices: Everything is right as rain now. I'll leave the fixed test up for a little longer in the event that anyone else is having this problem. …
-
Media Queries—best practice for retina when mobile first
Here are some screen shots too. When I duplicate the layout code in the retina media query I get this:render when query is before 2 column layout. When I move that media query beneath the 2 column layout: the aside renders properly but the article…
-
Media Queries—best practice for retina when mobile first
Ok. I put together a quick test case. I didn't use codepen because of the need to view in on a mobile phone/iphone. http://adregan.net/test-case/
-
Media Queries—best practice for retina when mobile first
I've played around with the retina media query, but the problem I'm having is that it is not behaving the way I want it to. Let's say I have my single column layout (the default or first set of css declarations). There is no medi…
-
Media Queries—best practice for retina when mobile first
I've done it that way in the past, but I don't want to do it that way this time. It's for a philosophical reason perhaps as much as a practical one. An unstyled website is already responsive, so I'm progressive building in "…