Browse thread
[Caml-list] poll - need for a good introductory OCaml book
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe TROESTLER <Christophe.Troestler@u...> |
| Subject: | [Caml-list] [OT] Re: O'Reilly book |
On Thu, 13 Mar 2003, Xavier Leroy <xavier.leroy@inria.fr> wrote: > > It's Javascript code, actually, and it is totally impenetrable :-) > Interested Javascript hackers can have a look at > http://caml.inria.fr/oreilly-book/html/videoc.js >From little experiments, it seems that the problem comes from <layer name="l__1_APPEND/PFcor.ml.tex" class="hint" visibility="hide" style="position:absolute" width="50%"> because « visibility="hide" » is not understood by Mozilla/Gecko. What you can (should?) do is to put it in « style » as follows: <layer name="l__1_APPEND/PFcor.ml.tex" class="hint" style="position:absolute; visibility:hidden" width="50%"> But then, the script needs to be modified (rewritten?) accordingly. I haven't figured how (I know nothing about JS) but the following may be interesting « http://www.oreillynet.com/cs/user/view/cs_msg/3817 ». I hope this info can help somebody more versed in JS than me to fix the problem... Cheers, ChriS ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners