Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/03/2011, 14:33
Avatar de fedefrankk
fedefrankk
 
Fecha de Ingreso: agosto-2007
Mensajes: 871
Antigüedad: 16 años, 8 meses
Puntos: 7
Pregunta Respuesta: Botones que se queden apretados

Buenas, no funcino, o algo estoy haciendo mal.. dejo codigo y se agradece los ejemplo y el tiempo tomado por ustedes.

Código CSS:
Ver original
  1. .tex2{
  2. line-height:26px;
  3. font-family:"Century Gothic", "Century Schoolbook", "Century Schoolbook SWA","Arial";
  4. font-size:14px;
  5. list-style:none;
  6. text-align:justify;
  7. position: absolute;
  8. width: 655px;
  9. height: 169px;
  10. left: 263px;
  11. top: 345px;}
  12.  
  13. .boton{text-decoration:none
  14. }
  15.    
  16. .boton:hover{
  17.     text-decoration:underline;
  18. }
  19.  
  20. .boton:active {
  21.     text-decoration:underline;
  22. }
  23. .boton:select {
  24.     font-weight:bold;
  25.     text-decoration:underline;
  26. }

codigo html

Código HTML:
Ver original
  1.  
  2.                <div class="tex2" id="nu6" > <!--FEDE NUT2 -->
  3.                 <li><span onclick="uno('u')" class="boton" id="a1">UNO</span></li>
  4.                 <li><span onclick="uno('d')"class="boton" id="a2">DOS</span></li>
  5.                 <li><span onclick="uno('t')"class="boton" id="a3">TRES</span></li>
  6.                
  7.                 </div>
  8.  
  9.  
  10.  
  11.  
  12. </body>
  13. </html>

Si alguien tiene algun aporte sera agradecido.!!

Saludos a todos
fede