Carl:
See
http://htmldb.oracle.com/pls/otn/f?p=24317:185
Hovering mouse over the RADIO heading pops up a tooltip in IE, but in Firefox, I get an error 'event is not defined'. Why is this?
I added the following in the Region footer
<script type="text/javascript">
var el=html_GetElement('RADIO');
el.onmouseover=function () {
toolTip_enable(event,this,'Click here to refresh detail');
}
</script>
Why is this not working in FF? Any workaround?
Thanks