Wrap the image in a relatively positioned div, e.g.,
<div style="position:relative;">
This will set the positioning context for any absolutely
positioned element
included within that wrapper, e.g.,
<div style="position:relative;">
<img ...>
<p
style="position:absolute;top:-50px;left:150px;">This will say
something
about the image</p>
</div>
Try that code and see how it looks.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"aonefun" <webforumsuser@macromedia.com> wrote in
message
news:g77b8n$sbn$1@forums.macromedia.com...
>I will be creating a layer to show up onmouseover of any
thumbnail image of
> color swatches. How do I position the layer to appear
directly above any
> current moused over thumbnai image?
>
> Page example:
>
>
http://www.canchair.com/new_web_product_detail.asp?ProductID=450&Product
> Family=1&ProductFamilySub=9
>