<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Is there any sort of precedence I can set up that will allow overlapped HS to both function?<br>Or do I need another architecture?<br><br>Issue:<br><br>I have a graphic with multiple hotspots.<br>The hs areas need to both react when they are rolled over, (draw a shadow effect to indicate user over hs) and when they are clicked (show  feedback).<br>The feedback also needs to erase on rollout.<br>(This is a proto, so I can't use a button, unless it's transparent. Hmm there's a thought).  <br><br>If over a spot I lay 2 hotspots (1 click=0, another click=1) then no matter how I order them in the flow, the hs higher in the tree blocks anything below it from functioning.<br>Also, if I lay a catchall in there, it block everything else.<br><br>I suspect I'm using a hammer when I should be using a saw.<br>Is the transparent button feasible?<br>Maybe a transparent png hot object? (or do i run into the same precedence issue?)<br>                                          </body>
</html>