[jQuery] Re: Mouse hover event problem in a div containing another div with higher z-index

2009-10-06 Thread SmiThiCo
as a mouse out of div A ... On Oct 6, 1:32 pm, Abhay wrote: > On Oct 6, 1:17 pm, SmiThiCo wrote: > > > > > Hi all, > > I've have been struggling a hole day around this and I can't find a > > proper solution :( > > > I have a div A that when I m

[jQuery] Re: Underline links of dynamic HTML introduced in the DOM

2009-10-06 Thread SmiThiCo
M I need to select them specifically to change its text > >>> decoration. Is there something similar to the "live" function in > >>> jquery? For instance for every links introduced in the DOM I want to > >>> check if the website is in underline mode. Case its true, the text > >>> decoration will be changed! > > >>> Thanks in advance! > > >>>SmiThiCo > > >> I obviously meant: > > >> .underlinelinks a       { > >>          text-decoration: underline; > >>          } > > >> -- > >> Jonathan Vanherpe - Tallieu&  Tallieu NV - jonat...@tnt.be > > -- > Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

[jQuery] Mouse hover event problem in a div containing another div with higher z-index

2009-10-06 Thread SmiThiCo
Hi all, I've have been struggling a hole day around this and I can't find a proper solution :( I have a div A that when I mouse hover creates and appends in run time another div B inside with an higher z-index. This new div B is a info div that I want to show within the limits of the div A. When

[jQuery] Re: Underline links of dynamic HTML introduced in the DOM

2009-10-01 Thread SmiThiCo
e (T & T NV)" wrote: > SmiThiCo wrote: > > > Hi all, > > Till now I din not found and an clean solution for my problem. > > > I have a button in my web site "underline links" that changes all the > > links and affects its text decoration to

[jQuery] Underline links of dynamic HTML introduced in the DOM

2009-10-01 Thread SmiThiCo
e website is in underline mode. Case its true, the text decoration will be changed! Thanks in advance! SmiThiCo