易截截图软件、单文件、免安装、纯绿色、仅160KB

css table

      <asp:GridView ID="GridView1" runat="server" Width="100%" 
                   HorizontalAlign="Center" CellPadding="1" AutoGenerateColumns="False"  AllowPaging="true" 
                              CellSpacing="1" BorderWidth="0px" BackColor="#6594D1" 
                                    onrowdatabound="GridView1_RowDataBound" onsorting="GridView1_Sorting" 
                                          onselectedindexchanging="GridView_SelectedIndexChanging" AllowSorting="True">
               <AlternatingRowStyle CssClass="TD-BG-LAN" BackColor="#ffffef" BorderColor="#ffffff"></AlternatingRowStyle>
               <RowStyle CssClass="TD-BG-BAI" BackColor="white" Height="22"></RowStyle>
            <HeaderStyle HorizontalAlign="Center" CssClass="TR-LAN" BackColor="#CCCC99" Height="24"></HeaderStyle>
            <Columns>
             <asp:CommandField ShowSelectButton="true" HeaderStyle-Width="5%"
      &n


相关文档:

CSS对IE6、IE7、IE8支持详细的易用的参考

來源:http://www.webjx.com/css/divcss-17091.html
中文原文:CSS在Internet Explorer 6, 7 和8中的差别
译自:CSS Differences in Internet Explorer 6, 7 and 8
关于浏览器的最离奇的统计结果之一就是Internet Explorer
 
版本6,7和8共存。截至本文,Internet Explorer各个版本总共占据了大约65%的市场 ......

使用CSS样式 clear:both 实现div不并排

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
#wai{
 width:500px;
 height:500px;
 background-color: #990;
}
#nei {
 float:left;
 width:200p ......

CSS 浮动元素(float)

我们可以通过CSS属性float令元素向左或向右浮动。也就是说,令盒子及其中的内容浮动到文档(或者是上层盒子)的右边或者左边(参见第9课关于盒状模型的描述)。下图阐明了其原理:
举个例子,假如我们想让一张图片被一段文字围绕着,那么其显示效果将如下所示:
如何实现这个效果?
上例的HTML代码如下所示:
<div i ......

div+css 网页布局

今天刚弄的,呵呵
index.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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">
<head>
<meta http-equiv="Content-T ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号