Sobsna all on the screen. Code:
$('.news-block_main').hover( function(){$('.news-block-hover_main').show('fast')('display','block');}, function(){$('.news-block-hover_main').hide('fast')('display','none');} );
The code itself works, confusing only errors in the console.
('display','block')
- Grundy'display','block'
must also be removed. - Nofate ♦