Click to See Complete Forum and Search --> : [RESOLVED] Image placement should be easy, but....


seanbennington
04-04-2006, 04:15 PM
Hi, I come to all of you with what should be a very easy solution, I just haven't been able to find it, yet. Here is what I would like to do...I need to place an image on top of another image. You would think position: absolute would do the trick, but the problem is that my pictures appear below a description which dynamically changes, which means I never know the absolute position of the point.

I have no idea how to do this as most of my experience is on the asp end and not much has gone into design. What may be a solution is to reference my picture placement the way hotspots are created, which uses the image as the reference for the coordinates. A possible work-around could be to use the hotspots, but I would need them to be colored and I haven't been able to find anything indicating that is possible.

Any help anyone could provide would be GREATLY appreciated!

Sincerely,
Sean

jogol
04-04-2006, 04:30 PM
post a screenshot of how it should look like - i donīt quite get what you are trying to achieve..
maybe "z-index" is of help? or relative positioning?

seanbennington
04-04-2006, 04:56 PM
I was afraid it may be difficult to explain. Fortunately, a very kind man helped me out and showed me how to easily do this. You can view the solution here:

http://www.webdeveloper.com/forum/showthread.php?&t=101722&is_resolved=1

You can also check out a quick sample I have been testing before I create the whole thing to see exactly what I was referring to at:

http://www.ccc-students.com/Acu_Class/

Be sure to select the "Heart" meridian...it is the only working as I am testing it right now.

Thanks for the response!
Sean