Thanks, Rolf, I have removed the reference to std.css which was a  
"leftover", and corrected the height (missing semi-colon).

I see now the reason I was not seeing these errors has to do with  
using a FF extension called Firebug for debugging. Now I know I have  
to check the FF built-in error console as well.

What I have discovered is that a height and width error are picked up  
by FF when I use the improper Jmol.js syntax for height and width of  
the applet, leaving out the brackets,that is, using  (100%, 95%)  
instead of ([100%, 95%])

But, with that error, the applet becomes full (desired) size in the  
div, in FF and IE; it is Safari that pays attention and won't finish  
loading the applet, so the applet never appears on the page.

When I add the brackets to use the correct Jmol.js syntax, I get an  
applet that is approximately 300 px square in all the browsers.

When I specify the size as simply "100%", the size of the applet is  
around 300px in all browsers.

So, at least it is consistent when the code is correct, as one would  
expect. To solve the now consistent problem, I'll try the suggestion  
that Bob just sent.

Frieda


On Aug 6, 2007, at 5:16 PM, [EMAIL PROTECTED] wrote:
> Now there are 3 different error messages referring to lines in the CSS
> file "http://moleculesinmotion.com/test/3d/std.css"; (the two errors
> before referred to 'width' and 'height' somewhere in the HTML code):
>
> 1) line 97: unknown property "background-position-x", declaration  
> ignored
>
> 2) line 103: unknown property "background-position-x", declaration  
> ignored
>
> and in the second CSS file "http://moleculesinmotion.com/test/3d/ 
> bj3d.css":
>
> 3) line 12: end of value for property expected but 'background-color'
> found. Error while processing value for property 'height', declaration
> ignored
>
> Regards,
> Rolf
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Jmol-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to