I'm new to Dreamweaver so I appreciate any light that can be shed on this...
I'm trying to get a layer of text to show/hide over an image. The behavior is attached to an image map IN the image I want the layer to show/hide over.
This can be viewed here:
http://www.demiankato.com/index2.htm
My approach is: I create the layer by creating a new CSS style, then type in the text outside of the tables in my site (so the text is just in the <body>). Then I apply the layer style with a <div> tag in the Common bar. When the layer is created, it doesnt always show up according to the positioning I enter so I have to reenter it in the Inspector.
Finally, I create the image map and link it to the show/hide for my new layer. The text just appears below the image.
Thank you in advance for any help!