NetTalk Central

Author Topic: Tooltips and Colors Specific to a td in a table  (Read 4004 times)

mpetitjean

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Nola Ridge
    • Email
Tooltips and Colors Specific to a td in a table
« on: August 28, 2007, 04:59:37 AM »
     I have a schedule browse in a standard table.  I can see where color is set on the rows in the table through the CSS file.  I want to color the individual tds (cells?) in the table for each time period scheduled in a specific row.  At the same time i want to create a tooltip for the cells in the appointment that will show details of the appointment.

     I tried using the "Conditional" tab (Display options) to set a condition (the td has a portion of an appointment) and then display and image and a tool tip.  When I run the server and view the page there is no image and the mouse doesn't provide a tool tip over the cell.  The table HTML, in Firebug, is unchanged.

    I can see how to change this information in the CSS file but I want to change this dynamically as the browse is created.  I don't know how many rows will be in the browse.  What settings should I use to get this to work?

mpetitjean

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Nola Ridge
    • Email
Re: Tooltips and Colors Specific to a td in a table
« Reply #1 on: August 28, 2007, 06:21:11 AM »
     OK, I've got it!  I had to put 'images\" in front of the name of the png file of the image.

     I also got the tool tip working!  No I'm working to set it into a variable!