o0O0o.o0O0o
04-23-2008, 07:19 AM
i have this simple button , it is working on IE and opera but not in firefx
<html>
<body>
<style type=text/css>
#tick { align: center;
display: none;
margin - top :0px;
margin - left: 30px;
}
</style>
<input type="submit" value="Send" onClick ="
alert();
">
<div id = 'tick'><img src = 'tick2.gif'> </div>
</body>
</html>
<html>
<body>
<style type=text/css>
#tick { align: center;
display: none;
margin - top :0px;
margin - left: 30px;
}
</style>
<input type="submit" value="Send" onClick ="
alert();
">
<div id = 'tick'><img src = 'tick2.gif'> </div>
</body>
</html>