久久中文精品,中文字幕一区二区三区在线播放 ,亚洲国产精品999http://www.aygfsteel.com/wshsdlau/category/51794.html如何學好java,其實很簡單,只要用心體會,慢慢積累!zh-cnFri, 25 May 2012 05:04:33 GMTFri, 25 May 2012 05:04:33 GMT60根據id控制樣式http://www.aygfsteel.com/wshsdlau/archive/2012/03/14/379114.html哈希哈希Wed, 14 Mar 2012 05:58:00 GMThttp://www.aygfsteel.com/wshsdlau/archive/2012/03/14/379114.htmlhttp://www.aygfsteel.com/wshsdlau/comments/379114.htmlhttp://www.aygfsteel.com/wshsdlau/archive/2012/03/14/379114.html#Feedback0http://www.aygfsteel.com/wshsdlau/comments/commentRss/379114.htmlhttp://www.aygfsteel.com/wshsdlau/services/trackbacks/379114.html    width: 10%;
    height:40px;
    position:absolute;
    z-index:4;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    top:30%;
}

哈希 2012-03-14 13:58 發表評論
]]>
HTML+CSS水平居中其實很簡http://www.aygfsteel.com/wshsdlau/archive/2011/04/22/379196.html哈希哈希Fri, 22 Apr 2011 01:42:00 GMThttp://www.aygfsteel.com/wshsdlau/archive/2011/04/22/379196.htmlhttp://www.aygfsteel.com/wshsdlau/comments/379196.htmlhttp://www.aygfsteel.com/wshsdlau/archive/2011/04/22/379196.html#Feedback0http://www.aygfsteel.com/wshsdlau/comments/commentRss/379196.htmlhttp://www.aygfsteel.com/wshsdlau/services/trackbacks/379196.html     <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>HTML+CSS水平居中其實很簡</title>
    <style>
    body,p{ 
    padding:0px; 
    margin:0px; 
    padding-top:20px; 
    font-size:10pt; 
    font-family:"宋體"; 
    } 
    .demo{ 
        width:800px; 
        height:400px; 
        margin:0 auto;/*CSS才是水平居中全靠他了*/ 
        border: 1px solid #999999; 
    } 
    p{ 
    width:90%; 
    height:auto; 
    margin:20px 0px 0px 20px;} 
    
    </style>
    </head>
    
    <body>
    <div class="demo">
        <p>哈哈DIV水平居中了哦</p>
        <p>margin:0 auto;/*CSS才是水平居中全靠他了*/  你可以測試兼容目前的各種主流瀏覽器,如有不兼容現象歡迎留言討論</p>
        <p>CSS body,p{}是為了清理頁面邊距和各種瀏覽器的差異</p>
        <p>當然,所謂HTML+CSS就是說所有的html標簽都是可以使用的,不一定要是DIV。</p>
    </div>
    </body>
    </html>


哈希 2011-04-22 09:42 發表評論
]]>
CSShttp://www.aygfsteel.com/wshsdlau/archive/2011/04/21/379203.html哈希哈希Thu, 21 Apr 2011 09:12:00 GMThttp://www.aygfsteel.com/wshsdlau/archive/2011/04/21/379203.htmlhttp://www.aygfsteel.com/wshsdlau/comments/379203.htmlhttp://www.aygfsteel.com/wshsdlau/archive/2011/04/21/379203.html#Feedback0http://www.aygfsteel.com/wshsdlau/comments/commentRss/379203.htmlhttp://www.aygfsteel.com/wshsdlau/services/trackbacks/379203.html2.1.3   先模仿后進步

前面所講的這種查看源文件的方法,正是提供了一種模仿的途徑,我們可以在碰到認為效果不錯的網頁時,查看源文件,分析其中CSS的使用,從而提高自己的水平。不過,不能抄襲別人的樣式表,畢竟那是辛勤的勞動成果,我們所要做的就是從中學到知識。

由于國外CSS技術應用比較成熟,有必要在學習的過程中以分析模仿國外優秀網站為主,同時還可
以提高自己的英文水平。下面列出了一些比較好的學習鉆研CSS技術的站點。

http://www.w3.org/Style/CSS/ 這是CSS的老家,CSS的官方站點,是從出版信息到具體技術非常全面的英文站點。

http://www.csszengarden.com/ 經典的CSS Zen Garden網站。Zen在日語里就是禪的意思,我們姑且稱這個網站為CSS禪意花園吧。網站主要目的就是為了探索CSS所能做到的各種視覺效果,具有探索性質,適合英文閱讀能力強,對CSS有興趣,且有一定基礎的讀者,是英文站點。

http://www.cssbeauty.com/ 美麗的CSS。該網站列出了一些使用CSS比較出色的站點,配合它們的首頁圖片。類似的網站還有http://www.cssartillery.com/

www.blueidea.com 藍色理想。這是一個中文的設計類網站,在它的前臺欄目和論壇中有一些CSS的文章、求助的帖子等。同時,它還有很多其他關于設計、編程的欄目和文章。

學習CSS主要還是通過看書、實際編寫來進行,在有了一定基礎后,要多瀏覽應用得好的網站,從中可以學習到更多的東西。



哈希 2011-04-21 17:12 發表評論
]]>
顏色變換http://www.aygfsteel.com/wshsdlau/archive/2011/04/16/379207.html哈希哈希Sat, 16 Apr 2011 05:34:00 GMThttp://www.aygfsteel.com/wshsdlau/archive/2011/04/16/379207.htmlhttp://www.aygfsteel.com/wshsdlau/comments/379207.htmlhttp://www.aygfsteel.com/wshsdlau/archive/2011/04/16/379207.html#Feedback0http://www.aygfsteel.com/wshsdlau/comments/commentRss/379207.htmlhttp://www.aygfsteel.com/wshsdlau/services/trackbacks/379207.html       不為零:紅色 #ff3030   ->#FF0033


審核人 審核日期不為空時候   藍色  #1E90FF  ->0000FF
  contactIntoDetail.aspx
 ******************************************************************
string color = string.Empty;
if (!string.IsNullOrEmpty(record.AuditId) && record.AuditDate != null && record.AuditDate > DateTime.MinValue)
                {
                    color = "#0000FF";
                }
                else
                {
                    color = "black";
                }
***********************************************************************************
style='color:"+color+"'
***************************************************************************************

哈希 2011-04-16 13:34 發表評論
]]>
主站蜘蛛池模板: 华阴市| 嘉义市| 资阳市| 长丰县| 陆良县| 庆云县| 遂川县| 青铜峡市| 永福县| 乡宁县| 丹江口市| 会宁县| 垦利县| 德保县| 白水县| 武定县| 重庆市| 河西区| 清涧县| 丽江市| 安阳县| 江陵县| 上饶县| 吉林省| 德清县| 宜丰县| 阳泉市| 榆中县| 梅州市| 隆化县| 广河县| 玉林市| 福鼎市| 平安县| 原阳县| 万山特区| 辽阳县| 色达县| 关岭| 灵宝市| 南漳县|