Hi, in a css I have a pseudo element selector to style the first letter (::first-letter).
I only want to style the first letter of paragraphs having a certain class, but if I add this class widh the .addClass() function nothing happens initialy in Firefox but it is rendered well in Chrome. If I try to edit the html of the paragraph with firebug then the ::first- letter selector works. In another hand, is there a way to select a pseudo element like this with Selectors? I tried without success: http://mootools.net/shell/RNzUz/ thanks
