[jQuery] Re: ClueTip, hideLocal, IE6: the same old sad story

2009-07-11 Thread brian
On Sat, Jul 11, 2009 at 11:34 AM, Karl Swedberg wrote: > Hi Brian, > I'm just thinking out loud here, but maybe adding a rule to your > stylesheet would fix it in IE6: > div.DownloadInfo { display: none; } > /* override display:none when the div is inside #cluetip */ > #cluetip div.DownloadInfo {

[jQuery] Re: ClueTip, hideLocal, IE6: the same old sad story

2009-07-11 Thread Karl Swedberg
Hi Brian, I'm just thinking out loud here, but maybe adding a rule to your stylesheet would fix it in IE6: div.DownloadInfo { display: none; } /* override display:none when the div is inside #cluetip */ #cluetip div.DownloadInfo { display: block; } for that matter, you could be more generi