Ver Mensaje Individual
  #8 (permalink)  
Antiguo 13/12/2010, 12:15
Avatar de neodani
neodani
 
Fecha de Ingreso: marzo-2007
Mensajes: 1.811
Antigüedad: 17 años, 2 meses
Puntos: 20
Respuesta: Ayuda con outline

Hola alexk,

Utilizo una hoja de reset pero sigue sin surtir efecto en Internet Explorer

http://neodani.com/fdw/boton1/boton1.php

La hoja que uso es la siguiente

Código CSS:
Ver original
  1. /* v1.0 | 20080212 */
  2.  
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. a, abbr, acronym, address, big, cite, code,
  6. del, dfn, em, font, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td {
  12.     margin: 0;
  13.     padding: 0;
  14.     border: 0;
  15.     outline: 0;
  16.     font-size: 100%;
  17.     vertical-align: baseline;
  18.     background: transparent;
  19.    
  20. }
  21. body {
  22.     line-height: 1;
  23. }
  24. ol, ul {
  25.     list-style: none;
  26. }
  27. blockquote, q {
  28.     quotes: none;
  29. }
  30. blockquote:before, blockquote:after,
  31. q:before, q:after {
  32.     content: '';
  33.     content: none;
  34. }
  35.  
  36. /* remember to define focus styles! */
  37. :focus {
  38.     outline: 0;
  39. }
  40.  
  41. /* remember to highlight inserts somehow! */
  42. ins {
  43.     text-decoration: none;
  44. }
  45. del {
  46.     text-decoration: line-through;
  47. }
  48.  
  49. /* tables still need 'cellspacing="0"' in the markup */
  50. table {
  51.     border-collapse: collapse;
  52.     border-spacing: 0;
  53. }
  54.  
  55. .nfloat { float: none;      }
  56. .lfloat { float: left;      }
  57. .rfloat { float: right;     }
  58. .clear  { clear: both;      }
  59. .lclear { clear: left;      }
  60. .rclear { clear: right;     }

Me recomiendas usar otra que sí funcione?

Muchas gracias de antemano