On 4/6/06, Ingo Chao <[EMAIL PROTECTED]> wrote:
>
>
> The images do not show up in Fx, Safari or Opera (my PC is gone to sleep
> already). In Fx DomInspector and in Safari's WebInspector, both show a
> /computed/ path of
>    http://monitor.pixelmech.com/css/images/quotes_up.gif
>
> but the image is in fact located at
>    http://monitor.pixelmech.com/images/quotes_up.gif
>
> So the correct path would be
>
> #activity .up {
> background: #000 url("../images/quotes_up.gif") 0px 6px no-repeat; }
>
> instead of current
>
> background: #000 url("images/quotes_up.gif") 0px 6px no-repeat;
>
> You can set this in DomInspector and the images appear.
>
> Of course, this does not explain why the images pop up in WebDeveloper
> Edit CSS.
>

Ah, thank you SO much Ingo! That was indeed it, and as I figured it would,
it seems so obvious now, sheesh.

All along I felt the path to the thing was wrong, and then the trick with
the editor tricked me! LOL. I was using the DOM inspector - how I missed
that is beyond me!

Thanks so much.

Tom

--
www.pixelmech.com
www.crossandthrone.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to