Bug in Safari 3.2.1-3.2.2?

Bug in Safari 3.2.1-3.2.2?


Hello.
While developing a site for a client I made a page where I hid all the
div:s with the class news_container like this
$('.news_container:not(:first)').hide();
This works great in Mozilla and Safari 4 (I haven't tried Chrome yet)
but both Safari 3.2.1 and 3.2.2 hide all the div:s, including the
first one. This happens in IE 8 as well.
Am I writing it wrong or is this a known bug in these browsers or in
jQuery?
I am running a minified jQuery 1.3.2 revision 6246.
Any help would be greatly appreciated.
Kindly, Marcus