zen.org Communal Weblog

January 31, 2007

FreecycleDublin

Filed under: — elana @ 15:50 IST

The LeinsterFreecycle group has been renamed to FreecycleDublin (we want to make the group smaller, and encourage others to start more local groups in their areas in Leinster). So if you are on it, please change your email addresses/bookmarks. And now to prepare for the influx of people who are on no-email on Yahoo and have no idea what’s going on.

-@-moz-document

Filed under: — Sven @ 15:02 IST

I found a new CSS trick yesterday. If you have a block of CSS that messes up other browsers but Mozilla browsers stick it it a @-moz-document block, like:

CSS for every browser here
@-moz-document url-prefix()
{
Mozilla only CSS here
}

It would be really cool if every browser had some sort of @ rule to parse out browser specific code like this rather then using tricks.

Powered by WordPress