Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/06/2011, 10:36
Avatar de el_cesar
el_cesar
 
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 22 años, 10 meses
Puntos: 20
estilo no deja ver los enlaces

tengo esta web http://www.organizacioneverest.com/s...enu/index.html como pueden ver los enlaces del menu no funcionan, luego de mucho revisar me di cuenta que si le quito el estilo "texto" a los enlaces, si los deja funcionar, pero al hacer eso se desordena la web, ya lo valide con el validator de w3c, corregi los errores pero sigue sin funcionar, que puede estar pasando?

esta es mi hoja de estilos

Código CSS:
Ver original
  1. body {
  2. background-color: #CED8F6;
  3. background-image:  url("el-everest.jpg");
  4. background-repeat:no-repeat;
  5. background-position:center;
  6. background-attachment: fixed;
  7. text-align: center;
  8. }
  9. .contenedor{
  10. position: absolute;
  11. width: 600px;
  12. left: 50%;
  13. margin-left: -300px;
  14. background-image: url("fondo.png");
  15. top: 0px;
  16. -moz-border-radius: 10px;
  17. -webkit-border-radius: 10px;
  18. behavior:url(border-radius.htc);
  19. float:left;
  20. }
  21. .head{
  22. width: 292px;
  23. height: 150px;
  24. float: left;
  25. }
  26. .cuadro_titulo{
  27. position: relative;
  28. width: 300px;
  29. margin-left:5px;
  30. font-family: "palatino linotype",palatino,serif;
  31. color: #0011FF;
  32. font-size: 40px;
  33. font-weight: bold;
  34. font-variant: small-caps;
  35. float: left;
  36. }
  37. .texto{
  38. font-family: "trebuchet MS",sans-serif;
  39. color: #100078;
  40. font-size: 40px;
  41. font-weight: bold;
  42. font-variant: small-caps;
  43. }
  44.  
  45. .texto a:link{
  46. color: #100078;
  47. text-decoration:none;
  48. }
  49. .texto a:hover{
  50. color: #100078;
  51. text-decoration: underline;
  52. }
  53. .texto a:visited{
  54. text-decoration: underline;
  55. color: #156B00;
  56. }
  57. .enlace{
  58. position:relative;
  59. width: 550px;
  60. margin-left: 10px;
  61. margin-top: 10px;
  62. float:left;
  63. }
  64. .icono{
  65. position:relative;
  66. width:70px;
  67. float:left;
  68. }
  69. .footer{
  70. position:relative;
  71. width: 600px;
  72. left: 50%;
  73. margin-left: -300px;
  74. font-family: arial,sans-serif;
  75. font-size: 12px;
  76.  
  77. }
__________________
Say no more.......