I have a tooltip set to display a calendar, and it shows up just fine where I want it except the calendar for one ID# is showing up when you mouseover the ID# above it. Is there a way to knock it down one column so the tooltip shows up over the right ID#?
TableTextStyle[10]@
Grid[(# /. {i_?IDQ, cc__,o__} :> {Tooltip[i, Calendar[i, yr]],
cc,o}), ItemSize -> 15,
Sequence @@ $GridOptions] &@data /. y_String :> OutputForm@y;
TableTextStyle,IDQ,Calendar,yr,$GridOptionsanddataare? – acl Jun 30 '11 at 18:41LabelStylelook in:Graphics[Tooltip[Disk[], "Label", LabelStyle -> Directive[Red, Bold]], ImageSize -> 50]? Copied straight from the documentation but LabelStyle is red there and in my notebook. Is my mma installation starting to rot? – Sjoerd C. de Vries Jul 1 '11 at 16:14