Salut,
pas trop pigé ce que tu cherches à faire ...
à tout hasard ...
Code :
- <style type=text/css>
- body{
- text-align:center;
- font-family:verdana, arial;
- font-size:1em;
- margin:10px;
- background:#D6DEFF;
- overflow:auto;
- }
- #trucmuche
- {
- color:blue;
- }
- #trucmuche a
- {
- color:red;
- }
- #trucmuche a:hover
- {
- color:yellow;
- }
- .norml{
- color:black;
- }
- .lien1 a{
- color:green;
- }
- </style>
- </head>
- <BODY>
- <br><br>
- <div id="trukchose" class="lien1"><a href="#">ici le lien</a></div><br><br>
- <div id="trukchose2" class="norml" onClick="document.getElementById('trukchose').id='trucmuche';">ici le texte à clicker</div>
|
bien entendu , au 2eme click , tu as une erreur , l'id n'existant plus ...
++
L.
Message édité par Leris le 09-10-2004 à 20:39:34