On 1/28/06, cj <[EMAIL PROTECTED]> wrote:
>
> my guess would be that your image is no longer referenced correctly.
> make sure the url in your css is relative to the css file's location.


I agree, this is the most likely problem. If the directory looks like this:

--[-]my webpage
----[-]css
------stylesheet.css
----[-]images
------orangedot.gif

Simply change your CSS to:

ul.orange-bullet {
list-style-image: url(../images/orangedot.gif);
}

This should solve your problem.

--
http://blake.f2o.org/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to