IE6不支援設定transparent為邊框的顏色。例如:border:solid 1px transparent; 解決方案:border:solid 1px transparent;/*set an unused color to be index color*/_border-color:tomato; /*For IE6-*//*then remove this indexed color*/_filter:chroma(color=tomato);/*For IE6-*/結果如下:
代碼如下: <!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" lang="zh-CN"><head><title>
根據國務院檔案,5.19-5.21為全國哀悼日,在此期間,全國和各駐外機構下半旗誌哀,停止公用娛樂活動,外交部和我國駐外使領館設立弔唁簿。5月19日14時28分起,全國人民默哀3分鐘,屆時汽車、火車、艦船鳴笛,防空警報鳴響。為方便網站哀悼,特提供css濾鏡代碼,以表哀悼。以下為全站CSS代碼。1.支援的標準協議為:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">請用:body {
一.What is CSS1.CSS stands for Cascading Style Sheets2.Styles define how to display HTML elements3.Style Sheets Can Save a Lot of Work二. Cascading OrderWhat style will be used when there is more than one style specified for an HTML element? 1.
結合JavaScript的下拉式功能表,純CSS的下拉式功能表我也寫過很多了。不過在微軟 Microsoft Expression Web 的相關網站上看到這個純CSS下拉式功能表的時候,我還是覺得很讚賞。這應該是最精簡、最乾淨的純CSS下拉式功能表了。先看一下效果(這是我重新實現的): 下面是實現方法:首先是菜單的XHTML代碼:<ul> <li><a href="#">菜單一</a></li> <li><a
區別不同瀏覽器,CSS hack寫法,從網上看到很多文章,現總結一下,盡量全面一點,備查。注意下面介紹的這些hack寫法僅適用於XHTML1.0。如果沒有在HTML最前加上<!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/199