fixed.
Disabled the automatic highlighting
ChiliBook.automatic = false;
then in $(window).bind("load", funct .....
wich is the event used by slideviewer:
$("code").chili();
and it works.
GC
On Dec 3, 1:13 pm, GianCarlo Mingati <[EMAIL PROTECTED]>
wrote:
> Hi all.
> I've included Chili 1.9 to highlight the syntax in my slideviewer
> tutorial
> page.http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i...
>
> The weird thing is that in IE7 ONLY even if the images are all fully
> loaded, you have to click on the page (everywhere, just click!!!) to
> actually let the script renders the gallery!
>
> It is only happening in IE7, Opera and FF works weel.
> Any clue? It depends for sure by Chili, but why?
> If you don't click teh page, the animated gif "loading" blinks for
> ever!
>
> Of course I tried moving the ChiliBook.recipeFolder and
> stylesheetFolder calls in the BODY but works well in the head too, so
> i leaved these lines there.
> GC