Re: [css-d] android blackberry emulators

2012-07-05 Thread Sandy
If accuracy is your bag in the end you'll want to break down and purchase a mobile device I'm with David here. Simulators/emulators don't bring you very far. As far as layout ( css) is concerned, most of the testing can be done using Chrome and Safari, as most devices use Webkit based

Re: [css-d] how to remove the small fluttering while styling :hover

2012-07-05 Thread Hahnel, Fred (DET-MRM)
Meera, You need to create 'sprites' of your images and access them with CSS. Lots of info online about Sprites. A great generator for them here http://spritegen.website-performance.org/ -Fred Hahnel -Original Message- From: css-d-boun...@lists.css-discuss.org

Re: [css-d] mac vs pc

2012-07-05 Thread Ingo
S Baily-Gould schrieb am 04.07.2012 00:32 I’m a bit of a CSS newbie when it comes to Mac vs. PC issues. A client is using Hubspot for their site and I just added deleted content and they wanted to know why their pages look different in Mac Safari and Firefox vs my PC Safari and Firefox. Font

[css-d] type crashing problem

2012-07-05 Thread John
At this link: http://www.coffeeonmars.com/testing/illust.html and throughout my site, any of those widgets with 3 words in their title (such as Sheet Metal Dimpler) appear to wrap back upon themselves in Chrome and Firefox. Safari shows them the way I need to; all on 1 line. The type style for

[css-d] CSS border-box misbehavior?

2012-07-05 Thread David Hucklesby
Two observations on box-sizing: border-box: 1. Generated content does not inherit box-sizing 2. Max-height applies to content only, not the border-box. Please play with this dabblet demo: http://dabblet.com/gist/3056829 Is this expected behavior? (I did not expect it.) -- Cordially, David

Re: [css-d] CSS border-box misbehavior?

2012-07-05 Thread Philippe Wittenbergh
Le 6 juil. 2012 à 07:30, David Hucklesby a écrit : Two observations on box-sizing: border-box: 1. Generated content does not inherit box-sizing 2. Max-height applies to content only, not the border-box. Please play with this dabblet demo: http://dabblet.com/gist/3056829 Is this

[css-d] strange indentation on menu bar

2012-07-05 Thread Greg Wilker
Hello CSS Group, I cannot figure out what is making the strange indentation on the menu bar of this site: http://themedicinewoman.org/ Any help appreciated, Greg gregory wilker 415.388.8200 __ css-discuss

Re: [css-d] type crashing problem

2012-07-05 Thread Felix Miata
On 2012/07/05 15:06 (GMT-0700) John composed: At this link: http://www.coffeeonmars.com/testing/illust.html and throughout my site, any of those widgets with 3 words in their title (such as Sheet Metal Dimpler) appear to wrap back upon themselves in Chrome and Firefox. Safari shows them

Re: [css-d] type crashing problem

2012-07-05 Thread Philippe Wittenbergh
Le 6 juil. 2012 à 07:06, John a écrit : http://www.coffeeonmars.com/testing/illust.html and throughout my site, any of those widgets with 3 words in their title (such as Sheet Metal Dimpler) appear to wrap back upon themselves in Chrome and Firefox. Safari shows them the way I need to;

Re: [css-d] type crashing problem

2012-07-05 Thread John
On Jul 5, 2012, at 5:38 PM, Philippe Wittenbergh wrote: Which version of Safari ? (You're running Lion, So I guess 5.1.7). Have you tried zooming in the text a little ? Sure enough, Safari wraps the text 'back upon themselves'. Which is to be expected, given this: h4 { •

Re: [css-d] strange indentation on menu bar

2012-07-05 Thread Michelle Carlough
Hi, I checked out your page in Firebug. It looks like there are two lines that are creating that indentation. 1) On 960_24_col.css line 1 - There's a margin-left:5px ... you can change it to 0px 2) Line 226 - there's a 950px width... if you change that to 960px that seems to fix the problem.

[css-d] IE 6 workaround?

2012-07-05 Thread John
At this link: http://www.coffeeonmars.com/testing/index.html IE 6 has 2 major problems, that I can see. 1 is that it won't draw those entire widgets, and 2 is that the Content area crashes into the side menu. The widgets employ rounded corners, which I believe is HTML5 and therefore

Re: [css-d] CSS border-box misbehavior?

2012-07-05 Thread David Hucklesby
On 7/5/12 4:29 PM, Philippe Wittenbergh wrote: Le 6 juil. 2012 à 07:30, David Hucklesby a écrit : Two observations on box-sizing: border-box: 1. Generated content does not inherit box-sizing 2. Max-height applies to content only, not the border-box. Please play with this dabblet demo:

Re: [css-d] CSS border-box misbehavior?

2012-07-05 Thread Philippe Wittenbergh
Le 6 juil. 2012 à 12:21, David Hucklesby a écrit : Still don't understand _why_ the universal selector would not apply to generated content, though. http://www.w3.org/TR/css3-selectors/#universal-selector [quote]The universal selector, written as a CSS qualified name [CSS3NAMESPACE] with an