View Full Version : css and forms question


Lakini's Juice
06-01-2003, 09:16 PM
I've seen on sites where the form fields are see through how do you do that? I thought maybe like tables if you left out the background color it would do it but it doesn't...

Spirit892
06-01-2003, 09:45 PM
I would think you just make the form the same color as the background. OR if its a picture bg, you just make the for bg the same as the page background

Lakini's Juice
06-01-2003, 09:56 PM
Originally posted by Spirit892
OR if its a picture bg, you just make the for bg the same as the page background

I'm not sure what you mean by that?

kittycat
06-01-2003, 10:02 PM
'for' should probably be 'form' in that.

I'm not sure, but I think if you add backgrounnd-color:transparent to the input area, it will work... But the image bg would be the best way to go.

Lakini's Juice
06-01-2003, 10:05 PM
lol makes sense now. Ok well I'll try both. Thanks

Lakini's Juice
06-01-2003, 10:09 PM
that's funny background:transparent works. So simple! I actually should have known that lol. Thanks again

YellowYoshi
06-01-2003, 11:59 PM
If you don't want it fully transparent, you can also add this:

style="filter: alpha(opacity=50);"

Change the opacity number. The greater, the less transparent.

Lakini's Juice
06-02-2003, 12:15 AM
cool thanks