Hi Mislav, Thanks for the reply. I have this on the Stylish window popup:
__BEGIN__ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("del.icio.us") { } div.meta.a.pop { display:none } __END_ But I still can't see any change taken effect. Namely, "... saved by xxx other people " still exist. Moreover, the preview bar doesn' t show it. Did I go to wrong the direction here? Hope to hear from you again. --Edward On 10/9/06, Mislav Marohnić <[EMAIL PROTECTED]> wrote: > > > > > > > Yes there is. If you're using Firefox, you can install the Stylish > extension. Once on the del.icio.us page, find a pattern (CSS selector) for > those elements. All those elemens can be selected with "div.meta a.pop". > Easy. > > Now click on the Stylish icon in the status bar. Choose "write style" > "for > del.icio.us". A window will open up. Notice the pre-entered text and the > empty space delimited by curly brackets. Put your CSS in it: > > div.meta a.pop { display:none } > > Click "preview" to see what you've done. When you're happy, save it with a > title. You're done :) > > You can add custom style for other browsers, too, even IE. You just have to > figure out where it is located and how to target a specific domain. > > -- > Mislav > > On 10/7/06, ewijaya_sg <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Is there a way to do that? > > [Non-text portions of this message have been removed] > > Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

