Re: [css-d] Missing bullet image in dynamically generated list [solved]

2006-04-06 Thread Tom Dell'Aringa
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 i

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Ingo Chao
Tom Dell'Aringa wrote: > ... Exploring the window with the DOM inspector shows > the right classname and everthing seems in order. You can see this lovely > behavior at: > http://monitor.pixelmech.com/activity.html > http://monitor.pixelmech.com/css/monitor.css > Click the "add ticker" link to >

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Tom Dell'Aringa
On 4/6/06, René Enguehard <[EMAIL PROTECTED]> wrote: > > > > Now, when these LI are generated, the bullet is missing. I checked the > CSS > > over and over, but all seemed fine. When I went to use the Edit CSS in > > FireFox (part of the web developer extension) - the moment I open the > edit > > c

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Tom Dell'Aringa
On 4/6/06, Olly Hodgson <[EMAIL PROTECTED]> wrote: > > On 06/04/06, Tom Dell'Aringa <[EMAIL PROTECTED]> wrote: > > Now, when these LI are generated, the bullet is missing. I checked the > CSS > > over and over, but all seemed fine. When I went to use the Edit CSS in > > FireFox (part of the web dev

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Kenny Graham
> For one, I've never seen the shorthand for background used in that > particular order. I'm pretty sure the syntax is: > > background url(../img/fun.gif) #fff top left no-repeat; I've always done #fff url(image) top left no-repeat; myself. I'm pretty sure the order doesn't matter: Value: [<'

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread René Enguehard
On 4/6/06, Tom Dell'Aringa <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm working on a somewhat complex application where a UL is generated > dynamically. It has the following structure: > > > APPL N > N B B G > > etc. > > The CSS that controls the bullet: > > #activity .down { > backgrou

Re: [css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Olly Hodgson
On 06/04/06, Tom Dell'Aringa <[EMAIL PROTECTED]> wrote: > > Now, when these LI are generated, the bullet is missing. I checked the CSS > over and over, but all seemed fine. When I went to use the Edit CSS in > FireFox (part of the web developer extension) - the moment I open the edit > css window -

[css-d] Missing bullet image in dynamically generated list

2006-04-06 Thread Tom Dell'Aringa
Hi everyone, I'm working on a somewhat complex application where a UL is generated dynamically. It has the following structure: APPL N N B B G etc. The CSS that controls the bullet: #activity .down { background: #000 url("images/quotes_down.gif") 0px 6px no-repeat; } Now, when these LI