Bonjour à toutes et à tous,

D'accord, c'est peu tard... :-)

Un complément de topo permettant de définir une image de bordure, différente du "background " des images alternatives.

Les lignes sans modification sont volontairement en noir italique.

Tout ce qui apparaît en rouge peut être modifié voire supprimé...

Dans la source initiale, après la définitions des images alternatives (<IMG id=pic1..........> à <IMG id=pic5..........> par exemple, dans le body, vous pouvez définir un autre background id=bkg, uniquement pour la bordure de chaque image :

<!-- border image -->

<IMG id=bkg style="LEFT: -1800px; POSITION: absolute; TOP: -1800px" src="C:\chemin de l'image de bordure\image de bordure.jpg">

<!-- background tile for FS -->

Votre ancien background id=bkg devient id=bkg2 :

<IMG id=bkg2 style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
src="C:\chemin de l'image de fond\fond.jpg">

<SCRIPT language=JavaScript>
// ---------------------------------------------------------
// Version OE5.5 Plein Ecran -
// auguste 2000 - Gerard Ferrandez
// modification 1 par Jerryboy
// Additional script by EVP
// Updated for FS July 9, 2001
// ---------------------------------------------------------
// This sets up the FS
nx=window.parent.screen.width
ny=window.parent.screen.height
objPopup=window.createPopup();
objPopupBody=objPopup.document.body;
//objPopupBody.background="URL(" & bkg.src & ")"
// Insert the background image

C'est dans la ligne suivante que l'on retrouve bkg2 (au lieu de bkg) :

objPopupBody.style.backgroundImage="URL("+bkg2.src+")"
objPopupBody.style.border="#ACA08A"
objPopupBody.style.backgroundColor="#ACA08A"
// The next line inserts the gradient background -
// remove it for faster/smoother scrolling
//objPopupBody.style.filter="progid:DXImageTransform.Microsoft.Gradient(startColorstr=#60//fff0f0,endColorstr=#60546227,GradientType=0)"
objPopupBody.innerHTML="<div style='display:none'>"+PopupStyle.innerHTML+"</div>"+src.innerHTML
//-----------------------------------------------

Le reste est inchangé...

Voili, voilou, Max