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

2009-10-06 Thread SmiThiCo
Thank you Jonathan. That worked! Rui On Oct 1, 5:24 pm, Jonathan Vanherpe (T T NV) jonat...@tnt.be wrote: well, if you don't underline your links, you only really needed to define text-decoration: none once in your css. If you add .underlinelinks before whatever the selector you used for

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

2009-10-01 Thread Jonathan Vanherpe (T T NV)
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 'underline'. From this point all the links of the website should be underline. The problem is

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

2009-10-01 Thread Jonathan Vanherpe (T T NV)
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 'underline'. From this point all the links of the website should be underline. The problem is

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

2009-10-01 Thread SmiThiCo
Thanks. I'll give it a try. I didn't tried this before because in the inner divs of the body I sometimes override the text decoration value. So in terms of css priority I not sure if this is going to work. But I'll tell you later. Thanks! On Oct 1, 1:11 pm, Jonathan Vanherpe (T T NV)

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

2009-10-01 Thread Jonathan Vanherpe (T T NV)
well, if you don't underline your links, you only really needed to define text-decoration: none once in your css. If you add .underlinelinks before whatever the selector you used for that, it will be overridden in most cases. so your css would be something like: #content a {