Display CSS Classes within SharePoint

I'm posting this just because I'm getting tired of losing the script... This is a great script written by Microsoft to reveal CSS classes within SharePoint. Taken from: ( http://msdn2.microsoft.com/en-us/library/ms438349.aspx ) <script language="jscript"> function ClassInfo() { if (window.event.srcElement.className != null) { stsclass.innerText = window.event.srcElement.className; } else { stsclass.innerText = ""; Read More... Del.icio.us | Digg It | Technorati | Blinklist | Furl | reddit | DotNetKicks

Read the complete post at http://www.sharepointblogs.com/holliday/archive/2007/07/26/display-css-classes-within-sharepoint.aspx

Published Thursday, July 26, 2007 9:55 PM by SharePoint Blogs
Filed under: , , ,