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.
Archived topic from Iceteks, old topic ID:1104, old post ID:9587
Text input water mark!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Text input water mark!
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
Text input water mark!
I think that's cool! I really like that, Red.
Archived topic from Iceteks, old topic ID:1104, old post ID:9589
Archived topic from Iceteks, old topic ID:1104, old post ID:9589
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Text input water mark!
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
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!
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
Text input water mark!
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.
Archived topic from Iceteks, old topic ID:1104, old post ID:9592
I find most things out by just mucking around with stuff.
Archived topic from Iceteks, old topic ID:1104, old post ID:9592
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Text input water mark!
I checked the source code of the skin at A/F.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.
Archived topic from Iceteks, old topic ID:1104, old post ID:9594
Honk if you love Jesus, text if you want to meet Him!
Text input water mark!
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
Archived topic from Iceteks, old topic ID:1104, old post ID:9690
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Text input water mark!
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
.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!