sur la page j'ai 12 boutons et je viens de mettre l'essai du rollower sur le 13eme c'est un essai et pas le définitif .
voici le code HTML je crois mais comme je l'ai dit je ni comprend rien du tout
<html>
<head>
<title>Sans titre</title>
<meta name="generator" content="Namo WebEditor v6.0">
<script language="JavaScript">
<!--
function namosw_page_left(element)
{
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
if (is_ns4) {
x = element.pageX;
} else {
x = element.offsetLeft;
for (el = element.offsetParent; el; el = el.offsetParent)
x += el.offsetLeft;
}
return x;
}
function namosw_page_top(element)
{
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
if (is_ns4) {
y = element.pageY;
} else {
y = element.offsetTop;
for (el = element.offsetParent; el; el = el.offsetParent)
y += el.offsetTop;
}
return y;
}
function namosw_page_right(el) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
wid = (is_ns4) ? window.innerWidth : document.body.offsetWidth;
return wid - namosw_page_left(el);
}
function namosw_page_bottom(el) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
hei = (is_ns4) ? window.innerHeight : document.body.offsetHeight;
return hei - namosw_page_top(el);
}
function namosw_set_visible(el, flag) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
if (is_ns4) {
el.visibility = flag ? 'show' : 'hide';
} else {
el.style.visibility = flag ? 'visible' : 'hidden';
}
}
function namosw_set_pos(el, x, y)
{
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById;
if (is_ns4) {
el.left = x;
el.top = y;
} else if (is_ns6) {
el.style.left = x;
el.style.top = y;
} else {
el.style.pixelLeft = x;
el.style.pixelTop = y;
}
}
function namosw_left(el) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById;
if (is_ns4) return el.left;
else if (is_ns6) return parseInt(el.style.left);
else return el.style.pixelLeft;
}
function namosw_top(el) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById;
if (is_ns4) return el.top;
else if (is_ns6) return parseInt(el.style.top);
else return el.style.pixelTop;
}
function namosw_is_relative(el) {
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
if (is_ns4) return el.position == 'relative';
else return el.style.position == 'relative';
}
function namosw_is_space(c)
{
return (c == ' ' || c == '\ ' || c == '\' || c == '\
');
}
function namosw_process_byword(list, index)
{
var el = list[index];
if (navigator.appName.indexOf('Netscape', 0) != -1)
return;
if (!el)
return;
if (el.byword == false)
return;
var dest = "";
var src = el.innerHTML;
var objNum = document.NamoAnimationObjects.length;
var wordi = 0, i = 0, mark;
while (i < src.length) {
mark = i;
while (i < src.length) {
while (i < src.length && namosw_is_space(src.charAt(i))) i++;
if (i < src.length && src.charAt(i) != '<') break;
while (i < src.length && src.charAt(i) != '>') i++;
if (i < src.length && src.charAt(i) == '>') i++;
}
dest += src.substring(mark, i);
if (i >= src.length) break;
dest += '<span id=\"' + el.name + 'word' + (wordi+1) + '\" style=\"position:relative\">';
mark = i;
while (i < src.length && !namosw_is_space(src.charAt(i)) && src.charAt(i) != '<') i++;
while (i < src.length && namosw_is_space(src.charAt(i)) == ' ') i++;
if (el.byword == false) while (i < src.length && src.charAt(i) != '<') i++;
dest += src.substring(mark, i);
dest += '</span>';
wordi++;
}
el.innerHTML = dest;
el.posLeft = 0;
el.style.visibility = 'visible';
list[index] = namosw_new_animation_object(el.name+'word1', el.startCondObj, el.startCondTime,
el.startXPos, el.startYPos, el.pathType, false, el.zoom, el.stepNum);
for (i = 1; i < wordi; i++) {
list[objNum+i-1] = namosw_new_animation_object(el.name+'word'+(i+1), (el.byword ? (el.name+'word'+i) : el.startCondObj), (el.byword ? 0 : el.startCondTime), el.startXPos, el.startYPos, el.pathType, false, el.zoom, el.stepNum);
list[objNum+i-1].style.posLeft = 0;
list[objNum+i-1].style.visibility = 'visible';
}
el.startCondTime = -1;
}
function namosw_new_animation_object(name, obj, time, xpos, ypos, path, byword, zoom, stepNum)
{
if (name == '') return 0;
var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById;
var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById;
var object;
if (is_ns4) object = eval("document." + name);
else if (is_ns6) object = document.getElementById(name);
else object = document.all(name);
if (!object) return 0 ;
object.name = name;
object.startCondObj = obj;
object.startCondTime = time;
object.startXPos = xpos; // left, center, right
object.startYPos = ypos; // top, center, bottom
object.pathType = path; // line, arc, spiral
object.byword = byword; // true, false
object.zoom = zoom;
object.stepNum = stepNum;
return object;
}
function namosw_animate(str)
{
var live_object_num = 0;
for (var i = 0; i < document.NamoAnimationObjects.length; i++) {
var el = document.NamoAnimationObjects[i];
if (!el) continue;
if (el.countDown > 0) {
el.countDown = (0 < el.countDown-10) ? el.countDown-10 : 0;
live_object_num++;
continue;
}
if (el.countDown < 0)
continue;
if (el.pathType == 'line') {
newx = el.sx + el.step * (el.ex - el.sx) / el.stepNum;
newy = el.sy + el.step * (el.ey - el.sy) / el.stepNum;
} else if (el.pathType == 'arc') {
linex = el.sx + el.step * (el.ex - el.sx) / el.stepNum;
liney = el.sy + el.step * (el.ey - el.sy) / el.stepNum;
x = (el.ex + el.sx) / 2;
y = (el.ey + el.sy) / 2;
sinv = Math.sin(Math.PI*el.step/el.stepNum*(el.ex-el.sx > 0 ? -1:1));
cosv = Math.cos(Math.PI*el.step/el.stepNum);
newx = ((cosv*(el.sx-x) - sinv*(el.sy-y) + x) + linex) / 2;
newy = ((sinv*(el.sx-x) + cosv*(el.sy-y) + y) + liney) / 2;
} else if (el.pathType == 'spiral') {
sinv = Math.sin(2*Math.PI*el.step/el.stepNum);
cosv = Math.cos(2*Math.PI*el.step/el.stepNum);
r = (el.stepNum-el.step)/el.stepNum;
newx = el.ex + (cosv*(el.sx-el.ex) - sinv*(el.sy-el.ey))*r;
newy = el.ey + (sinv*(el.sx-el.ex) + cosv*(el.sy-el.ey))*r;
}
if (el.style) {
if (el.zoom == 'zoomin')
el.style.fontSize = 50+50*el.step/el.stepNum + '%';
else if (el.zoom == 'zoomout')
el.style.fontSize = 200-100*el.step/el.stepNum + '%';
}
namosw_set_pos(el, newx, newy);
namosw_set_visible(el, true);
if (el.step++ == el.stepNum) {
namosw_set_pos(el, el.ex, el.ey);
el.step = 0;
el.countDown = -1;
// trigger other object(self can be trigger)
for (var j = 0; j < document.NamoAnimationObjects.length; j++) {
var obj = document.NamoAnimationObjects[j];
if (obj.countDown < 0 && obj.startCondObj == el.name) {
obj.countDown = obj.startCondTime;
live_object_num++;
if (i < j) {
obj.countDown += 10;
live_object_num--;
}
}
}
} else {
live_object_num++;
}
}
if (live_object_num > 0)
window.setTimeout("namosw_animate();", 10);
}
function namosw_init_animation()
{
var i = 0;
var list = new Array;
list[i++] = namosw_new_animation_object('alayer1', null, 0, 'left', 'top', 'line', false, null, 20);
document.NamoAnimationObjects = list;
var length = list.length;
for (i = 0; i < length; i++)
namosw_process_byword(list, i);
for (i = 0; i < list.length; i++) {
if (!list[i]) continue;
list[i].countDown = (list[i].startCondObj == null) ? list[i].startCondTime : -1;
list[i].step = 0;
list[i].sx = (list[i].startXPos == 'left') ? -namosw_page_left(list[i]) :
(list[i].startXPos == 'right') ? namosw_page_right(list[i]) : 0;
list[i].sy = (list[i].startYPos == 'top') ? -namosw_page_top(list[i]) :
(list[i].startYPos == 'bottom')? namosw_page_bottom(list[i]): 0;
list[i].ex = 0;
list[i].ey = 0;
if (!namosw_is_relative(list[i])) {
list[i].sx += namosw_left(list[i]);
list[i].sy += namosw_top(list[i]);
list[i].ex += namosw_left(list[i]);
list[i].ey += namosw_top(list[i]);
}
if (list[i].pathType == 'spiral') {
list[i].sx = Math.max(-200+list[i].ex, Math.min(200+list[i].ex, list[i].sx));
list[i].sy = Math.max(-200+list[i].ey, Math.min(200+list[i].ey, list[i].sy));
}
namosw_set_pos(list[i], list[i].sx, list[i].sy);
namosw_set_visible(list[i], false);
}
window.setTimeout("namosw_animate();", 10);
}
// --></script>
<script language="JavaScript">
<!--
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length-1; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
// --></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="fond.gif" OnLoad=" namosw_init_animation();na_preload_img(false, 'file:///C|/Documents%20and%20Settings/gilles%20et%20sylvie/Mes%20documents/2.jpg');">
<div id="layer1" style="width:968px; height:125px; position:absolute; left:8px; top:2px; z-index:1;">
<p><img src="bannier haut.gif" width="976" height="120" border="0"></p>
</div>
<p> </p>
<div id="layer2" style="width:960px; height:98px; position:absolute; left:10px; top:14px; z-index:1;">
<p><img src="gif-animés.gif" width="960" height="96" border="0"></p>
</div>
<p> <br> </p>
<p id="alayer1" style="position:relative; visibility:hidden;"> </p>
<p> </p>
<div id="layer3" style="width:170px; height:604px; position:absolute; left:6px; top:121px; z-index:1;">
<p> <br> <img src="tuto.gif" width="129" height="48" border="0"> <br> <img src="BOUTON-MODELES.gif" width="128" height="48" border="0"> <br> <img src="BOUTON-DIMENSIONS.gif" width="129" height="49" border="0"> <br> <img src="BOUTON-REF-PEINTURE.gif" width="129" height="48" border="0"><br> <img src="BOUTON-TITRE-1973.gif" width="125" height="48" border="0"> <br> <img src="BOUTON-LIBRAIRIE.gif" width="129" height="48" border="0"><br> <a href="http://a110passion.aceboard.fr/"><img src="BOUTON-FORUM.gif" width="128" height="48" border="0"></a> <br> <img src="BOUTON-GALERIE.gif" width="128" height="48" border="0"> <br> <img src="BOUTON-LIENS.gif" width="128" height="48" border="0"><br> <img src="BOUTON-CONTACT.gif" width="129" height="48" border="0"> <br> <img src="BOUTON-CLUBS.gif" width="128" height="48" border="0"> </p>
<p> <a href="#" OnMouseOut="na_restore_img_src('image1', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'file:///C|/Documents%20and%20Settings/gilles%20et%20sylvie/Mes%20documents/2.jpg', true)"><img border="0" src="file:///C|/Documents%20and%20Settings/gilles%20et%20sylvie/Mes%20documents/1.jpg" width="120" height="40" name="image1"></a></p>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>