begin process at 2012 02 14 02:24:12
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Menu & Co

 > MENU

MENU


 Information sur la source

Note :
5 / 10 - par 1 personne
5,00 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Menu & Co Niveau :Débutant Date de création :15/05/2003 Date de mise à jour :15/05/2003 09:38:49 Vu :13 720

Auteur : Microsux

Ecrire un message privé
Site perso
Commentaire sur cette source (1)
Ajouter un commentaire et/ou une note

 Description

un menu avec des boutons dont l'intitulé s'affiche dans un texte area

Source

  • <!--A placer dans les balises head:-->
  • <script language=javascript>
  • function showText(txt)
  • {
  • document.menubar.affichage.value = txt;
  • }
  • function hideText()
  • {
  • document.menubar.affichage.value = "";
  • }
  • </script>
  • <!--dans body:-->
  • <!--Beginning of the menuBar code-->
  • <table style="background=black;border-color=red;border-style=groove;" width=auto% height=auto>
  • <tr><td style="color=red;font-family=Futura XBlk BT;" align=center>
  • <b>MENU</b><div style="font-color=red;font-size=6;"></div>
  • </td></tr>
  • <tr><td><hr width=100% color=red></td></tr>
  • <tr><td>
  • <form name="menubar" style="valign=center;">
  • <input type=text size=auto name="affichage" style="color=red;font-size=20;text-align=center;font-family=Futura XBlk BT;background=black;">
  • <input type=button onmouseover="showText('premier bouton');" onmouseout="hideText();" value="1" style="color=red;font-size=20;text-align=center;">
  • <input type=button onmouseover="showText('second bouton');" onmouseout="hideText();" value="2" style="color=red;font-size=20;text-align=center;">
  • <!--ajouter ici les différents boutons que vous voulez en rajoutant des balises input comme ci-dessus-->
  • </form>
  • </td></tr>
  • </table>
  • <!--End of the menuBar code-->
<!--A placer dans les balises head:-->
<script language=javascript>
function showText(txt)
{
   document.menubar.affichage.value = txt;
}
function hideText()
{
   document.menubar.affichage.value = "";
}
</script>

<!--dans body:-->
<!--Beginning of the menuBar code-->
<table style="background=black;border-color=red;border-style=groove;" width=auto% height=auto>
<tr><td style="color=red;font-family=Futura XBlk BT;" align=center>
	<b>MENU</b><div style="font-color=red;font-size=6;"></div>
</td></tr>
<tr><td><hr width=100% color=red></td></tr>
<tr><td>
<form name="menubar" style="valign=center;">
	<input  type=text size=auto name="affichage" style="color=red;font-size=20;text-align=center;font-family=Futura XBlk BT;background=black;">
	<input type=button onmouseover="showText('premier bouton');" onmouseout="hideText();" value="1" style="color=red;font-size=20;text-align=center;">
	<input type=button onmouseover="showText('second bouton');" onmouseout="hideText();" value="2" style="color=red;font-size=20;text-align=center;">
	<!--ajouter ici les différents boutons que vous voulez en rajoutant des balises input comme ci-dessus-->
</form>
</td></tr>
</table>
<!--End of the menuBar code-->



 Sources de la même categorie

Source avec Zip Source avec une capture UN MENU EN CSS par Julien39
Source avec Zip FLÈCHE CLIGNOTANTE AU SURVOL D'UN LIEN par lecurieux41
Source avec Zip Source avec une capture TREEMENU-2.3.6-MACNIP par neep
Source avec Zip Source avec une capture MENU CIRCULAIRE par adelmonis
Source avec Zip Source avec une capture MENU TASKBAR WINDOWSXP HOME par micking

Commentaires et avis

Commentaire de revinc le 21/05/2003 09:48:52

c moche et vraiment pas terrible.
Je vois pas trop à quoi ça peut servir sur un site web

 Ajouter un commentaire




Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Février 2012
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
272829    

Consulter la suite du CalendriCode

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 1,326 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales