I am working on some wordpress theme development, but instead of
creating a local sandbox I would like to be able to use firebug to do
things like replace background images and images and the like.
However, I can only figure out how to insert images that are on the
internet, and not ones that are on my local machine.
for example, if I am editing the CSS using firebug, and there is an
entry:
#header {
background: #FFFFFF url(images/logo.png) ;
}
I would like to change it to be:
#header {
background: #FFFFFF url(file:///home/username/images/new_logo.png);
}
Every time I type this, I can mouseover the "file:///home/~~" and it
shows me a preview of the image, but that image is not reflected in
the actual webpage.
Other times (maybe its when I enter the above with a syntax error) as
soon as I press "enter" the entire "background" entry disappears from
the CSS...
How can I get firebug to reflect local files onto remote websites?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---