CSS Hank

來源:http://www.blog.e-creative.tw/archives/531

 

[if IE] IE判斷條件式寫法

來源:http://boohover.pixnet.net/blog/post/12309095-ie-%E6%A2%9D%E4%BB%B6%E5%BC%8F%E8%A8%BB%E8%A7%A3,conditional-comments-%5Bif-ie%5D

文章標籤

cabuchi 發表在 痞客邦 留言(0) 人氣()

現在CSS3仍不支援IE8以下(包含IE8)

所以在設定圓角、陰影、漸層(Gradient Background)等,在IE都沒有效果

所以都要另外做圖片來滿足

 

使用CSS3-PIE 裡面的PIE.htc可以滿足你喲!步驟如下:

文章標籤

cabuchi 發表在 痞客邦 留言(0) 人氣()

<!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-Type" content="text/html; charset=utf-8" />

cabuchi 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE html>
<html>
<title></title>
<head>
<script type="text/javascript" src="jquery-1.7.1.js"></script>

cabuchi 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE html>
<html>
<title></title>
<head>
<script type="text/javascript" src="jquery-1.7.1.js"></script>

cabuchi 發表在 痞客邦 留言(0) 人氣()

  • Jan 05 Thu 2012 16:59
  • TEST


cabuchi 發表在 痞客邦 留言(0) 人氣()

以下的meta標籤  皆要放於<head></head>裡面

關於meta標籤,是為了讓搜尋引擎裡面的小蜘蛛看到你網頁是甚麼內容
可以提高你自己網站的曝光率,達到SEO網頁優化的作用



文章標籤

cabuchi 發表在 痞客邦 留言(0) 人氣()




當兩顆心開始震動
當你瞳孔學會閃躲

cabuchi 發表在 痞客邦 留言(0) 人氣()

建立基本的Content types(http://www.youtube.com/watch?v=_BC93qHZNDY&feature=mfu_in_order&list=UL

新增一個樣式組合,

設定好名稱後,要愛設定field,把每個選單的格式設定好。

才可以「add content」

 

cabuchi 發表在 痞客邦 留言(0) 人氣()

Solutions-3-Applications.jpg 

 

.ntw-n .article-title{/*標題樣式*/
    font-weight: 600;
    border-bottom:1px solid #CCCCCC;

cabuchi 發表在 痞客邦 留言(0) 人氣()

http://jax-work-archive.blogspot.com/2011/03/phpendifendwhileendfor.html


文章標籤

cabuchi 發表在 痞客邦 留言(0) 人氣()

find / -name cron.php

locate cron.php(速度較快)

 

找檔案


cabuchi 發表在 痞客邦 留言(0) 人氣()

外部連結

<link rel="stylesheet" type="text/css" href="../main.css" />  

<style>
    @import url("../main.css");
</style>

cabuchi 發表在 痞客邦 留言(0) 人氣()

CSS分類字典: http://yudans.net/css/index.php?action=class

 

【字體font】

font-weight:bold; 粗體

letter-spacing:10px; 字元間格

cabuchi 發表在 痞客邦 留言(0) 人氣()

接指定相同的參數
執行結果會因為 有加 !important 而變成優先執行

 

<style type="text/css">
p:first-letter{

文章標籤

cabuchi 發表在 痞客邦 留言(0) 人氣()