Note that there are some explanatory texts on larger screens.

plurals
  1. POWhen using the firefox webdeveloper toolbar to edit CSS, why do some image disappear when the toolbar is open?
    primarykey
    data
    text
    <p>My typical workflow for editing and building my stylesheets for HTML documents is open the Firefox web developer toolbar's Edit CSS panel and edit directly in the browser window.</p> <p>Most of the time this works like a charm. There are times, however, that when I open the Edit CSS panel, certain images disappear, and I have no idea why. And even more strange, some times images that I add with the toolbar open are not visible when it is shut. (I'm talking primarily of images that are added with the CSS background-image rule).</p> <p>Here's some examples...</p> <p><a href="http://kenbrook.org" rel="nofollow noreferrer">http://kenbrook.org</a> - if you open the Edit CSS panel, the body background image disappears, along with several of the div backgrounds. In fact, I think almost all of the CSS background image images disappear. I didn't write the markup and most of the styles on this site, but I'm responsible for editing and completing them. So any idea why this happens?</p> <p><a href="http://joelglovier.com" rel="nofollow noreferrer">http://joelglovier.com</a> - also check this one that I'm just now building myself and writing the styles for (only a couple elements on the page right now). In the header div I have an empty div that I'm putting an image in. When Edit CSS is open, the image appears as expected. When it's closed, however, the image cannot be seen, although using firebug I can see the style is definitely being applied and the div is where it should be.</p> <p>Any explanation??</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload