ms-vh2 exists by verifying "view source" but I cant get the following code to do the tricks for me. any idea??
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function()
{
$("tr.ms-viewheadertr th:contains('Name')").css("width", "315px");
//$("TH.ms-vh2:contains('Name')").css("width", "50px");
//$("TH.ms-vh2-nograd:contains('Title')").css("width", "350px");
//$("TH.ms-vh2:contains('LongDescription')").css("width", "350px");
});
</script>