Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

try adding this rule to the css:

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

jsfiddle sample

source from: http://stackoverflow.com/a/6744791/1915183https://stackoverflow.com/a/6744791/1915183

try adding this rule to the css:

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

jsfiddle sample

source from: http://stackoverflow.com/a/6744791/1915183

try adding this rule to the css:

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

jsfiddle sample

source from: https://stackoverflow.com/a/6744791/1915183

Source Link

try adding this rule to the css:

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

jsfiddle sample

source from: http://stackoverflow.com/a/6744791/1915183