Am 23.07.2011 09:36, schrieb john francis lee:
> Hi,
>
> I had some trouble with SMILES awhile back that turned out to be a
> problem with the servers serving smile strings, or connectivity to
> those servers. Everything is ok now, in any case. Thanks.
>
> Now my problem is as follows : I have a page with small pictures of
> components which, when clicked upon, get larger with the components
> labeled. On the same page I have a jmol applet. When the small picture
> is enlarged it overlaps the jmol applet. But the z-order of the jmol
> applet seems to be such that it, in fact, overlaps the blown-up
> picture. How can I fix that?
>
> You can see an example of what I'm trying to explain here :
>
> http://mueangchiangrai.net/biology/vcell/Photosynthesis/1stLook/innards.php?lang=en&seq=1stLook&pg=2
>
> Thanks for your great software and great help.
>
It seems like you cannot set the applet into the background, maybe for
security reasons.
But you could resze it to 1x1 pixel when you enlarge the image and
restore the original size when the image is shrinked:
document.getElementById("jmolApplet0").style.width = 1;
document.getElementById("jmolApplet0").style.height = 1;
The view in Jmol should automatically be restored after the original
size is set again.
Regards,
Rolf
------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide. Store less, Store more with what you own, Move data to
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users