Re: [css-d] Has anyone ever seen rendering differences between Mac OS10.4, 10.5, and 10.6?

2011-01-28 Thread Nancy Seeger
Hi Marissa, With Chris on that, although there are so many factors - since you mentioned inherited code my second thought was border collapse issues. Did you use a CSS reset or due to the inherited code, adding to many variables to the mix? I use a non profit vendor for one of the associations

Re: [css-d] Fwd: Re: Vendor-specific extensions: warnings, not errors

2011-01-25 Thread Nancy Seeger
Hi Philip, That works much better with vendor extensions, at least in my current instance. I'll keep using it - bookmarking. This really helps, thank you! Nancy On Jan 25, 2011, at 6:40 PM, Philip Taylor (Webmaster, Ret'd) wrote: > Sorry, attached message was lost in transit. Repeated below.

Re: [css-d] CSS validators

2011-01-25 Thread Nancy Seeger
t that : > > More options / Profile / CSS level 3 ? > > Philip Taylor > > Nancy Seeger wrote: >> Hi All, >> >> Maybe I'm being premature here but I really enjoy using some of the CSS3 >> techniques, of course making sure things degrade

[css-d] CSS validators

2011-01-25 Thread Nancy Seeger
Hi All, Maybe I'm being premature here but I really enjoy using some of the CSS3 techniques, of course making sure things degrade gracefully. Mostly using RGBA with a backup hex, shadow boxes, border radius, font face and others that are rather low impact and fairly popular. I'm not sure where

Re: [css-d] Font-face, alignment issue similar to images

2011-01-11 Thread Nancy Seeger
On Jan 11, 2011, at 6:29 AM, css-d-requ...@lists.css-discuss.org wrote: From: Andrew Cunningham Nancy, you are mixing encodings within a document. If you do want to use a character rather than an image, you should use the appropriate Unicode character, considering the website is UTF-8: U+260E * *

Re: [css-d] Font-face, alignment issue similar to images

2011-01-10 Thread Nancy Seeger
Hi Jukka, > It seems that the currently most important issue with embedded fonts ("web > fonts") is the varying quality in different browsing situations. As far as I > have understood, Windows systems may not properly apply font smoothing to > embedded fonts, or otherwise render them in subopti

Re: [css-d] Font-face, alignment issue similar to images

2011-01-09 Thread Nancy Seeger
Hi Georg, > Pretty much the same way as with images - as with all inline elements. > Just make sure the line-height is in raw numbers or other non-fixed > value there and for other sections (or else IE6 and other IE versions > won't do well when font-resizing). > > Something like... > > .ding

[css-d] Font-face, alignment issue similar to images

2011-01-07 Thread Nancy Seeger
Hi All, Please pardon my newness, have been lurking for a while trying to get a feel for what the accepted practices are for the list. So if I err, please just let me know, I will don the sack cloth accordingly. In my enthusiasm to embrace font-face, I have run into an issue I'm not quite su