[jQuery] I'm stuck

[jQuery] I'm stuck

Hi,
sorry, but I'm stuck again. Could someone please help me translate this:
if(top.left_search.document.getElementById('tab3').style.display == 'block')
into "jQuery".
I tried these to get the element itself, but both don't work:
if($('#tab3 :display', top.left_search.document).size())
if($('top left_search document #tab3').size())
And I have no idea how to check for "style.display == 'block')"...
Michael
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/