- or download this
. qq~key="value"~
- or download this
."px;width:".$width."px;height:".$height."px;cursor:pointer;"
- or download this
. "px;width:${width}px;height:${height}px;cursor:pointer;"
- or download this
$newdiv='<!-- ADD DIVS -->'."\n".div({-style=>"position:absolute;left:
+".($startx+$arealeft)."px;top:".($starty+$areatop)."px;width:".$width
+."px;height:".$height."px;cursor:pointer;",-onclick=>"Start('$cgiurl?
+id=$custid');return true;",
- or download this
my $tmp_left = $startx + $arealeft;
my $tmp_top = $starty + $areatop;
...
-style => "position:absolute;left:${tmp_left}px;top:${tmp_top}
+px;width:${width}px;height:${height}px;cursor:pointer;",
-onclick => "Start('$cgiurl?id=$custid');return true;",
...
- or download this
my $tmp_left = $startx + $arealeft;
my $tmp_top = $starty + $areatop;
...
-onmouseout => "window.status=' ';shw('$imagedetails[0]-po
+p',event);return true;",
},
'' ) ."\n";