<script src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js "
type=
"text/javascript"
></script>
<style type=
"text/css"
>
<!--
.DataGridFixedHeader { ; top: expression(
this
.offsetParent.scrollTop);}
-->
</style>
<script type=
$(function(){
var $table = $(
"TABLE[ID^='{4C9CFF20-B467-4E10-820C-0A132442CF98}']:first"
,
"#MSO_ContentTable"
);
<!--WRAP TABLE IN SCROLL PANE-->
$table.wrap(
"<DIV style='OVERFLOW: auto; HEIGHT: 420px'></DIV>"
<!--FROZEN HEADER ROW-->
$(
"TR.ms-viewheadertr:first"
, $table).addClass(
"DataGridFixedHeader"
});
</script>
Cet article est également disponible dans d'autres langues :
Benoit Jester edited Revision 3. Comment: Correction texte
Benoit Jester edited Revision 1. Comment: Début traduction
Benoit Jester edited Original. Comment: Initialisation traduction
Benoit Jester edited Revision 2. Comment: Fin traduction