[jQuery] Re: abs. pos. flickering in innerFade with jQuery

2007-06-19 Thread Benjamin Sterling
Thomas, Have you tried taking the link out of the div and just putting the class on the link? It may have something to do with the div being a block level element, but that is just a guess. On 6/19/07, tlob [EMAIL PROTECTED] wrote: Hy there I'm having real fun working with jQuery. Even if

[jQuery] Re: abs. pos. flickering in innerFade with jQuery

2007-06-19 Thread tlob
Hey Benjamin Yes, I tried that already. Still don't work *sigh* but cheers thomas On 19 Jun., 15:45, Benjamin Sterling [EMAIL PROTECTED] wrote: Thomas, Have you tried taking the link out of the div and just putting the class on the link? It may have something to do with the div being

[jQuery] Re: abs. pos. flickering in innerFade with jQuery

2007-06-19 Thread Mike Alsup
This doesn't answer your question, but why do those links need to be absolutely positioned? Perhaps it would be simpler to use margins and text-align styling. For example: .abslink {margin: 200px auto; text-align:center; } Mike On 6/19/07, tlob [EMAIL PROTECTED] wrote: Hy there I'm having