What have you found for these years?

2011-05-07

display broken images in firefox

Otherwise, we won't know if there's a broken image in a web page.

A quick tip on enabling broken image placeholders in Firefox 3 and beyond

In short, put the following in:
Firefox/Profiles/[depends]/chrome/userContent.css

/*
 * Show image placeholders
 */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }
}

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0