Re: [jQuery] Need help with the CSS selector - :not()

2006-09-06 Thread Mogrol
Hi again. Thanks for the replies John and Klaus I did not get :not() to work but I finally got it to work using jQuery's .not() function. This is how I finally solved it, thanks to the tips from both John and Klaus --- $('body [EMAIL PROTECTED]' + rel + ']:not([href$=' +

[jQuery] Bug in animate or am I doing something wrong?

2006-09-06 Thread Mogrol
Hello everybody. I have a div which I am changing size and position for with the animate function but when the animation is completed the div ends up beeing semi-transparent. The div has the following css-properties #box { position: absolute; background: #FF; top: 200px; width:

Re: [jQuery] Bug in animate or am I doing something wrong?

2006-09-06 Thread Mogrol
I think I found the error... don't know if it's a bug in my styling or an error in jQuery though, perhaps somebody else could shine some light on this. I found out that whenever I use animate the div which is animated inherits the opacity of the parent div, even if the animated div has a