GArlington wrote:
> On Sep 23, 11:27 am, "Intos" <in...@mail.com> wrote:
>> How to change the text of inputbox if i have already set the style for
>> something else?
>>
>> In other words:
>> <input name="fItem" type="text" id="fItem" style="border:hidden" size="80"
>> maxlength="60" border="0" />
>>
>> I can not add two styles on the same inputbox so i guess that javascript is
>> the only solution?
>> If so, then how ?
>
> <input ... style="border:hidden; color:blind; some
ther;" ... />
> Is that what you wanted?
Unlikely, since it is not Valid HTML or CSS in the first place.
<http://validator.w3.org/>
<http://jigsaw.w3.org/css-validator/>
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee