This function seems to be the culprit, but you'd think mozilla could handle
it, wouldn't you?

<script Language="JavaScript">
<!--    

function ShowHide( ref )
{
   var color;
   if( ref == 'Structure' )
     color = 'aa0000';
   else
     color = '007733';
     
   if (eval(ref).style.display =='none')
   {
      eval('x' + ref).innerHTML = '<font face="Arial,helvetica" color=' +
color + ' size=2><b><u>Hide code</u></b></font>';
      eval(ref).style.display ='';
   }
   else
   {
      eval('x' + ref).innerHTML = '<font face="Arial,helvetica" color=' +
color + ' size=2><b><u>Show code</u></b></font>';
      eval(ref).style.display ='none';
   }   
}
//-->
</script>

-Dan  

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Berry
Sent: Friday, May 21, 2004 12:57 PM
To: [EMAIL PROTECTED]
Subject: [Mono-list] C# Patterns Web Site

Since C# is now popular on Linux ;-) it is a bit irritating when you
encounter a site like this...

http://www.dofactory.com/Patterns/PatternCommand.aspx

The "Show Code" link doesn't expand when used with Mozilla.  Obviously if
you're using Linux it is a bit of a problem to just go into IE and browse
it. ;-)

I've submitted my comments via their contact page. 
Could someone else also do the same.  Maybe if enough people complain
they'll do something about this.

Thanks,
Kevin.



        
                
__________________________________
Do you Yahoo!?
Yahoo! Domains  Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to