Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2012, 14:51
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 4 meses
Puntos: 1567
Respuesta: Agregar clase a tbody

En primer lugar, bienvenido/a a FDW alexa12
  • tu tabla no tiene ningún tbody
  • De tenerlo, es semanticamente incorrecto si no se lo asocia a un tfoot y thead,
  • un tbody puede ser estillizado con css ó con javascript
  • mencionás una clase scrollContent de la que no se tienen noticias
  • no se entiende para nada tu problema, expresado como está

por si te sirve
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <title>tb</title>
  6. <style type="text/css">
  7. /*<![CDATA[*/
  8. thead {color:green}
  9. tbody {color:blue; font-family: arial;}
  10. tfoot {color:red}
  11. /*]]>*/
  12. <script type="text/javascript">
  13. //<![CDATA[
  14. function tb(){
  15. document.getElementById('cuerpo').style.fontWeight = 'bold';
  16. }
  17. window.onload = tb;
  18. //]]>
  19. </head>
  20. <table border="1">
  21. <tr>
  22. <th>
  23. AAA
  24. </th>
  25. <th>
  26. BBB
  27. </th>
  28. </tr>
  29. <tr>
  30. <td>
  31. ccc
  32. </td>
  33. <td>
  34. ddd
  35. </td>
  36. </tr>
  37. <tbody id="cuerpo">
  38. <tr>
  39. <td>
  40. ccc
  41. </td>
  42. <td>
  43. ddd
  44. </td>
  45. </tr>
  46. <tr>
  47. <td>
  48. ccc
  49. </td>
  50. <td>
  51. ddd
  52. </td>
  53. </tr>
  54. </body>
  55. </html>

__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.