Re: [css-d] textarea css

2010-07-15 Thread Felix Miata
On 2010/07/15 13:35 (GMT+0800) luby composed: > Actually, if i set the style of the textarea as "font-size: 18pt; > font-family: 'Centaur';" > it works,but let its style as the parent element,it does not work,not only > span tag. > if the parent tag is div etc ,it does not work too. Like I wrot

Re: [css-d] textarea css

2010-07-14 Thread Jukka K. Korpela
luby wrote: >> I have a problem for the style font-famliy of textarea . As usual, a URL would have been most useful. It would have let us access the page as it is, as opposite to e.g. GB2312 encoded copy of a snippet thereof. (My e-mail program shows straight Ascii quotation marks " as curly wh

Re: [css-d] textarea css

2010-07-14 Thread luby
Actually, if i set the style of the textarea as "font-size: 18pt; font-family: 'Centaur';" it works,but let its style as the parent element,it does not work,not only span tag. if the parent tag is div etc ,it does not work too. 于 2010-7-15 12:50, Felix Miata 写道: > On 2010/07/15 12:01 (GMT+0800)

Re: [css-d] textarea css

2010-07-14 Thread Felix Miata
On 2010/07/15 12:01 (GMT+0800) luby composed: > I have a problem for the style font-famliy of textarea . > The code is as follows: > > Hello word! > textarea css style! > > > But I found the textarea's css style can't be/ /inflect.If i want to the > textarea's css > //style is the same as the i

[css-d] textarea css

2010-07-14 Thread luby
hi, I have a problem for the style font-famliy of textarea . The code is as follows: Hello word! textarea css style! But I found the textarea's css style can't be/ /inflect.If i want to the textarea's css //style is the same as the its parent element's .what can i do . thanks in advanced -