I've using the tooltip script from bassistance.de and I have some issues with IE6.
The jquery code has a line that defines the position of the tooltip (top: 15;) I'm not 100% sure why, but for all other browsers, the value for "top" should be -60 and just for IE6, it should be 100 Is there any way I can add a line to the jquery.tooltip.js file that will target the change for IE6? The link is: http://www.projects.redpointdesign.ca/rp/index.php I am using a conditional css for IE6. I'm not a javascript programmer at all. Thanks! Brian

