caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christophe TROESTLER <Christophe.Troestler@umh.ac.be>
To: caml-list@inria.fr
Subject: [Caml-list] [OT] Re: O'Reilly book
Date: Thu, 13 Mar 2003 21:05:55 +0100 (CET)	[thread overview]
Message-ID: <20030313.210555.69989722.Christophe.Troestler@umh.ac.be> (raw)
In-Reply-To: <20030313180143.B1781@pauillac.inria.fr>

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


  reply	other threads:[~2003-03-14 14:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-13  3:35 [Caml-list] poll - need for a good introductory OCaml book Graham Guttocks
2003-03-13  7:35 ` Martin Weber
2003-03-13  9:36   ` MikhailFedotov
2003-03-13  9:48     ` Jacques Garrigue
2003-03-13  8:28 ` Shawn Wagner
2003-03-13  8:33   ` Daniel M. Albro
2003-03-13 10:15     ` Michael Schuerig
2003-03-13 15:53       ` [Caml-list] O'Reilly book (was poll - need for a good introductory OCaml book) Christophe TROESTLER
2003-03-13 17:01         ` Xavier Leroy
2003-03-13 20:05           ` Christophe TROESTLER [this message]
2003-03-14  2:02           ` Alan Schmitt
2003-03-13  9:32 ` [Caml-list] poll - need for a good introductory OCaml book Richard W.M. Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030313.210555.69989722.Christophe.Troestler@umh.ac.be \
    --to=christophe.troestler@umh.ac.be \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).