2011年1月18日

横向导航菜单

摘要: ////横向导航菜单:style type="text/css"body { font-family: Verdana; font-size: 12px; line-height: 1.5; }a { color: #000; text-decoration: none; }a:hover { color: #F00; }#menu { width:800px; height:28px; margin:0 auto; border-bottom:3px solid #E10001;}#menu ul { list-style: none; margin: 0px; padding: 0px 阅读全文

posted @ 2011-01-18 16:17 缘来 阅读(377) 评论(0) 推荐(0)

MailMessage

摘要: ///mailmessage 发送邮件:protected void Button1_Click(object sender, EventArgs e) { string context =" 类别:"+ DropDownList1.Text +" 描述:"+ this.tbxBody.Text.Trim(); string name = this.tbxName.Text.Trim(); string to = this.tbxEmail.Text.Trim(); // string title = this.tbxSub.Text.Trim(); s 阅读全文

posted @ 2011-01-18 11:59 缘来 阅读(1165) 评论(0) 推荐(0)

浏览器兼容--CSS

摘要: ////不同浏览器,分辨率:<link href="" rel="stylesheet" type="text/css" /><script type= "text/javascript" language="JavaScript"> <!-- if (window.navigator.userAgent.indexOf("MSIE")>=1) { //如果浏览器为IEvar IE1024="default.css";v 阅读全文

posted @ 2011-01-18 11:52 缘来 阅读(394) 评论(0) 推荐(0)

导航