Thanks so much, Mottie! Sorry for not replying sooner, RL kind of exploded a bit I really appreciate the work though. Calendar tooltips seem to be broken again, not sure what happened :/ It was doing so well too! Don't worry about it if those events are being a pain, though. We don't have any desperate need for them
One thing I'm noticing as I'm playing with the signup tooltips is that the status color (and therefore styleRow) only seems to work if all the columns before Status are showing. I can hide the Signed Up column just fine, but as soon as I try to hide the User column it stops working. Not sure if styleRow is trying to count over based on column number or something, but it definitely gets confused when things are out of order. Is this something that's easily tweakable? Thanks again for all your help!
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>