[Jmol-developers] setAppletCss

2014-12-06 Thread Angel Herráez
It seems that setAppletCss() is not working, tested in JSmol 14.3.10 Case example: the button has red border, but the JSmol object has not: head style type=text/css .grayBox { border:1px solid red; } /style /head body script type=text/javascript Jmol.setAppletCss('grayBox');

Re: [Jmol-developers] setAppletCss

2014-12-06 Thread Robert Hanson
thanks -- found it. On Sat, Dec 6, 2014 at 6:37 AM, Angel Herráez angel.herr...@uah.es wrote: It seems that setAppletCss() is not working, tested in JSmol 14.3.10 Case example: the button has red border, but the JSmol object has not: head style type=text/css .grayBox { border:1px solid