J
josh
Hi,
if I have a div and than I put on it an handler like that:
#div3 {
position:absolute;
left:18px;
top:11px;
width:768px;
height:472px;
border: thin solid #99FFCC;
}
<div class="div3" onclick="foo()">
</div>
than the event is not fired!
any bug? in firefox the event fire!
Thanks
if I have a div and than I put on it an handler like that:
#div3 {
position:absolute;
left:18px;
top:11px;
width:768px;
height:472px;
border: thin solid #99FFCC;
}
<div class="div3" onclick="foo()">
</div>
than the event is not fired!
any bug? in firefox the event fire!
Thanks