<s... $(document).ready(function(){ $('#topmenu .menu li').hover( function() { $(this).find('ul:first').show(); $(this).find('a:first').addClass("hover"); }, function() { $(this).find('ul:first').hide(); $(this).find('a:first').removeClass("hover"); } ); });
"внедрите" его перед тегом
</body>
че то криво отображается… это в стилях нужно править? или ещё что нить подправить?
да