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?