Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dreamweaver Layer 1

Status
Not open for further replies.

hecheng

Programmer
Jun 23, 2003
7
CA
Hi,
I inserted a picture onto a layer which was on my webpage.
Then i added a hotspot on the picture so that i could
create a pop-up menu. I set the pop-up menu's position to be
below the hotspot under the position tab. However, the
pop-menu showed no where near the hotspot. It seemed its position coordinates were related to the top left corner of the webpage.How can i solve this problem???

any help will be appreicated!!!
thank you
 
It seemed its position coordinates were related to the top left corner of the webpage.How can i solve this problem???
-in properties change the values to what u like
<div id=&quot;Layer1&quot; style=&quot;position:absolute; left:0; top:0; width:151px; height:84px; z-index:1&quot;></div>

left and top are &quot;0&quot; here - top left corner....change the values to move it. Use the code view if u have any trouble!

All the best!
 
who knows? Sometimes people just fall off their chair and never get back on...

sometime you just gotta say &quot;WHAT THE @#*% !!&quot;
 
< tired programmer script>
IF usr = &quot;fallen off the chair&quot; THEN
BUY cordless keyboard AND type from bed
ELSE
Goto '&_ Strip Bar _&','&_ relax _&'
Bring Keyboard
ENDIF
<script>
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top