Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Textfield

0 views
Skip to first unread message

Joachim

unread,
Oct 4, 2001, 2:19:20 AM10/4/01
to
Hello NG!
How can I hide the background and the border of the Textfield so that it
looks like only Text? I´m not able to make the background similar with the
background of the html because my background is a picture and the picture in
the textfield begins in the upper left.

Thanks,
Joachim Stümpfl


viza

unread,
Oct 4, 2001, 12:56:50 PM10/4/01
to
Thus quoth Joachim:

> How can I hide the background and the border of the Textfield so that
> it looks like only Text? I´m not able to make the background similar
> with the background of the html because my background is a picture and
> the picture in the textfield begins in the upper left.

background-color:transparent;

AFAIK you can't get rid of the box, it is different from a border, but you
could try border-style:none;


--
"Think about how stupid the average person is, and then realize
that half of them are stupider than that!" - George Carlin

Joachim

unread,
Oct 5, 2001, 4:58:03 AM10/5/01
to
>
> background-color:transparent;
>
> AFAIK you can't get rid of the box, it is different from a border, but you
> could try border-style:none;


Yes, it works. But only in Internet Explorer
What can i do with the Netscape.

Thanks,
Joachim


viza

unread,
Oct 5, 2001, 5:24:25 AM10/5/01
to
Thus quoth Joachim:

>>
>>INPUT {background-color:transparent;border-style:none}


>
>
> Yes, it works. But only in Internet Explorer
> What can i do with the Netscape.
>

Upgrade to the latest version.

--
"And that's what we're gonna be, we're gonna be cool" - Jules in
Pulp Fiction

0 new messages