I'm just starting to learn CSS. A way I like to learn is to copy source code from a site I admire, and then sort of "rebuild" it myself to learn how it was done. I am not using that site, or stealing it -- I am just practicing from it. For example, I will take various s from the style sheet and then play with it in my own page to see how it works, etc. Sometimes I have trouble seeing how background graphics are working in the code, so I want to actually get the background image to see, for sure, just what that image was (because it's sort of hard in CSS due to blending of background colors to graphics, etc.).
Anyway, in a "traditional" HTML website you can right-click the image and save it to your computer. Can you do this in CSS? I can get the .css style files (they'll pop up in Notepad, etc.) -- but can I get the graphics?
The ID code usually says something like:
background:url("graphicfilename.jpg") no-repeat left top;
..but that doesn't tell me the directory that file is in. If I am asking a "taboo"-type question, like I am trying to steal, or something, I'm not. I'm just trying to learn.
Can I get graphics in CSS-derived web pages?
thanks,
Phile