凌寒飘香

____成风破浪会有时,直把云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::

<table border="0" cellpadding="0" cellspacing="0" width="100%">
 <tr>
  <td height="15"></td>
 </tr>
 <tr>
  <td>
   <asp:DataGrid id="dtGridTeamUser" runat="server" AutoGenerateColumns="False" Width="100%" CssClass="small"></asp:DataGrid>
  </td>
 </tr>
</table>


<style type=text/css>
.small{ font-size: 9pt; weaver:expression(highlight(this))}
</style>

<script language="javascript">
        function highlight(obj)
        {
            var hightlightBgColor = '#d6d6d6';
            obj.onmouseover = function()
            {
                var o = event.srcElement;

                if(o.tagName=="TD")
                {
                    with(o.parentElement)
                    {
                        style.backgroundColor = hightlightBgColor;
                    }
                }
            }
   
            obj.onmouseout = function()
            {
                var o = event.srcElement;
                if(o.tagName=="TD"){o.parentElement.style.backgroundColor = '';}
            }
        }
         </script>

posted on 2007-07-02 11:07  凌寒飘香  阅读(196)  评论(0编辑  收藏  举报