> That would be tricky to do without going into the JSmol code
> and changing it directly. Do so only if you do not worry about future
> JSmol updates.
It should be possible to chenge that using a CSS rule that overrides
what is set in source code. You just need to identify the ID of the
element. And maybe add the "important" keyword to impose your rule.
On a quick look, this seems to be the relevant piece:
<div id="clazzloader-status" style="position: absolute; bottom: 4px;
left: 4px; padding: 2px 8px; z-index: 3333; background-color:
rgb(142, 0, 0); color: yellow; font-family: Arial,sans-serif;
font-size: 10pt; white-space: nowrap; opacity: 0;"
So, Rolf, you can add in your page header:
<style>
#clazzloader-status { opacity:1 !important; }
</style>
I think that 'opacity' does not apply to MSIE, which uses a 'filter'.
Maybe IE10 does read it.
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing
conversations that shape the rapidly evolving mobile landscape. Sign up now.
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users