Ver Mensaje Individual
  #32 (permalink)  
Antiguo 17/04/2009, 17:33
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: Arruiné todo mi trabajo al cambiar el archivo CSS... HELP!!!!

o sea que debería quedar de esa manera

Código css:
Ver original
  1. /* CSS Document */
  2.  
  3. #top{
  4. height: auto;
  5. width: 950px;
  6. text-align:left;
  7. }
  8. #nav{
  9. height: 49px;
  10. width: 950px;
  11. margin-bottom: 10px;
  12. }
  13. #nav_1{
  14. float: left;
  15. height: 49px;
  16. width: 9px;
  17. }
  18. #nav_2{
  19. float: left;
  20. height: 80px;
  21. width: 933px;
  22. padding-top: 8px;
  23. }
  24. #nav_3{
  25. float: left;
  26. height: 49px;
  27. width: 8px;
  28. }
  29. #tablist{ margin: 25px 0 0 0; }
  30. #tablist li{ list-style: none; display: inline; }
  31. #tablist li a{
  32. text-decoration: none;
  33. margin: 0 3px 0 0;
  34. padding: 4px 15px;
  35. border: 1px solid #3B3B3B;
  36. font-weight: bold;
  37. color: #F60;
  38. }
  39. #tablist li a:hover{
  40. border: 1px solid rgb(255, 102, 0); color: #00C;
  41. color: #F00; background-color: #FF9;
  42. }
  43. #tablist li a.current{
  44. background-color: #3B3B3B;color: #ccc;
  45. }
  46. #tablist .key { text-decoration: underline;}
  47. #ads{
  48. height: 143px;width: 950px;
  49. margin-bottom: 15px;
  50. }
  51. #ads1{
  52. float: left;
  53. height: 143px;
  54. width: 8px;
  55. }
  56. #ads2{
  57. float: left;
  58. height: 136px;
  59. width: 934px;
  60. padding-top: 7px;
  61. }
  62. #ads3{
  63. float: left;
  64. height: 143px;
  65. width: 8px;
  66. }
  67. #text{
  68. tab height: auto;
  69. tab width: 940px;
  70. tab border: 4px solid #EAEAEA;
  71. tab text-align: left;
  72. tab padding: 10px;
  73. tab margin-bottom: 15px;
  74. }
  75. #left_title{
  76. height: 40px;
  77. width: 160px;
  78. font-size: 16px;
  79. color: #FFFFFF;
  80. padding-top: 17px;
  81. padding-left: 11px;
  82. font-weight: bold;
  83. }
  84. #left{
  85. height: auto;
  86. width: 170px;
  87. text-align: left;
  88. margin-top: 5px;
  89. }
  90. #left ul{
  91. margin: 0px;
  92. padding: 0px;
  93. list-style-type: none;
  94. }
  95. #left li{
  96. line-height: 25px;
  97. padding-left: 10px;
  98. }
  99. #word_big{par
  100. font-size: 24px;
  101. color: #FFFFFF;
  102. font-weight: bold;
  103. }
  104. #footer{
  105. height: auto;
  106. width: 940px;
  107. border: 4px solid #EAEAEA;
  108. text-align: left;
  109. padding: 1px;
  110. }
  111. a:link {
  112. color: #3333ff;
  113. text-decoration: none;
  114. }
  115. a:visited {
  116. color: #33aacc;
  117. text-decoration: none;
  118. }
  119. a:hover {
  120. text-decoration: underline;
  121. color: #FF0000;
  122. }
  123. a:active {
  124. text-decoration: none;
  125. color: #FF0000;
  126. }
  127.   .title1 {
  128. tab color: #F60;
  129. }
  130.   #nav #nav_2 table tbody tr td {
  131. tab color: #999;
  132. }
  133.   #text table tbody tr td #left {
  134. tab color: #FFC;
  135. tab font-size: 10px;
  136. tab font-family: Verdana, Geneva, sans-serif;
  137. }
  138.   #text table tbody tr td table tbody tr td p {
  139. tab color: #CF9;
  140. }

pruebalo en un archivo css nuevo y lo vinculas y avisas
__________________
WFC
codigo82