CCG 4 bis
|
|
Hello
Quelques explications rapides, car je n'ai plus beaucoup
de temps pour ceux qui n'ont pas vu le premier...
Donc, en vert mes commentaires et en rouge ce que vous
changez :o)
Amusez-vous bien :o))
A+...
Gilles
********************************************* <HTML> <HEAD>
</HEAD>
<BODY id=BG bgColor=#000000 scroll=no onload=setUp()
;>
<DIV> </DIV>
<DIV> </DIV>
<!-- Le message quand on quitte le plein
écran. -->
<!-- This message displayed when you exit full-screen
-->
<DIV id=exitMessage style="DISPLAY: none; FONT-WEIGHT: bold; FONT-SIZE: 14pt; WIDTH: 100%; COLOR: #6e15c9; FONT-FAMILY: Comic Sans MS; POSITION: absolute; TOP: 50px; TEXT-ALIGN: center"> Héhé... j'ai eu quelques petits problèmes pour me raser ce matin... <P>A+... <BR>Gilles </DIV> <!-- Dans cette partie c'est le plein écran :o) --> <!-- This DIV contains the FS HTML -->
<DIV id=src style="DISPLAY: none">
<STYLE id=PopupStyle>
IMG { Z-INDEX: -1; POSITION: absolute } </STYLE> <!-- Ici on définit le STYLE du scroll ; mettre les
dimensions de l'image qui va avec -->
<!-- This will contain the scrolling border --> <SPAN id=container style="OVERFLOW: hidden; WIDTH: 200px; POSITION: absolute; HEIGHT: 524px"> </SPAN> <!-- Le texte --> <!-- Optional text area. Leave blank if not used. --> <SPAN id=textbox style="PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FONT-WEIGHT: normal; FONT-SIZE: 14pt; LEFT: 0px; PADDING-BOTTOM: 20px; OVERFLOW: auto; WIDTH: 400px; COLOR: #ffffff; PADDING-TOP: 20px; POSITION: absolute; TOP: 0px; HEIGHT: 400px; BACKGROUND-COLOR: #c0c0c0; FONT-FAMILY: Comic Sans MS"> Bonjour à toutes et tous <P>J'espère que cette fois il n'y aura pas de problèmes, et que tout le monde pourra voir ce post... <P>Ceux qui voyaient le premier peuvent aussi s'amuser avec celui-là, ça leur fera juste un jeu supplémentaire :o)) <P>Amusez-vous bien :o) <P>A+... Gilles </SPAN> <!-- le bouton de fermeture
-->
<BUTTON style="BORDER-RIGHT: #4c0678 3px outset; BORDER-TOP: #4c0678 3px outset; Z-INDEX: 100; RIGHT: 10px; BACKGROUND: #6e15c9; FONT: bold 10px 'comic sans ms'; BORDER-LEFT: #4c0678 3px outset; CURSOR: hand; COLOR: #e1b3ff; BOTTOM: 10px; BORDER-BOTTOM: #4c0678 3px outset; POSITION: absolute" onclick=parent.objPopup.hide()>Fermer</BUTTON> </DIV>
<!-- End of FS HTML -->
<!-- Fin du plein écran -->
<!-- le mid --> <BGSOUND balance=0 volume=0 loop=infinite src="C:\WINDOWS\Bureau\ccg\banjo-WF.mid"> <!-- Ici c'est l'image de fond
-->
<!-- This is the background tile image --> <IMG id=bkg style="LEFT: -1800px; POSITION: absolute; TOP: -1800px" src="C:\WINDOWS\Bureau\ccg\ciel etoile.jpg"> <!-- Ici on met l'image qui scroll
-->
<!-- This is the scolling image --> <IMG id=bkg1 style="LEFT: -1800px; POSITION: absolute; TOP: -1800px" src="C:\WINDOWS\Bureau\ccg\jw-ddtj.jpg"> <!-- Le SCRIPT... un grand merci aux auteurs :o) --> <SCRIPT language=JavaScript> // --------------------------------------------------------- // Version OE5.5 Plein Ecran - // auguste 2000 - Gerard Ferrandez // modification 1 par Jerryboy // Additional script by EVP // --------------------------------------------------------- // This sets up the FS nx=window.parent.screen.width ny=window.parent.screen.height //----------------------------------------------- var objPopupBody, fs, x, y, dx, dy
x=-100000
y=-100000 dx=0
dy=-1 // Initialize object positions and speed
function setUp() { objPopup=window.createPopup(); objPopupBody=objPopup.document.body; objPopupBody.style.border="" objPopupBody.background=bkg.src objPopupBody.style.backgroundColor="#000000" objPopupBody.innerHTML="<div style='display:none'>"+PopupStyle.innerHTML+"</div>"+src.innerHTML objPopup.show(0,0,nx,ny) fs=objPopupBody.all // Insert the scrolling background fs("container").style.backgroundImage="URL("+bkg1.src+")" // Fit the border and textbox to the screen fs("container").style.height=ny fs("container").style.width=bkg1.offsetWidth fs("container").style.left=0 fs("textbox").style.backgroundColor="" fs("textbox").style.height=ny fs("textbox").style.width=nx-fs("container").offsetWidth fs("textbox").style.left=fs("container").offsetWidth // Make the exit message visible exitMessage.style.display="" // Start the scroll moveIt() } // Scroll script
function moveIt() { y=y+dy fs("container").style.backgroundPositionY=y setTimeout("moveIt()",32) } </SCRIPT>
</BODY>
</HTML>
|
|