親子日記APP
|
免費申請
|
登入
mini box 迷你盒子
這裡是工程師的筆記資料.
部落格
相簿
APP日記
書籤
標籤:
css/html
的相關文章
瀏覽方式:
摘要列表
|
標題列表
|
全站 《css/html》 相關
jquery .submit() 無法送出表單??
2012
10
19
09:26
在 IE Tester、KKMan 中 無法執行 .submit() 的狀況
網頁像這樣:
<form name="form1" id="form1" action="xxx.php" method="POST"> <input type=text name=a1 id=a1 value=""> //以下幾種按鈕的寫法...
繼續閱讀»
分類:
jquery
/
留言(0)
note: IE 看畫面都是空白、無法自動切換編碼問題
2012
07
19
12:36
昨天修改一下 <title>...</title> 內容後 有些 IE 會看到完全空白的畫面 原來是 <title> 中的某些文字會讓 IE 錯誤判斷網頁的編碼(跳到 BIG5), 甚至 IE 也忽略掉 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 所指定的編碼 例如下面這個 某些版本 IE 看到的是完全空白的畫面 就因為 <title> 中那個 。 全型句點的關係: <html> <head> <title>你好。TEST</title&g...
繼續閱讀»
分類:
css/html
/
留言(2)
note: 關於 rel="nofollow"
2009
06
12
21:23
NoFollow 真的可以做到 PageRank Sculpting 嗎? 你的留言被“nofollow”了吗? Google 的說明: 關於 rel="nofollow" 「Nofollow」可以讓網站管理員告訴搜尋引擎「不要遵從此網頁上的連結」或「不要遵循此特定連結」。 nofollow 屬性最初是用在網頁層級的中繼標記裡,告訴搜尋引擎不要遵從 (即檢索) 網頁上的任何對外連結。 例如: <meta name="robots" content="nofollow" /> 在 nofollow 尚未用在個別連結時,要想避免漫遊器遵從網頁上的個別連結相當費事 (例如,將連結重新導...
繼續閱讀»
分類:
搜尋引擎
/
留言(0)
Blockquote 樣式/css
2009
04
22
11:10
Better Blockquotes http://css-tricks.com/examples/Blockquotes/ 提供幾種 blockqoute樣式︰
還有這裡也可參考︰ using CSS and blockquote http://www.htmlsource.co.uk/using-css-and-blockquote/ ...
繼續閱讀»
分類:
css/html
/
留言(0)
jquery dialog 範例
2009
03
03
22:49
<html> <body> <script src="http://www.google.com/jsapi"></script> <script> google.load("jquery", "1.4"); google.load("jqueryui", "1.7"); </script> <link rel="stylesheet" href="http://jquery-ui.googlecode.com/svn/tags/latest/themes/base/jqu...
繼續閱讀»
分類:
jquery
/
留言(0)