Re: [css-d] Image compression suggestions ?

2015-09-20 Thread Russ McMullin
> On 09/19/2015 10:12 PM, Crest Christopher wrote: >> Anyone have any image compression suggestions; there is one I use but it >> only took a 210kb image to around 100kb. I'm hoping to squeeze that 210kb >> image to around atleast 75kb without sacrificing too much quality. I've >> tried a

Re: [css-d] Image compression suggestions ?

2015-09-20 Thread Russ McMullin
It really depends on the image. If it’s a photograph, PNG is not the way I would choose to save it. It’s just my opinion, but 75kb seems pretty large for a mobile image. Russ On Sep 20, 2015, at 3:44 PM, Crest Christopher wrote: > As well my images are PNG. I

Re: [css-d] Image not seen on top of bg ?

2015-06-21 Thread Russ McMullin
On Jun 21, 2015, at 6:09 PM, Crest Christopher crestchristop...@gmail.com wrote: My image is not displaying ontop of the black background ? [Link https://jsfiddle.net/WildWind/0m1e9frs/] __ css-discuss

Re: [css-d] Media Queries not working

2014-11-20 Thread Russ McMullin
I suspect the scroll bar is from telling #menupanel to be 320px, plus a border of 2px, which would make it 324px wide, unless you are using box-sizing:border-box;. That is where I would start looking. Russ On Nov 20, 2014, at 9:13 PM, Crest Christopher crestchristop...@gmail.com wrote: