Page 1 sur 1

menu

Posté : 22 juin 2005, 09:05
par donny
Salut,

J ai recuperer un menu sur ce site
http://css.alsacreations.com/xmedia/exe ... zontal.htm
et le truc c est qu il dise qu il est compatible avec internet explorer et ce qu il y a c est que les espace entre les sous menu sont trop grand, il y a trop de blanc et je pije pas ?
Alors que quand je le lance sous mozila il est nikel ????

Merci[/url]

Posté : 22 juin 2005, 10:02
par Invité
Euhh au risque de paraitre idiot ...
C'est quoi la question?? :lol: :lol:

Posté : 22 juin 2005, 10:03
par castelli
Oupss j'etait en invités desolé :)

Posté : 22 juin 2005, 10:37
par donny
pourquoi sa ne fonctionne pas ?
sous mozilla j ai un vrai menu et avec IE j ai un menu deroulant qui quand il se deroule va jusqu a la barre d etat

Posté : 22 juin 2005, 10:39
par castelli
Parce que ie respecte pas les normes W3C...

Posté : 22 juin 2005, 11:53
par Invité
ok
je vais aller sur le net et essayer de retrouver un menu pour mon site, qui fonctionne avec :cry:

Posté : 22 juin 2005, 15:00
par PhilFree
Il fonctionne très bien sous IE 6 et FireFox.

Ta version IE est-elle à jour ?

Voici un autre menu déroulant si tu préfères:
<script>
		// SCRIPT permettant de créer un MENU DEROULANT simple
		// insérer ce script sur la page HTML à l'emplacement désiré

bgcolor   = '#999966';	// couleur de fond des cellules du menu
bgcolor2  = '#336666';	// couleur de fond de la cellule survolée
bordcolor = '#FFFFCC';	// couleur de la bordure

largeur = 100 ;	 		// largeur des cellules en pixels
hauteur = 21  ;			// hauteur des cellules en pixels

cellmenu = '<TD WIDTH=' + largeur + ' ALIGN="left" BGCOLOR=' + bgcolor + ' onMouseOver="this.style.background=\'' + bgcolor2 + '\';popdown(menlien[';
cellmenu1= ')" onMouseOut="this.style.background=\'' + bgcolor + '\'"><a onClick="return(false)" onMouseOver="popdown(menlien[' ;
cellmenu2= ')" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><B>' ;
cellmenu3= '</B></FONT></a></TD>' ;

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');

// ------------------LIENS

menlien = new Array;		// création des Array Menu
menlien[0] = new Array;
menlien[1] = new Array;
menlien[2] = new Array;
menlien[3] = new Array;
menlien[4] = new Array;

posmenu = 4 ;				// nombre de menus (ici 4)

menlien[0][0] = 'Menu 1' ;	// texte du 1er  menu (remplacer Menu 1)
menlien[0][1] = 'Menu 2' ;	// texte du 2eme menu
menlien[0][2] = 'Menu 3' ;	// texte du 3eme menu
menlien[0][3] = 'Menu 4' ;	// texte du 4eme menu

// ci-dessous après HREF=" indiquer le lien
// et remplacer Menu x-x par votre description

menlien[1][0] = '<a HREF="lien11.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-1</a>';
menlien[1][1] = '<a HREF="lien12.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-2</a>';
menlien[1][2] = '<a HREF="lien13.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-3</a>';
menlien[1][3] = '<a HREF="lien14.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-4</a>';
menlien[1][4] = '<a HREF="lien15.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-5</a>';
menlien[1][5] = '<a HREF="lien16.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-6</a>';
menlien[1][6] = '<a HREF="lien17.htm" CLASS=ejsmenu TARGET="_parent">Menu 1-7</a>';

menlien[2][0] = '<a HREF="lien21.htm" CLASS=ejsmenu TARGET="_parent">Menu2-1</a>';
menlien[2][1] = '<a HREF="lien22.htm" CLASS=ejsmenu TARGET="_parent">Menu2-2</a>';
menlien[2][2] = '<a HREF="lien23.htm" CLASS=ejsmenu TARGET="_parent">Menu2-3</a>';
menlien[2][3] = '<a HREF="lien24.htm" CLASS=ejsmenu TARGET="_parent">Menu2-4</a>';
menlien[2][4] = '<a HREF="lien25.htm" CLASS=ejsmenu TARGET="_parent">Menu2-5</a>';

menlien[3][0] = '<a HREF="lien31.htm" CLASS=ejsmenu TARGET="_parent">Menu3-1</a>';
menlien[3][1] = '<a HREF="lien32.htm" CLASS=ejsmenu TARGET="_parent">Menu3-2</a>';
menlien[3][2] = '<a HREF="lien33.htm" CLASS=ejsmenu TARGET="_parent">Menu3-3</a>';
menlien[3][3] = '<a HREF="lien34.htm" CLASS=ejsmenu TARGET="_parent">Menu3-4</a>';
menlien[3][4] = '<a HREF="lien35.htm" CLASS=ejsmenu TARGET="_parent">Menu3-5</a>';
menlien[3][5] = '<a HREF="lien36.htm" CLASS=ejsmenu TARGET="_parent">Menu3-6</a>';

menlien[4][0] = '<a HREF="lien41.htm" CLASS=ejsmenu TARGET="_parent">Menu4-1</a>';
menlien[4][1] = '<a HREF="lien42.htm" CLASS=ejsmenu TARGET="_parent">Menu4-2</a>';


function popdown( msg , pos ) {
								// fonction ouvrant le menu déroulant
	habillage.visibility = "hidden";
	a = true ;
	habillage.left = pos;
	content = "<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=" + bordcolor + " WIDTH=" + largeur + "><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";

	pass = 0 ;
	while (pass < msg.length) {
		content += "<TR><TD BGCOLOR=" + bgcolor + " onMouseOver=\"this.style.background='" + bgcolor2 + "'\" onMouseOut=\"this.style.background='" + bgcolor + "'\" HEIGHT=" + (hauteur-5) + "><FONT SIZE=1 FACE=\"Arial\"><B>&nbsp;&nbsp;" + msg[pass] + "</B></FONT></TD></TR>";
		pass++;
	}

	content += "</TABLE></TD></TR></TABLE>";

	if (nava) {
		habillage.document.write(content);
		habillage.document.close();
		habillage.visibility = "visible";
	}

	else if (dom) {
		document.getElementById("topdeck").innerHTML = content;
		habillage.visibility = "visible";
	}

	else if (iex) {
		document.all("topdeck").innerHTML = content;
		habillage.visibility = "visible";
	}
}

function FermerMenu() {
								// fonction fermant le menu déroulant
	habillage.visibility = "hidden";
}

	document.write( '<style type="text/css">' );
	document.write( '.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }' ) ;
	document.write( '#topgauche { position:absolute; z-index:10; }' ) ;
	document.write( 'A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}' ) ;
	document.write( 'A.ejsmenu {color:#FFFFFF; text-decoration:none;}' ) ;
	document.write( '</style>' ) ;
	document.write( '<div style="position:relative;height:' + hauteur + '"><DIV class=popper id=topdeck></DIV>' );

	var nava = (document.layers);
	var dom  = (document.getElementById);
	var iex  = (document.all);

	if (nava) {
		habillage = document.topdeck
	}
	
	else if (dom) {
		habillage = document.getElementById("topdeck").style
	}
	
	else if (iex) {
		habillage = topdeck.style
	}

	habillage.top = hauteur - 1 ;

	document.onclick = FermerMenu ;

	document.write('<DIV ID=topgauche><TABLE ALIGN="left" BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=' + bordcolor + ' WIDTH='+ 4*largeur +'><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=' + hauteur + ' ALIGN="CENTER"><TR>')

	i = 0 ;

	while ( i <  posmenu ) {
		document.write( cellmenu + (i+1) + '],' + (i * largeur) + cellmenu1 + (i+1) + '],' + (i * largeur) + cellmenu2 + menlien[0][i] + cellmenu3 ) ;
		i++ ;
	}

	document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ;

</script>

Posté : 23 juin 2005, 08:00
par donny
J ai IE 5 donc c est pour cela en faite

Posté : 23 juin 2005, 08:04
par donny
j ai recopier ton menu dans un .html et quand je le lance il ne se passe rien ??c est normal ?

Posté : 23 juin 2005, 09:29
par guy
marche tres bien ce menu en chipotant un poil tu peu meme ajouter des images dans les cases.
Guy

Posté : 23 juin 2005, 10:50
par Invité
il est compatible avec IE 5,
faut qu eje rajoute les balise <html>......

Posté : 28 juin 2005, 10:46
par guy
je tente d'utiliser ton menu ca marche tres bien mais je croule sous les erreurs html dans la verification tidy
est ce que quelqu'un pourrait m'aider à rendre ce menu compatible html4.1 et css ?
le menu est ici: http://guylinux.no-ip.com/~guy/factux-d ... x/test.php
et la liste des erreurs html(attention c'est long ;) )

Code : Tout sélectionner

# Line 24, column 15: end tag for element "B" which is not open cellmenu3= '</B></FONT></a></TD>' ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 24, column 22: end tag for element "FONT" which is not open cellmenu3= '</B></FONT></a></TD>' ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 24, column 26: end tag for element "A" which is not open cellmenu3= '</B></FONT></a></TD>' ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 24, column 31: end tag for element "TD" which is not open cellmenu3= '</B></FONT></a></TD>' ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 31, column 23: end tag for element "STYLE" which is not open document.write('</style>') The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 32, column 91: end tag for element "DIV" which is not open ...5"><DIV class=popper id=topdeck></DIV>'); The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 53, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-1</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 54, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-2</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 55, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-3</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 56, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-4</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 57, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-5</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 58, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-6</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 59, column 80: end tag for element "A" which is not open ...=ejsmenu TARGET="_parent">Menu 1-7</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 61, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu2-1</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 62, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu2-2</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 63, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu2-3</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 64, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu2-4</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 65, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu2-5</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 67, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-1</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 68, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-2</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 69, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-3</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 70, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-4</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 71, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-5</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 72, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu3-6</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 74, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu4-1</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 75, column 79: end tag for element "A" which is not open ...SS=ejsmenu TARGET="_parent">Menu4-2</a>'; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 87, column 254: end tag for element "B" which is not open ..."><B>&nbsp;&nbsp;" + msg[pass] + "</B></FONT></TD></TR>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 87, column 261: end tag for element "FONT" which is not open ...bsp;&nbsp;" + msg[pass] + "</B></FONT></TD></TR>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 87, column 266: end tag for element "TD" which is not open ...nbsp;" + msg[pass] + "</B></FONT></TD></TR>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 87, column 271: end tag for element "TR" which is not open ..." + msg[pass] + "</B></FONT></TD></TR>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 91, column 23: end tag for element "TABLE" which is not open content += "</TABLE></TD></TR></TABLE>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 91, column 28: end tag for element "TD" which is not open content += "</TABLE></TD></TR></TABLE>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 91, column 33: end tag for element "TR" which is not open content += "</TABLE></TD></TR></TABLE>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 91, column 41: end tag for element "TABLE" which is not open content += "</TABLE></TD></TR></TABLE>"; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 120, column 28: end tag for element "STYLE" which is not open document.write( '</style>' ) ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 121, column 109: end tag for element "DIV" which is not open ...'"><DIV class=popper id=topdeck></DIV>' ); The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 24: end tag for element "TR" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 32: end tag for element "TABLE" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 37: end tag for element "TD" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 42: end tag for element "TR" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 50: end tag for element "TABLE" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 56: end tag for element "DIV" which is not open document.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Line 152, column 62: end tag for element "DIV" which is not open ...ument.write('</TR></TABLE></TD></TR></TABLE></DIV></DIV>') ; The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry.