Re: [css-d] Chrome Retina Display

2015-01-18 Thread Tom Livingston
Well if you did everything right in creating the retina images and emulating retina screen, the images shouldn't be blurry. On Mon, Jan 19, 2015 at 12:29 AM Crest Christopher < crestchristop...@gmail.com> wrote: > Chrome has the ability to Preview Retina display graphics with a little > adjusting

[css-d] Chrome Retina Display

2015-01-18 Thread Crest Christopher
Chrome has the ability to Preview Retina display graphics with a little adjusting within a setting of it's Dev Tools, how reliable is this; if the graphic is not optimized for retina display, one or two graphics are not optimized for retina on a page I'm working on, they are suppose to look sli

Re: [css-d] Landscape & MQ

2015-01-18 Thread Tom Livingston
Both. There is orientation based MQ and you can also set up an MQ for, say, min-width: 480px for example or em equivalent or whatever width that is appropriate to solve the layout tweaks needed. On Sun, Jan 18, 2015 at 8:13 PM Crest Christopher < crestchristop...@gmail.com> wrote: > I know this is

[css-d] Landscape & MQ

2015-01-18 Thread Crest Christopher
I know this is probably a Job for SaSS. I have a MQ that covers most mobile phones, the only issue is when the phone or tablet is in landscape mode, that is where I want to make a few minor adjustments to the MQ. Can I target specifically only landscape mode for those MQ and make the minor ch

Re: [css-d] Floats

2015-01-18 Thread David Laakso
On Sun, Jan 18, 2015 at 4:46 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > Updated [Link ] shouldn't the orange > box be below the blue boxes, as in; > > Blue Box > Blue Box > Blue Box > Orange Box > > Is this what you had in mind?

Re: [css-d] Floats

2015-01-18 Thread Crest Christopher
Updated [Link ] shouldn't the orange box be below the blue boxes, as in; Blue Box Blue Box Blue Box Orange Box David Laakso Sunday, January 18, 2015 1:17 PM Updated [Link ] I want to know

Re: [css-d] Floats

2015-01-18 Thread David Laakso
On Sat, Jan 17, 2015 at 11:01 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > Updated [Link ] I want to know what I'm > doing wrong why Pseudo-element:after with a clearing of floats is not > working for the orange box ? > In this version all four b