Topic awaiting preservation: Specifying a Layer to appear ATOP an image |
|
---|---|
Author | Thread |
Obsessive-Compulsive (I) Inmate From: |
posted 01-13-2004 08:20
Hi, |
Nervous Wreck (II) Inmate From: |
posted 01-13-2004 16:29
This is more of a CSS question. (Or, at least I can think of a CSS solution) |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 01-13-2004 19:48 |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-13-2004 20:32
I figure since you are using ASP you might be on a windows box. Without having to pay money for an image manipulation program you might have some trouble doing this on the server side (which if you used a different language you would be able to do this). If you have a perl or php functionality you would be able to make a simple script that would create the image for you on the fly, I think this would be possible (could be wrong) by writing the image through the image tag calling a PHP file(<img src="createImage.php" alt="Image Title"/> ) I should probabally test this. |
Bipolar (III) Inmate From: |
posted 01-15-2004 17:03
<!-- non sold images --> |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 01-16-2004 01:24
If your getting different SOLD signs for different width/heights why not server code the images to have the sold sign on them or not. I know Perl can do this and PHP can do it natively (afaik) not sure about asp. |
Obsessive-Compulsive (I) Inmate From: |
posted 01-23-2004 06:58
THANKS Very Much RoyW! |