Re: [css-d] Work-in-progress issue

2011-07-07 Thread Tom Livingston
On Wed, Jul 6, 2011 at 8:25 PM, Philippe Wittenbergh e...@l-c-n.com wrote: On Jul 7, 2011, at 6:15 AM, Tom Livingston wrote: http://proof.mlinc.com/mlinc.com/2012/whyus/ Im aware of the lack of mobile styles. More will be coming, however I was referring to the containing 'outer' divs that

Re: [css-d] Work-in-progress issue

2011-07-07 Thread Philippe Wittenbergh
On Jul 7, 2011, at 9:43 PM, Tom Livingston wrote: Is it better to set the meta at a width of, say, 1000px in this case, or is removing it all together be a better solution? If you remove it, MobileSafari uses 980px as viewport width. The latest OperaMobile defaults to 880px, iirc. I've no

[css-d] background: linear-gradient values as PX?

2011-07-07 Thread Micky Hulse
Take this code for example: background: linear-gradient(top, #00 0%,#00 5%,#5f5f5f 12%,#5f5f5f 20%,#5f5f5f 33%); Can I replace % for px? This tool: http://www.colorzilla.com/gradient-editor ... only allows for percents... I am wondering if px is supported?

Re: [css-d] background: linear-gradient values as PX?

2011-07-07 Thread Micky Hulse
On Thu, Jul 7, 2011 at 12:45 PM, Micky Hulse mickyhulse.li...@gmail.com wrote: ... only allows for percents... I am wondering if px is supported? Using a mixture of PX and % appears to work via Firefox: https://gist.github.com/1070411 Thoughts about mixing the two types of units? Thanks!

Re: [css-d] background: linear-gradient values as PX?

2011-07-07 Thread Philippe Wittenbergh
On Jul 8, 2011, at 4:45 AM, Micky Hulse wrote: I am wondering if px is supported? Sure you can use px (or any valid unit for length) http://www.w3.org/TR/css3-images/#color-stop-syntax Note that you can run into weirdo situations when you mix 'px' and '%' (if the computed value for the %

Re: [css-d] background: linear-gradient values as PX?

2011-07-07 Thread Micky Hulse
On Thu, Jul 7, 2011 at 3:56 PM, Philippe Wittenbergh e...@l-c-n.com wrote: Sure you can use px  (or any valid unit for length) http://www.w3.org/TR/css3-images/#color-stop-syntax Awesome! Thanks Philippe! :) Have a nice day. Cheers, Micky

[css-d] Issue with clearing nested floats.

2011-07-07 Thread Venditelli, Daniel - Web Development Administrator
It's been one of those days... I've stumbled upon an issue with clearing floats that I feel like I've done before but for the life of me cannot figure out today. I'm either too close, too tired, too low on caffeine or getting a bit senile and misinterpreting the CSS box model and sibling

Re: [css-d] Issue with clearing nested floats.

2011-07-07 Thread Philippe Wittenbergh
On Jul 8, 2011, at 9:39 AM, Venditelli, Daniel - Web Development Administrator wrote: I've stumbled upon an issue with clearing floats that I feel like I've done before but for the life of me cannot figure out today. I'm either too close, too tired, too low on caffeine or getting a bit

Re: [css-d] Issue with clearing nested floats.

2011-07-07 Thread David Hucklesby
On 7/7/11 5:39 PM, Venditelli, Daniel - Web Development Administrator wrote: It's been one of those days... I've stumbled upon an issue with clearing floats that I feel like I've done before but for the life of me cannot figure out today. I'm either too close, too tired, too low on caffeine or

Re: [css-d] Issue with clearing nested floats.

2011-07-07 Thread Venditelli, Daniel - Web Development Administrator
Philippe, David, Thanks. Overflow - hidden solved THAT issue in the working page. We'll see if I can break anything else tonight. ;) Thanks again and have a great evening, Daniel -Original Message- From: Philippe Wittenbergh [mailto:e...@l-c-n.com] Sent: Thursday, July 07, 2011 6:12 PM