Row-like builder with 960 CSS classes
HTML
<ul id="portal-globalnav"><li id="portaltab-front-page" class="plain"><a href="http://localhost:8080/Plone/front-page" title="Congratulations! You have successfully installed Plone.">Welcome to Plone</a></li><li id="portaltab-news" class="plain"><a href="http://localhost:8080/Plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://localhost:8080/Plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://localhost:8080/Plone/Members" title="Site Users">Users</a></li></ul>
JavaScript
(function($) {
$.fn.equalHeights = function(base_height) {
};
})(jQuery);
$(document).ready(function() {
$('.department .vcard').equalHeights(0);
});