I have a PWC window, I make an ajax call that loads into a DIV inside the
window. I want to round the corners of the div with OpenRico (too bad only
Mozilla supports that property of CSS3...)... Usually, I would put the
following tag after the div:
<script language="javascript">
Rico.Corner.round('divID', {color:"transparent", bgColor: '#E3F8C0',
blend:false});
</script>
But it is not working inside the window. I also tried it with
Ajax.Requestcontent outside the window, to no avail. Does the browser
not run "inline"
javascript when loading the ajax? Is there a solution for this?
Issachar Brooks
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com