Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Css styling for dynamic tables

Guest
Nov 02, 2007 Nov 02, 2007
Hi, Does anyone have any info for dynamic table css style rules or syntax? I can't seem to find anything by googling. I need to set an overflow property for one of my returned TD values, it returns comments, and if it is larger than the other values, which are name, email, ect..., I want it to scroll to keep the table neat. I have pulled this off with ColdFusion at work rather easily. Thanks.
TOPICS
Server side applications
222
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 05, 2007 Nov 05, 2007
LATEST
Hi All,

I found a solution, could not apply a class directly to a <td>. So I nested a div inside with the <td> inside it's double quotes, and the applied the class.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines