[jQuery] Re: css on dynamic table row

2009-08-05 Thread Stefano
show me your css fragment with the selector and if you can a fragment of the jquery if its possilbe, you do not have it maybe online somewhere? do you use firebug or web-developer toobar ? you could look on the generated code if everthing went ok i will try to make an example today when i will b

[jQuery] Re: css on dynamic table row

2009-08-03 Thread dealkk
can you give me full working example? This is what i try. The dummy td did apply css style ,but all dynamic td are not apply css style. dummy [row append dynamiccly] On Aug 2, 6:54 pm, Stefano wrote: > this is a more css problem than a jquery problem. > you have to make the right order i

[jQuery] Re: css on dynamic table row

2009-08-02 Thread Stefano
this is a more css problem than a jquery problem. you have to make the right order in your css and use right selector. i had the same problem. td.td-class div a { /*some styles*/ } a.active:hover { /*some styles such as background-image dondt wordek but border worked. in my case dont worked on dy