begin process at 2010 03 21 10:29:10
  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 :11 279

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 MENU VERTICALE GAUCHE ET DROIT DEROULANT par kazma
Source avec Zip Source avec une capture MENU VERTICALE EN TRANSPARENCE par dlvains
Source avec Zip Source avec une capture MENU DÉROULANT EN IMAGES par dlvains
Source avec Zip TBFRAME: TAB BROWSING FRAME par triumphs
Source avec Zip Source avec une capture MENU PRINCIPAL par ali1987

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

Mars 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728
293031    

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 : 0,764 sec (4)

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