|
|
#1 |
|
Member
Join Date: Mar 2006
Location: Brisbane, Australia
Posts: 91
Rep Power: 15 ![]() |
There was a post in the forums before the Crash that talked about displaying an image over another image.
I would like to know about this as I playing around with having a selectable field that the user can change the status of their ads, either For Sale or Sold - and if sold is selected it will display a Sold.gif over the top of their photo's. Anyone done this or ideas on how to ... |
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,019
Rep Power: 116 ![]() |
You could probably accomplish this either by using css and layers with the z-index or through php by using gd to overlay the image on top. I haven't messed with either enough to really point you in the right direction.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
#3 |
|
Coder
Join Date: Mar 2006
Posts: 4,419
Rep Power: 108 ![]() ![]() |
I had posted a mod that added watermarks to images when they were uploaded. This was more than just displaying an image over the top of another though. This actually used GD during the upload section of the script and merged 2 images together, your uploaded image and you watermark.
Since you want the "sold" indicator to appear based on an "extra" field the user has access to the images will already be uploaded so using the CSS z-index I think would probably be the best approach for this. |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image Slideshow | manilaboy | v3.1 Questions & Support | 3 | 11-08-2006 01:05 PM |
| Image Ad Error | manilaboy | v3.1 Questions & Support | 18 | 11-07-2006 04:47 AM |
| Question regarding listing image popup sizing | civ | v3.1 Questions & Support | 5 | 10-12-2006 05:47 AM |
| Security Image "click here" link not working right | Scooter | v3.1 Questions & Support | 20 | 09-08-2006 10:23 PM |
| Image size in view listing | Red | v3.1 Questions & Support | 12 | 08-16-2006 05:12 PM |