@mattifesto
<?php $("#pulldownmenu a").removeAttr("title"); ?>
where this code should be placed?
also its needed to call
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script>
jquery lib for this to work i guess :).
I tried to put em both in templated header but then page isnt loading :/