English Sentence Loading...
英语句子加载中...
ASP.NET改变checkboxlist选中项字体颜色
作者:admin 日期:2010-08-26
1.default.aspx设计页面
程序代码
程序代码<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
google的日程安排的.net实现
作者:admin 日期:2010-08-25
鼠标放上去表格变颜色
作者:admin 日期:2010-08-24
<TABLE border=1>
<TR bgcolor=#CCFFFF onmouseover=this.style.background='#cccccc' onmouseout=this.style.background='#ccffff'>
<TD >移上来看看</TD>
<TD > </TD>
</TR>
<TR bgcolor=#CCFFFF onmouseover=this.style.background='#cccccc' onmouseout=this.style.background='#ccffff'>
<TD >移上来看看</TD>
<TD > </TD>
</TR>








