Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html Tags > ToolTips and Ta...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 422 of 439
Post > Topic >>

ToolTips and Tables -- how can I have tooltips on the cells of a column?

by "Frank" <fxpurcell@[EMAIL PROTECTED] > Dec 6, 2006 at 07:16 PM

I could use your help.  I need to add tooltips to each column of an
HTML table, for the entire column of cells.  I want to add a single
element to the table, and have that one element represent the tooltip
for all the cells in the column.

I'm doing the brute-force method right now of adding a tooltip to every
<td> in the table.  The problem there is that the HTML is ballooning in
size as a result (see an example below).

Any ideas, examples or help on this?

        <tbody>
          <tr>
            <td class="bluedata" title="Column 1 ToolTip"> Row 1</td>
            <td class="yellowdata" title="Column 2 ToolTip"> Row 1</td>
            <td class="bluedata" title="Column 3 ToolTip"> Row 1</td>
          </tr>
          <tr>
            <td class="bluedata" title="Column 1 ToolTip"> Row 2</td>
            <td class="yellowdata" title="Column 2 ToolTip"> Row 2</td>
            <td class="bluedata" title="Column 3 ToolTip"> Row 2</td>
          </tr>
          .......
          <tr>
            <td class="bluedata" title="Column 1 ToolTip"> Row 140</td>
            <td class="yellowdata" title="Column 2 ToolTip"> Row
140</td>
            <td class="bluedata" title="Column 3 ToolTip"> Row 140</td>
          </tr>

Thanks,
Frank




 3 Posts in Topic:
ToolTips and Tables -- how can I have tooltips on the cells of a
"Frank" <fxp  2006-12-06 19:16:40 
Re: ToolTips and Tables -- how can I have tooltips on the cells
"Blue Apricot"   2006-12-07 06:48:59 
Re: ToolTips and Tables -- how can I have tooltips on the cells
"BootNic" <B  2006-12-07 22:05:39 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon May 12 5:18:06 CDT 2008.