Yogi
|
| Posted: 11/28/2002, 7:57 PM |
|
I have a picture of a check with which I would like to overlay fields so the user will feel he is filling in a check..what is the easiest way to accomploish this.
ASP3.0 access CCS
|
|
|
 |
Bill
|
| Posted: 11/29/2002, 12:58 AM |
|
Hi Yogi
Not sure if this will do what you want, but it's worth a try.
Paste the script between the <head></head> tags.
Change the name of the 'mypic.gif'
Change the color:?????? of your text for best look.
<style>
textarea{
background-image:url(mypic.gif);
color:ffff00;}
</style>
|
|
|
 |
|