Text input water mark!

Announcements about the forum or services itself
Locked
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Text input water mark!

Post by Red Squirrel »

Things you can do with CSS... I hope everyone likes it. I might put up a contest to get something better than the logo though, but for now I'll keep the logo there. We can even have a tiled background if we want, too. Heck, I could make it look like there's no input. and put gray. :blink: :roflmao2:

Archived topic from Iceteks, old topic ID:1104, old post ID:9587
Honk if you love Jesus, text if you want to meet Him!
Chris Vogel
Posts: 5140
Joined: Fri Jan 10, 2003 1:14 am

Text input water mark!

Post by Chris Vogel »

I think that's cool! :banana: :banana: I really like that, Red. B)

Archived topic from Iceteks, old topic ID:1104, old post ID:9589
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Text input water mark!

Post by Red Squirrel »

Thanks. Glad you like it.

Now if I really wanted to go high tech, I could use htaccess and make it change everytime. But I'll stick to low tech static images. This site is probably already a load of a kind on the server to consider all the high tech stuff. lol

Archived topic from Iceteks, old topic ID:1104, old post ID:9590
Honk if you love Jesus, text if you want to meet Him!
Chris Vogel
Posts: 5140
Joined: Fri Jan 10, 2003 1:14 am

Text input water mark!

Post by Chris Vogel »

Red, I am curious... How did you find this out? :) I remember in one post at the AF you said you wanted to know how to do it. :)

I find most things out by just mucking around with stuff. :lol:

Archived topic from Iceteks, old topic ID:1104, old post ID:9592
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Text input water mark!

Post by Red Squirrel »

takahita_tsukino wrote: Red, I am curious... How did you find this out? :) I remember in one post at the AF you said you wanted to know how to do it. :)

I find most things out by just mucking around with stuff. :lol:
I checked the source code of the skin at A/F. :D

Archived topic from Iceteks, old topic ID:1104, old post ID:9594
Honk if you love Jesus, text if you want to meet Him!
wldkos
Posts: 830
Joined: Mon Feb 24, 2003 12:19 pm

Text input water mark!

Post by wldkos »

hey red, how did you do this? I checked the code here and at a/f and no luck.

Archived topic from Iceteks, old topic ID:1104, old post ID:9690
User avatar
Red Squirrel
Posts: 29209
Joined: Wed Dec 18, 2002 12:14 am
Location: Northern Ontario
Contact:

Text input water mark!

Post by Red Squirrel »

Used this in the css template (one of the last classes)

.textinput {
font-size: 9pt; font-family: verdana, helvetica,
sans-serif; vertical-align: middle;
background-position: center; background-repeat: no-repeat; background-color: #ffffff;
background-image: url(style_images/iceteks/watermark.gif)
}

Archived topic from Iceteks, old topic ID:1104, old post ID:9691
Honk if you love Jesus, text if you want to meet Him!
Locked