Web application R&D notes, from the world of Java, Flex, CSS, XHTML, Flash, .NET, cross-browser compatibility, JavaScript, AJAX, ADA compliance, Photoshop, and any and all things related to Web development!
Showing posts with label plugin. Show all posts
Showing posts with label plugin. Show all posts
27 September 2010
24 September 2010
22 September 2010
13 September 2010
02 September 2010
17 August 2010
Disappearing background image in the Web Developer plug-in for Firefox
One of the most powerful ways to view and edit the CSS of web sites on Firefox is the Web Developer extension. However, I recently noticed that when I selected Edit CSS from the extension's toolbar, the background images on the page disappeared.
Some research revealed a good thread on this issue. The problem had to do with the "../" notation in the stylesheet; changing these to be relative to the site root fixed the problem. For example, this:
Some research revealed a good thread on this issue. The problem had to do with the "../" notation in the stylesheet; changing these to be relative to the site root fixed the problem. For example, this:
background: transparentbecomes this:
url(../img/bg.png) no-repeat 0 0;
background: transparentThis is assuming that the background image is here:
url(/cms_prd/global/img/bg.png) no-repeat 0 0;
http://localhost/cms_prd/global/img/bg.png
29 July 2010
Firefox Environment Backup Extension
Back up Firefox profiles on Mac, Windows, and Linux with this handy plugin.
26 June 2010
Subscribe to:
Posts (Atom)