<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>英創達網路視野</title>
	<atom:link href="http://www.blog.e-creative.tw/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.e-creative.tw</link>
	<description>網路行銷、網頁設計、軟體技術知識庫</description>
	<lastBuildDate>Sun, 03 Apr 2011 07:37:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.blog.e-creative.tw/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Discuz 論壇風格設計教學-5,新增廣告區塊</title>
		<link>http://www.blog.e-creative.tw/archives/1096</link>
		<comments>http://www.blog.e-creative.tw/archives/1096#comments</comments>
		<pubDate>Tue, 15 Feb 2011 18:40:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discuz論壇]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1096</guid>
		<description><![CDATA[1.點選 &#8220;擴展&#8221;→站點廣告
選擇 &#8220;全局 頁頭二級導航欄廣告(1)&#8221;
  
2.按照指示填寫資料與上傳圖片

回到首頁就會看到囉

]]></description>
			<content:encoded><![CDATA[<p>1.點選 &#8220;擴展&#8221;→站點廣告</p>
<p>選擇 &#8220;全局 頁頭二級導航欄廣告(1)&#8221;</p>
<p>  <img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0011.jpg" alt="" /></p>
<p>2.按照指示填寫資料與上傳圖片</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0012.jpg" alt="" /></p>
<p>回到首頁就會看到囉</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0013.jpg" alt="" width="635" height="361" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1096/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz 論壇風格設計教學-4.更改頁面寬度</title>
		<link>http://www.blog.e-creative.tw/archives/1094</link>
		<comments>http://www.blog.e-creative.tw/archives/1094#comments</comments>
		<pubDate>Tue, 15 Feb 2011 18:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discuz論壇]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1094</guid>
		<description><![CDATA[打開路徑 template\default\common\common.css 修改以下內容
 .wp { margin: 0 auto; width: 960px; }
更改為您需要的寬度
.wp { margin: 0 auto; width: 983px; }
更新css緩存

]]></description>
			<content:encoded><![CDATA[<p>打開路徑 template\default\common\common.css 修改以下內容</p>
<p><span style="color: #339966;"> .wp { margin: 0 auto; width: 960px; }</span></p>
<p>更改為您需要的寬度</p>
<p>.wp { margin: 0 auto; width: <span style="color: #ff0000;">983</span>px; }</p>
<p>更新css緩存</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0010.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1094/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz 論壇風格設計教學-3.增加div 製作更豐富背景</title>
		<link>http://www.blog.e-creative.tw/archives/1089</link>
		<comments>http://www.blog.e-creative.tw/archives/1089#comments</comments>
		<pubDate>Tue, 15 Feb 2011 15:12:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discuz論壇]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1089</guid>
		<description><![CDATA[1.打開檔案 template\default\common\header.htm
在body下增加以下程式碼

2.打開 template\default\common\footer.htm
在&#60;/body&#62;結尾前 增加以下程式碼

3.打開路徑 template\default\common\common.css
新增以下內容
.my_bg2{background: url({IMGDIR}/bg2.png);
 background-repeat: no-repeat;
 background-position: center top;
 
}
4.更新css緩存

5.新增的背景就完成囉
 
]]></description>
			<content:encoded><![CDATA[<p>1.打開檔案 template\default\common\header.htm</p>
<p>在body下增加以下程式碼</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0007.jpg" alt="" /></p>
<p>2.打開 template\default\common\footer.htm</p>
<p>在&lt;/body&gt;結尾前 增加以下程式碼</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0008.jpg" alt="" /></p>
<p>3.打開路徑 template\default\common\common.css</p>
<p>新增以下內容</p>
<p><span style="color: #ff0000;">.my_bg2{background: url({IMGDIR}/bg2.png);<br />
 background-repeat: no-repeat;<br />
 background-position: center top;<br />
 <br />
}</span></p>
<p><span style="color: #000000;">4.更新css緩存</span></p>
<p><span style="color: #000000;"><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0010.jpg" alt="" /></span></p>
<p><span style="color: #000000;">5.新增的背景就完成囉</span></p>
<p> <img title="http://24252151.com/blog/e-creative/blog/lean/2011-02-0009.jpg" src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0009.jpg" alt="" width="727" height="404" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1089/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz 論壇風格設計教學- 2.logo更換與css位置</title>
		<link>http://www.blog.e-creative.tw/archives/1082</link>
		<comments>http://www.blog.e-creative.tw/archives/1082#comments</comments>
		<pubDate>Tue, 15 Feb 2011 15:01:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discuz論壇]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1082</guid>
		<description><![CDATA[1.介面→點選 &#8220;編輯&#8221;

2.輸入圖片名稱，並將圖片存到 static\image\common目錄下面

3.logo出來囉，但太靠右邊了，沒對其，還要調整一下位置

4.打開路徑 template\default\common\common.css
將css中
.hdc { position: relative; z-index: 3; min-height: 70px; background: {HEADERBGCOLOR}; }
    .ie6 .hdc { height: 70px; }
   #hd h2 { padding: 0 20px 8px 0; float: left; }
更改為
.hdc { position: relative; z-index: 3; min-height: 82px; background: {HEADERBGCOLOR}; }
    .ie6 .hdc { height: 82px;  }
   #hd h2 {
 float: left;
 position: absolute; /*浮動起區塊*/
 left: -38px; /*往左負*/
 height: 82px; /*設定圖片高度*/ padding-top: 0;
 padding-right: 20px;
 padding-bottom: 8px;
 padding-left: [...]]]></description>
			<content:encoded><![CDATA[<p>1.介面→點選 &#8220;編輯&#8221;</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0001.jpg" alt="" /></p>
<p>2.輸入圖片名稱，並將圖片存到 static\image\common目錄下面</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0004.jpg" alt="" /></p>
<p>3.logo出來囉，但太靠右邊了，沒對其，還要調整一下位置</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0005.jpg" alt="" width="593" height="275" /></p>
<p>4.打開路徑 template\default\common\common.css</p>
<p>將css中</p>
<p><span style="color: #008000;">.hdc { position: relative; z-index: 3; min-height: 70px; background: {HEADERBGCOLOR}; }<br />
    .ie6 .hdc { height: 70px; }<br />
   #hd h2 { padding: 0 20px 8px 0; float: left; }</span></p>
<p>更改為</p>
<p>.hdc { position: relative; z-index: 3; min-height: <span style="color: #ff0000;">82</span>px; background: {HEADERBGCOLOR}; }<br />
    .ie6 .hdc { height: <span style="color: #ff0000;">82</span>px;  }<br />
   #hd h2 {<br />
<span style="color: #ff0000;"><span style="color: #000000;"> float: left;<br />
</span> position: absolute<span style="color: #808080;">; /*浮動起區塊*/<br />
</span> left: -38px; <span style="color: #808080;">/*往左負*/<br />
</span> height: 82px; <span style="color: #808080;">/*設定圖片高度*/</span> <span style="color: #000000;">padding-top: 0;<br />
 padding-right: 20px;<br />
 padding-bottom: 8px;<br />
 padding-left: 0;<br />
</span></span>}</p>
<p>5.更新css緩存</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0010.jpg" alt="" /></p>
<p>位置就調整好囉</p>
<p> <img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0006.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1082/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz 論壇風格設計教學- 1.背景更換</title>
		<link>http://www.blog.e-creative.tw/archives/1077</link>
		<comments>http://www.blog.e-creative.tw/archives/1077#comments</comments>
		<pubDate>Tue, 15 Feb 2011 14:42:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Discuz論壇]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1077</guid>
		<description><![CDATA[1.介面→點選 &#8220;編輯&#8221;

2.輸入圖片名稱，並將圖片存到 static\image\common目錄下面

就完了囉

]]></description>
			<content:encoded><![CDATA[<p>1.介面→點選 &#8220;編輯&#8221;</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0001.jpg" alt="" /></p>
<p>2.輸入圖片名稱，並將圖片存到 static\image\common目錄下面</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0002.jpg" alt="" /></p>
<p>就完了囉</p>
<p><img src="http://24252151.com/blog/e-creative/blog/lean/2011-02-0003.jpg" alt="" width="617" height="399" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1077/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Psd教學網站</title>
		<link>http://www.blog.e-creative.tw/archives/1070</link>
		<comments>http://www.blog.e-creative.tw/archives/1070#comments</comments>
		<pubDate>Fri, 07 Jan 2011 17:41:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1070</guid>
		<description><![CDATA[
http://psd.tutsplus.com/category/tutorials/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blog.e-creative.tw/wp-content/uploads/2011/01/2011-019.jpg"><img class="alignnone size-full wp-image-1071" title="2011-019" src="http://www.blog.e-creative.tw/wp-content/uploads/2011/01/2011-019.jpg" alt="" width="219" height="70" /></a></p>
<p><a href="http://psd.tutsplus.com/category/tutorials/">http://psd.tutsplus.com/category/tutorials/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1070/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css 常用語法說明</title>
		<link>http://www.blog.e-creative.tw/archives/1064</link>
		<comments>http://www.blog.e-creative.tw/archives/1064#comments</comments>
		<pubDate>Sat, 11 Dec 2010 19:35:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1064</guid>
		<description><![CDATA[連結樣式
a {/*放入所有超連結樣式*/}
a:link {/*放入超連結文字樣式*/}
a:visited {/*放入瀏覽過的連結文字樣式*/}
a:active {/*放入按下連結的樣式*/}
a:hover {/*放入滑鼠移至連結樣式*/}
文字變化
{
color: #ffffff; /*文字顏色*/;
font-family: 微軟正黑體; /*文字字型*/;
font-size: 9pt; /*文字大小*/;
font-style: italic; /*文字斜體*/;
font-variant: small-caps; /*小字體*/;
letter-spacing: 1pt; /*字體間距離*/;
line-height: 200%; /*設定行高*/;
font-weight: bold; /*文字粗體*/;
vertical-align: sub; /*下標字*/;
vertical-align: super; /*上標字*/;
text-decoration: line-through; /*加刪線*/;
text-decoration: overline; /*加頂線*/;
text-decoration: underline; /*加底線*/;
text-decoration: none; /*刪除連結底線*/;
text-transform: capitalize; /*字首大寫*/;
text-transform: uppercase; /*英文大寫*/;
text-transform: lowercase; /*英文小寫*/;
text-align: right; /*文字靠右對齊*/;
text-align: left; /*文字靠左對齊*/;
text-align: center; /*文字置中對齊*/;
text-align: justify; /*文字分散對齊*/;
word-spacing: 5px; /*半形空格的間距*/;
vertical-align: top; /*垂直向上對齊*/;
vertical-align: bottom; /*垂直向下對齊*/;
vertical-align: middle; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>連結樣式</strong><br />
a {/*放入所有超連結樣式*/}<br />
a:link {/*放入超連結文字樣式*/}<br />
a:visited {/*放入瀏覽過的連結文字樣式*/}<br />
a:active {/*放入按下連結的樣式*/}<br />
a:hover {/*放入滑鼠移至連結樣式*/}</p>
<p><strong>文字變化</strong><br />
{<br />
color: #ffffff; /*文字顏色*/;<br />
font-family: 微軟正黑體; /*文字字型*/;<br />
font-size: 9pt; /*文字大小*/;<br />
font-style: italic; /*文字斜體*/;<br />
font-variant: small-caps; /*小字體*/;<br />
letter-spacing: 1pt; /*字體間距離*/;<br />
line-height: 200%; /*設定行高*/;<br />
font-weight: bold; /*文字粗體*/;<br />
vertical-align: sub; /*下標字*/;<br />
vertical-align: super; /*上標字*/;<br />
text-decoration: line-through; /*加刪線*/;<br />
text-decoration: overline; /*加頂線*/;<br />
text-decoration: underline; /*加底線*/;<br />
text-decoration: none; /*刪除連結底線*/;<br />
text-transform: capitalize; /*字首大寫*/;<br />
text-transform: uppercase; /*英文大寫*/;<br />
text-transform: lowercase; /*英文小寫*/;<br />
text-align: right; /*文字靠右對齊*/;<br />
text-align: left; /*文字靠左對齊*/;<br />
text-align: center; /*文字置中對齊*/;<br />
text-align: justify; /*文字分散對齊*/;<br />
word-spacing: 5px; /*半形空格的間距*/;<br />
vertical-align: top; /*垂直向上對齊*/;<br />
vertical-align: bottom; /*垂直向下對齊*/;<br />
vertical-align: middle; /*垂直置中對齊*/;<br />
vertical-align: text-top; /*文字垂直向上對齊*/;<br />
vertical-align: text-bottom; /*文字垂直向下對齊*/;<br />
}</p>
<p><strong>項目符號及編號</strong><br />
{<br />
list-style-type: none; /*不編號*/;<br />
list-style-type: decimal; /*阿拉伯數字*/;<br />
list-style-type: lower-roman; /*小寫羅馬數字*/;<br />
list-style-type: upper-roman; /*大寫羅馬數字*/;<br />
list-style-type: lower-alpha; /*小寫英文字母*/;<br />
list-style-type: upper-alpha; /*大寫英文字母*/;<br />
list-style-type: disc; /*實心圓形符號*/;<br />
list-style-type: circle; /*空心圓形符號*/;<br />
list-style-type: square; /*實心方形符號*/;<br />
list-style-image: url(dot.gif); /*圖片式符號*/;<br />
list-style-position: outside; /*凸排*/;<br />
list-style-position: inside; /*縮排*/<br />
}</p>
<p><strong>背景樣式</strong><br />
{<br />
background-color: #F5E2EC; /*背景色彩*/;<br />
background: transparent; /*透視背景*/;<br />
background-image : url(image/bg.gif); /*背景圖片*/;<br />
background-attachment : fixed; /*浮水印固定背景*/;<br />
background-repeat : repeat; /*重複排列-網頁預設*/;<br />
background-repeat : no-repeat; /*不重複排列*/;<br />
background-repeat : repeat-x; /*在x軸重複排列*/;<br />
background-repeat : repeat-y; /*在y軸重複排列*/;<br />
background-position : 90% 90%; /*背景圖片x與y軸的位置*/;<br />
background-position : top; /*向上對齊*/ ;<br />
background-position : bottom; /*向下對齊*/ ;<br />
background-position : left; /*向左對齊*/ ;<br />
background-position : right; /*向右對齊*/ ;<br />
background-position : center; /*置中對齊*/;<br />
}</p>
<p><strong>滑鼠樣式變化</strong><br />
{<br />
cursor: progress;/*作業中*/;<br />
cursor: crosshair;/*十字型 */;<br />
cursor: n-resize;/*箭頭朝上*/;<br />
cursor: s-resize;/*箭頭朝下*/;<br />
cursor: move;/*十字箭頭*/;<br />
cursor: e-resize;/*箭頭朝右*/;<br />
cursor: w-resize;/*箭頭朝左*/;<br />
cursor: help;/*加一問號*/;<br />
cursor: nw-resize;/*箭頭朝左上*/;<br />
cursor: se-resize;/*箭頭斜右下*/;<br />
cursor: text;/*文字I型*/;<br />
cursor: sw-resize;/*箭頭斜左下*/;<br />
cursor: ne-resize;/*箭頭朝右上*/;<br />
cursor: wait;/*漏斗*/;<br />
cursor: pointer;/*手型*/;<br />
cursor: not-allowed;/*無法使用 */;<br />
cursor: url(&#8220;游標檔名.cur&#8221;),text;;/*游標圖案*/;<br />
}</p>
<p><strong>框線變化</strong><br />
{<br />
border-top:/*上框線*/;<br />
border-bottom:/*下框線*/;<br />
border-left:/*左框線*/;<br />
border-right:/*右框線*/;<br />
border:/*四邊框線*/;<br />
}</p>
<p><strong>框線樣式</strong><br />
solid /*實線框*/<br />
dotted /*虛線框*/<br />
double /*雙線框*/<br />
groove /*立體內凸框*/<br />
ridge /*立體浮凸框*/<br />
inset /*凹框*/<br />
outset /*凸框*/</p>
<p><strong>框線樣式解說</strong><br />
例 border: 1px solid #6699cc;</p>
<p><strong>邊界樣式</strong><br />
{<br />
margin-top: 10px; /*上邊界*/;<br />
margin-right: 10px; /*右邊界值*/;<br />
margin-bottom: 10px; /*下邊界值*/;<br />
margin-left: 10px; /*左邊界值*/;<br />
margin: 10px; /*四邊邊界值*/;<br />
}</p>
<p><strong>邊框空白</strong><br />
{<br />
padding-top: 10px; /*上邊框空白*/;<br />
padding-right: 10px; /*右邊框空白*/;<br />
padding-bottom: 10px; /*下邊框空白*/;<br />
padding-left: 10px; /*左邊框空白*/;<br />
}</p>
<p><strong>物件定位</strong><br />
{<br />
position: relative;top: 10px;left: 10px; /*物件左上角開始位置*/ ;<br />
position : absolute;top: 10px;left: 10px; /*網頁左上角開始位置*/;<br />
}</p>
<p><strong>透明</strong></p>
<div>{<br />
filter:alpha(opacity=75);<br />
-moz-opacity:.75;<br />
opacity:.75;<br />
}</div>
<p><strong>Min-Height  (最小高度)</strong></p>
<p> {<br />
min-height:500px;<br />
height:auto; !important<br />
height:500px;<br />
}</p>
<p><strong>PRE Tag (標籤預格式)<br />
</strong></p>
<div>pre {<br />
white-space: pre-wrap; /* css-3 */<br />
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */<br />
white-space: -pre-wrap; /* Opera 4-6 */<br />
white-space: -o-pre-wrap; /* Opera 7 */<br />
word-wrap: break-word; /* Internet Explorer 5.5+ */<br />
}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1064/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css 不可不知技巧</title>
		<link>http://www.blog.e-creative.tw/archives/1059</link>
		<comments>http://www.blog.e-creative.tw/archives/1059#comments</comments>
		<pubDate>Sat, 11 Dec 2010 11:52:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1059</guid>
		<description><![CDATA[字體大小
ie 、firefox 瀏覽器支援的字體 ，多小都可以呈現
google 最小支援到12px
 IE6的雙倍邊距BUG
浮動後本來外邊距10px，但IE解釋為20px，解決辦法是加上display:inline
讓層顯示在FLASH之上
給FLASH設置透明&#60;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221; /&#62;或者&#60;param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221; /&#62;
 垂直居中
line-height:24px
不斷行
white-space:nowrap;
刪除鏈接上的虛線框
a:active, a:focus {
    outline:none;
}
]]></description>
			<content:encoded><![CDATA[<p><strong>字體大小</strong></p>
<p>ie 、firefox 瀏覽器支援的字體 ，多小都可以呈現</p>
<p>google 最小支援到12px</p>
<p><strong> IE6的雙倍邊距BUG</strong></p>
<p>浮動後本來外邊距10px，但IE解釋為20px，解決辦法是加上display:inline</p>
<p><strong>讓層顯示在FLASH之上</strong></p>
<p>給FLASH設置透明&lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221; /&gt;或者&lt;param name=&#8221;wmode&#8221; value=&#8221;opaque&#8221; /&gt;</p>
<p><strong> 垂直居中</strong></p>
<p>line-height:24px</p>
<p><strong>不斷行</strong></p>
<p>white-space:nowrap;</p>
<p><strong>刪除鏈接上的虛線框</strong></p>
<p>a:active, a:focus {<br />
    outline:none;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1059/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>表單驗證的js寫法範例</title>
		<link>http://www.blog.e-creative.tw/archives/1051</link>
		<comments>http://www.blog.e-creative.tw/archives/1051#comments</comments>
		<pubDate>Wed, 27 Oct 2010 12:20:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1051</guid>
		<description><![CDATA[表單驗證的js各種寫法
http://livevalidation.com/examples

]]></description>
			<content:encoded><![CDATA[<p>表單驗證的js各種寫法</p>
<p><a href="http://livevalidation.com/examples" target="_blank">http://livevalidation.com/examples</a></p>
<p><a href="http://www.blog.e-creative.tw/wp-content/uploads/2010/10/2010-10-123.jpg"><img class="alignnone size-full wp-image-1052" title="2010-10-123" src="http://www.blog.e-creative.tw/wp-content/uploads/2010/10/2010-10-123.jpg" alt="" width="570" height="638" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1051/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>http://www.thetoke.com/</title>
		<link>http://www.blog.e-creative.tw/archives/1023</link>
		<comments>http://www.blog.e-creative.tw/archives/1023#comments</comments>
		<pubDate>Wed, 27 Oct 2010 10:35:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[設計公司網站欣賞]]></category>

		<guid isPermaLink="false">http://www.blog.e-creative.tw/?p=1023</guid>
		<description><![CDATA[<a href="http://www.thetoke.com/" target="_blank">view website</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thetoke.com/"><span style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 100%; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; display: inline; background-color: transparent; padding: 0px; margin: 0px;"><span style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 100%; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; display: inline; background-color: transparent; padding: 0px; margin: 0px;">http://www.thetoke.com/</span></span></a></p>
<p><span style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 100%; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; display: inline; background-color: transparent; padding: 0px; margin: 0px;"><span style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 100%; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; display: inline; background-color: transparent; padding: 0px; margin: 0px;">我覺得還蠻頂尖的設計公司</span></span></p>
<p><img class="alignnone" title="thetoke" src="http://24252151.com/blog/e-creative/2010-10-109.jpg" alt="" width="590" height="354" /></p>
<p><img title="thetoke" src="http://24252151.com/blog/e-creative/2010-10-110.jpg" alt="" width="590" height="354" /></p>
<p><img title="thetoke" src="http://24252151.com/blog/e-creative/2010-10-111.jpg" alt="" width="590" height="354" /></p>
<p><img title="thetoke" src="http://24252151.com/blog/e-creative/2010-10-112.jpg" alt="" width="590" height="354" /></p>
<p><img title="thetoke" src="http://24252151.com/blog/e-creative/2010-10-114.jpg" alt="" width="590" height="354" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.e-creative.tw/archives/1023/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

