Re: [css-d] PNG IE 6

2011-07-09 Thread david
Michael Adams wrote: On Saturday 09 July 2011 04:49, david wrote: And we've been through this before. My employer uses IE6 for its 1600+ employees. We do this because some of our mission-critical corporate web apps don't work in anything except IE6 (including newer versions of IE). And for sol

Re: [css-d] Multiple webfonts

2011-07-09 Thread Ghodmode
On Sun, Jul 10, 2011 at 2:52 AM, Jukka K. Korpela wrote: > 2011-07-09 21:19, Ghodmode wrote: >  >  font-family: 'englishfont', 'chinesefont', Arial, sans-serif; >>> >>> [...] This fallback does not work for *single characters* in the font. >>> >>> That depends on the browser. >> >>

Re: [css-d] Multiple webfonts

2011-07-09 Thread Philippe Wittenbergh
On Jul 10, 2011, at 4:20 AM, Joergen W. Lang wrote: > Am 09.07.11 19:50, schrieb Jukka K. Korpela: >> 2011-07-09 19:58, Joergen W. Lang wrote: >> >>> > font-family: 'englishfont', 'chinesefont', Arial, sans-serif; >> [...] >>> This fallback does not work for *single characters* in the font. >>

Re: [css-d] Why are "color: lime" 's white ?

2011-07-09 Thread Philippe Wittenbergh
On Jul 10, 2011, at 1:50 AM, Tim Climis wrote: > Color changes the text color. HR's don't have text. Technically, specifying 'color' also changes the border-color, unless the latter is specifically defined. The issue, as seen on the OPs original page, is that has a 'inset' border-style defin

Re: [css-d] Multiple webfonts

2011-07-09 Thread Ted Rolle Jr.
Thank you! On Sat, Jul 9, 2011 at 4:20 PM, Jukka K. Korpela wrote: > 2011-07-09 22:44, Ted Rolle Jr. wrote: > > Would having the language declaration at the level mean that >> there must be two HTML pages? >> >> >> >> >> > > No, you would use to specify the overall (main) language > of th

Re: [css-d] Multiple webfonts

2011-07-09 Thread Jukka K. Korpela
2011-07-09 22:44, Ted Rolle Jr. wrote: Would having the language declaration at the level mean that there must be two HTML pages? No, you would use to specify the overall (main) language of the page and lang attributes in other elements to specify that their language is different, e.g.

Re: [css-d] Multiple webfonts

2011-07-09 Thread Ted Rolle Jr.
Newbie question: Would having the language declaration at the level mean that there must be two HTML pages? -- +-+ | 3.14159 26535 89793 23846 26433 83279 50288 May the Spirit | | 41971 69

Re: [css-d] Multiple webfonts

2011-07-09 Thread Joergen W. Lang
Am 09.07.11 19:50, schrieb Jukka K. Korpela: 2011-07-09 19:58, Joergen W. Lang wrote: > font-family: 'englishfont', 'chinesefont', Arial, sans-serif; [...] This fallback does not work for *single characters* in the font. That depends on the browser. Is there a list of browsers that supp

Re: [css-d] Multiple webfonts

2011-07-09 Thread Jukka K. Korpela
2011-07-09 21:19, Ghodmode wrote: > font-family: 'englishfont', 'chinesefont', Arial, sans-serif; [...] This fallback does not work for *single characters* in the font. That depends on the browser. Nope, that's consistent across IE, Firefox, Chrome, Safari, and Opera. To see that th

Re: [css-d] Multiple webfonts

2011-07-09 Thread Ghodmode
On Sun, Jul 10, 2011 at 1:50 AM, Jukka K. Korpela wrote: > 2011-07-09 19:58, Joergen W. Lang wrote: > >>  > font-family: 'englishfont', 'chinesefont', Arial, sans-serif; > > [...] >> >> This fallback does not work for *single characters* in the font. > > That depends on the browser. Nope, that's

Re: [css-d] Multiple webfonts

2011-07-09 Thread Jukka K. Korpela
2011-07-09 19:58, Joergen W. Lang wrote: > font-family: 'englishfont', 'chinesefont', Arial, sans-serif; [...] This fallback does not work for *single characters* in the font. That depends on the browser. Your font-family declaration tells the browser to use "chinesefont" if "englishfont"

Re: [css-d] Multiple webfonts

2011-07-09 Thread Ghodmode
On Sat, Jul 9, 2011 at 3:32 PM, Chris Blake wrote: > Hey, > > I am making a website that will be in two languages, English and Chinese. I > am going to use my own webfonts but the font I am using for the English side > doesn't have Chinese variations. I have found another font for the Chinese > an

Re: [css-d] Multiple webfonts

2011-07-09 Thread Joergen W. Lang
Am 09.07.11 09:32, schrieb Chris Blake: > Hey, > > I am making a website that will be in two languages, English and > Chinese. I am going to use my own webfonts but the font I am using for > the English side doesn't have Chinese variations. I have found another > font for the Chinese and was wonde

Re: [css-d] Why are "color: lime" 's white ?

2011-07-09 Thread Aaron Gray
On 9 July 2011 17:50, Tim Climis wrote: > On Saturday, July 9, 2011 5:47:09 pm Aaron Gray wrote: >> Why are 's white ? >> >>     http://www.aarongray.org/CSS-Discuss/hr.html >> >> ~~~ hr.html ~~~ >> > "http://www.w3.org/TR/html4/strict.dtd";> >> >> >>   >>     body, hr { >>       background-col

Re: [css-d] Why are "color: lime" 's white ?

2011-07-09 Thread Tim Climis
On Saturday, July 9, 2011 5:47:09 pm Aaron Gray wrote: > Why are 's white ? > > http://www.aarongray.org/CSS-Discuss/hr.html > > ~~~ hr.html ~~~ > "http://www.w3.org/TR/html4/strict.dtd";> > > > > body, hr { > background-color: green; > color: lime; > } > > > >

[css-d] Why are "color: lime" 's white ?

2011-07-09 Thread Aaron Gray
Why are 's white ? http://www.aarongray.org/CSS-Discuss/hr.html ~~~ hr.html ~~~ http://www.w3.org/TR/html4/strict.dtd";> body, hr { background-color: green; color: lime; } ~~~ Is there a way of making hr's coloured or is there an alternative other than a gi

Re: [css-d] PNG IE 6

2011-07-09 Thread Boray ERIS
http://www.ie6countdown.com/ Let IE6 die baby. Let it die. On Fri, Jul 8, 2011 at 09:05, Christopher Wicklander < elgueromer...@yahoo.com> wrote: > My .welcome div has a .png image that does not show correctly in IE 6. The > angle I created is not there, well it's there just not the same. It's >

[css-d] Multiple webfonts

2011-07-09 Thread Chris Blake
Hey, I am making a website that will be in two languages, English and Chinese. I am going to use my own webfonts but the font I am using for the English side doesn't have Chinese variations. I have found another font for the Chinese and was wondering if I can have more than one custom fon