Shlomy Gantz
Member since Dec 11, 2008
- Profile: /members/713-shlomy-gantz.htm
- URL: http://www.shlomygantz.com/blog
- Comments: 2
Recent Blog Comments By Shlomy Gantz
-
Ask Ben: Getting CSS Class Names From My CSS Data
Posted on Mar 16, 2007 at 10:31 AM
Oh, by the way .... I am deeply offended by this entry... it does not contain any semi-nude photos whatsoever !!! reference: http://www.bennadel.com/blog/574-How-Do-I-Offend-You-Please-Let-Me-Know.htm... read more »
-
Ask Ben: Getting CSS Class Names From My CSS Data
Posted on Mar 16, 2007 at 9:51 AM
The following code might do the trick as well: <!--- Create an array to hold the CSS classes ---> <cfset aCSS = ArrayNew(1)> <cfset start=1> <!--- Find CSS class occurances (.something) ---> <cfloop condition="start lt len(strCSSData)"> <cfset temp = reFind("\.[-]?... read more »