摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using NUCTechnologyPark.UIControl;using System.Data;using NUCTechnologyParkBLL;namespace NUCTechnologyPark.UserControl{ public partial class Head : BaseUserControl { p 阅读全文
摘要:
一、background-position定位背景图片1、 可以通过背景定位属性来定义背景图片的位置:background-position,使用背景定位的属性值有下面几种,如果不使用,默认位置是从页面左上角0位置开始:(1)background-position:<percentage>使用百分点定位,0% 0%是指图片左上角与页面左上角对齐;如果是100% 100%,则表示图片右下角与页面右下角对齐。两个百分数用空格分开。<html><head><style type="text/css">body{ background-image 阅读全文
摘要:
一、Marquee详解1、Marquee经常用到的两个事件onMouseOut="this.start()";用来设置鼠标移除出区域时继续滚动;onMouseOver=“this.stop()”;用来设置鼠标移入该区域时停止滚动.2、Marquee向左滚动(缺陷不能实现无缝滚动)<marguee scrollAmount=3 width=900 style="color:#FF0000;font-size:12px; align="texttop" height="14">第二期网上开店免费培训课程将在经七纬一济 阅读全文