begin process at 2010 03 19 16:02:43
  Trouver un code source :
 
dans
 
Accueil > 

Code

 > 

Menu & Co

 > MENU TABLE ROLLOVER STYLE KINGS OF CHAOS.COM

MENU TABLE ROLLOVER STYLE KINGS OF CHAOS.COM


 Information sur la source

Note :
7,5 / 10 - par 2 personnes
7,50 / 10

  • 1

  • 2

  • 3

  • 4

  • 5

  • 6

  • 7

  • 8

  • 9

  • 10
Catégorie :Menu & Co Niveau :Débutant Date de création :10/07/2003 Date de mise à jour :10/07/2003 22:33:35 Vu :14 180

Auteur : mathieumg

Ecrire un message privé
Site perso
Ce membre participe au partage de revenus publicitaires
Commentaire sur cette source (4)
Ajouter un commentaire et/ou une note


 Description

Cliquez pour voir la capture en taille normale
Ce code concerne les débutant étant donné qu'il est très facile à réaliser.

Il s'agit d'un rollover sur un table comme le Menu du site http://www.kingsofchaos.com avec une légère amélioration (Curseur).

Source

  • <html>
  • <head>
  • <title>Menu style Kings Of Chaos.com</title>
  • </head>
  • <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#000000">
  • <div align="left" onmousedown="a">
  • <table border="0" cellpadding="0" cellspacing="0" width="90%">
  • <tr>
  • <td onmousedown="window.location='page1.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 1</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page2.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 2</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page3.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 3</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page4.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 4</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page5.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 5</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page6.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 6</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page7.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 7</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page8.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 8</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page9.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 9</font></b></td>
  • </tr>
  • <tr>
  • <td onmousedown="window.location='page10.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
  • Rubrique 10</font></b></td>
  • </tr>
  • </table>
  • </div>
  • </body>
  • </html>
<html>

<head>
<title>Menu style Kings Of Chaos.com</title>
</head>

<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolor="#000000">

<div align="left" onmousedown="a">
  <table border="0" cellpadding="0" cellspacing="0" width="90%">
    <tr>
      <td onmousedown="window.location='page1.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 1</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page2.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 2</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page3.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 3</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page4.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 4</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page5.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 5</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page6.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 6</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page7.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 7</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page8.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 8</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page9.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 9</font></b></td>
    </tr>
    <tr>
      <td onmousedown="window.location='page10.htm'" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#000000'" style="cursor: hand" width="100%" bgcolor="#000000"><b><font color="#FFFFFF">&nbsp;::
        Rubrique 10</font></b></td>
    </tr>
  </table>
</div>

</body>

</html>

 Conclusion

Rien de spécial. Il ne devrait pas y avoir de bugs. Si c'est le cas parcontre merci de me les signaler.


 Sources du même auteur

REDIRECTION SELON NAVIGATEUR ET VERSION...
DÉTECTION PLUGIN FLASH
PAS DE PUBS SUR MULTIMANIA !!!!
BOITE DE TEXTE ACTIVE SELON UNE CHECKBOX
NOMBRE MINIMAL DE CASES À COCHER

 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 linkinpar236737 le 11/07/2003 15:43:10

c'est vrai que ce script est pour les débutants, mais ca peut toujours servir, et je trouve que les couleurs ne sont pas teribles

Commentaire de mathieumg le 11/07/2003 15:46:47

C'est vrai qu'elles sont pas terribles. Comme je dis c'est juste une base pour les débutants, couleurs modifiables au choix !

Merci

Mathieu M-G

Commentaire de theempereur le 17/08/2004 20:06:35

avec du CSS, on y verrait bcp plus clair............ Sinon c'est cool pour les débutants, mais à partir du moment ou quelqu'un chope deux trois bases de css je vois pas mal de lignes qui disparaissent

Commentaire de mathieumg le 17/08/2004 20:11:39

Oui cette source date, c'était mes débuts :)

Maintenant parmi le HTML,CSS,Javascript,PHP presque rien ne m'échappe :P

Mathieu M-G
mathieumg@qc-net.com

 Ajouter un commentaire




Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Mars 2010
LMMJVSD
1234567
891011121314
15161718192021
22232425262728
293031    

Consulter la suite du CalendriCode

Photothèque

 
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,577 sec (3)

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