Re: [css-d] CSS Not Being Applied Based on Source of Image

2014-01-02 Thread Philippe Wittenbergh
Le 3 janv. 2014 à 03:16, Christopher Akins a écrit : > Does anyone have any ideas as to how that could happen? Obviously, we need > to be able to set the featured image within WP for page load reasons, but > it sure seems like the CSS should apply regardless of what an image's src > path is. >

Re: [css-d] controlling for mobile

2014-01-02 Thread John
On Jan 1, 2014, at 8:47 PM, Alan Gresley wrote: > Because you are going to have overflow of the containing block. You want the > following to add up to 100%. > > | 'margin-left' + 'border-left-width' + 'padding-left' + > | 'width' + 'padding-right' + 'border-right-width' + > | 'margin-right'

Re: [css-d] media queries and background images

2014-01-02 Thread Tom Livingston
> A little Googling yielded this -- interesting: > http://timkadlec.com/2012/04/media-query-asset-downloading-results/ > > This post says it all depends on the browser -- and that what I have above > would work as I want on iOS but Android would download both images. > > Putting both rules inside m

[css-d] CSS Not Being Applied Based on Source of Image

2014-01-02 Thread Christopher Akins
Happy New Year Everyone! - It's been a long time since I've posted to this list, but I have something that has me stumped. 2014 has started with a strange issue I'm seeing on our new Wordpress-based video site. This is my first foray into the WP world, so I'm still getting used to where things a

Re: [css-d] media queries and background images

2014-01-02 Thread Tom Livingston
After reading through your linked article, it would appear that it doesn't matter whether you use mobile-first or not. Am I correct listers? On Thu, Jan 2, 2014 at 1:00 PM, Tom Livingston wrote: > On Thu, Jan 2, 2014 at 12:50 PM, Bob Passaro wrote: >> So let's say you had something like this in

Re: [css-d] media queries and background images

2014-01-02 Thread Tom Livingston
On Thu, Jan 2, 2014 at 12:50 PM, Bob Passaro wrote: > So let's say you had something like this in the main, general part of your > stylesheet: > > #logo { > background: url(images/logo.png) no-repeat 0 0; > } > > And down in your media queries: > > @media screen and (max-width: 520px) { > >

[css-d] media queries and background images

2014-01-02 Thread Bob Passaro
So let's say you had something like this in the main, general part of your stylesheet: #logo { background: url(images/logo.png) no-repeat 0 0; } And down in your media queries: @media screen and (max-width: 520px) { #logo { background: url(images/logo-small.png) no-repeat 0

Re: [css-d] need some help with IE8

2014-01-02 Thread Tom Livingston
I see: .ie8 .sidebar .entry-content: width: 724px; HTH On Thu, Jan 2, 2014 at 9:39 AM, Chris Kavinsky wrote: > I'm working on a site that looks good in all modern browsers but the home > page is falling apart in IE8 and can't fiigure out why. Here's the link: > > http://www.greencrest.com/clien

[css-d] need some help with IE8

2014-01-02 Thread Chris Kavinsky
I'm working on a site that looks good in all modern browsers but the home page is falling apart in IE8 and can't fiigure out why. Here's the link: http://www.greencrest.com/clients/ipeg/ The two small Vendor boxes should float to the right of the content area, but in IE8, they're dropping below i