PDA

View Full Version : hey need some help


lacrypta
09-09-2002, 09:37 PM
hey all i was wonderin on how to make a textbox Transparent

i tryed this
<style type="text/css">

<!--
input { border: 1px #507ca0 solid; background: Transparent; font: normal 10px/normal Arial, Helvetica, sans-serif; color: #507ca0;}
textarea{ border: 1px #507ca0 solid; background:Transparent; font: normal 10px/normal Arial, Helvetica, sans-serif; color: #507ca0;}
select{ border: 1px #507ca0 solid; background: Transparent; font: normal 10px/normal Arial, Helvetica, sans-serif; color: #507ca0;}

-->
</style>

and it's this kinda of text box

<input type="text" name="name" >

and maby make butoons to thnx

umm
09-09-2002, 10:33 PM
what exactly are you trying to make transparent?

hairynugs6382
09-09-2002, 11:45 PM
Post a link to your site for us please or more detail!

lacrypta
09-10-2002, 12:39 AM
well i'm trying to make the textbox Transparent were the user types in
like a user name text box

Quiet Storm
09-10-2002, 05:06 AM
background-color:transparent;

umm
09-10-2002, 05:21 AM
I might be wrong but I think that background: transparent is a valid css declaration.

Quiet Storm
09-10-2002, 05:40 AM
Nope.

Doesn't place a background, but not valid...
:)

http://www.w3schools.com/css/css_background.asp

c1lonewolf
09-21-2002, 07:13 AM
background:none

Examplehttp://www.freewebs.com/dhcs/funmail/funmail.html

AnOdeToNoOne
09-22-2002, 02:39 AM
http://www.freewebs.com/dhcs/
looks to be one of the worste supposid professional web design sites ive ever encountered...

you got random strange colors on your a.hovers

and the banners are lovely
GG

c1lonewolf
09-22-2002, 08:17 PM
for your information all of it was built in IE 5 sorry if it doesn't meet your approval. And to make the background of a text area transparent in IE 5 you can simply place this tag in the text section itself.

<textarea name="COMMENTS " rows="11" cols="28" style="background:none;border:0;">Welcome!</textarea>


and it dissappears. As for the strange hover colors I don't know what your talking about .

Did you ever think it could just be your browser?

Instead of my web site!

http://www.freewebs.com/dhcs/funmail/funmail.html has various e-mail forms combined with transparent elements, special input text fonts etc. But as I stated before it was all built in IE5.0 most of it only works in IE

Quiet Storm
09-22-2002, 09:58 PM
Like I said - that's not valid.

You could just put background: crystal-clear; and it would do the same thing.


And the strange colours... it's your site.

Checked on IE5.0

c1lonewolf
09-22-2002, 11:22 PM
then why does it work on my computer both online and off?
I run IE 5

Quiet Storm
09-22-2002, 11:33 PM
Because, the browser won't put a background image on it automatic...

And the browser will ignore any code it does not understand...

So, if you put:

background:none;
background:crystal-clear;

or nothing at all...

It will all do the same thing. If it's not valid, then don't use it.

:thumbsup:

And online or offline has nothing to do with it.

ionsurge
09-23-2002, 11:18 AM
I dont like

http://www.freewebs.com/dhcs/funmail/funmail.html

at all. I have found forms that are much better than that.... I will try to post a link to it when I can.

ronaldb66
09-23-2002, 11:58 AM
C1lonewolf,

You could use a validator to check your code to shake any invalid stuff out; IE5 is known for its benevolence to display code, ANY code, as best as possible, but other and newer browsers may very well be far stricter so other visitors may not be able to view your pages correctly.
You can also imagine a browser having to work hard to iron out coding errors not being as fast as desired in displaying those pages.