memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2005-09-08 Thu

ExpandViewもキモ

http://server_name/database_name.nsf/view_name?ReadViewEntries&ExpandView


カテゴリ: [Notes/Domino][Stub]

Greasemonkey - Firefoxでユーザーサイドスクリプトを実現するためのエクステンション

- Summary
Firefoxでユーザーサイドスクリプトを実現するためのエクステンション
Amazon - Greasemonkey Hacks (Hacks): 洋書
- Reference
Greasemonkey Hacks (Hacks): 洋書
Firefox まとめサイト - Greasemonkey
http://firefox.geckodev.org/?Greasemonkey
Dive Into Greasemonkey
http://diveintogreasemonkey.org/
はてなダイアリー - Greasemonkeyとは
http://d.hatena.ne.jp/keyword/Greasemonkey
はてなグリースモンキー(Greasemonkey)
http://www.hatena.ne.jp/tool/greasemonkey

カテゴリ: [Firefox]

PICS-Label - アクセス制限

- Reference
アクセス制限について - PICS-Label
http://www.geocities.co.jp/Hollywood/9752/pics.html

カテゴリ: [HTML][Stub]

理想的なサイトマップ

- Summary
<ul>と<li>だけでサイトマップを表現.
lastitem クラスがミソ.

- HTML Source

<ul id="linkList">
	<li>
		<a href="/">Home</a>
		<ul>
			<li>
				<a href="/1/">2nd - 1</a>
				<ul>
					<li>
						<a href="/1/1/">3rd - 1</a>
					</li>
					<li>
						<a href="/1/2/">3rd - 2</a>
					</li>
					<li class="lastitem">
						<a href="/1/3/">3rd - 3</a>
					</li>
				</ul>
			</li>
			<li>
				<a href="/2/">2nd - 2</a>
				<ul>
					<li>
						<a href="/2/1/">3rd - 1</a>
					</li>
					<li>
						<a href="/2/2/">3rd - 2</a>
					</li>
					<li class="lastitem">
						<a href="/2/3/">3rd - 3</a>
					</li>
				</ul>
			</li>
			<li class="lastitem">
				<a href="/3/">2nd - 3</a>
				<ul>
					<li>
						<a href="/3/1/">3rd - 1</a>
					</li>
					<li>
						<a href="/3/2/">3rd - 2</a>
					</li>
					<li class="lastitem">
						<a href="/3/3/">3rd - 3</a>
					</li>
				</ul>
			</li>
		</ul>
	</li>
</ul>


- CSS Source
ul#linkList ul {
	margin-left:0;
	margin-bottom:1em;
	padding-top:0.3em;
	background:url("first-item.png") 20px 0px repeat-y;
	line-height:1;
}
 
ul#linkList li{
	list-style: none;
}
 
ul#linkList ul li{
	margin:0.3em 0 0.3em 0;
	padding-left:45px;
	background:url("all-item.png") 20px 0.7em no-repeat;
}
 
ul#linkList ul li.lastitem{
	background:url("last-item.png") 20px 0.5em no-repeat;
}


- 画像
first-item.pngの画像
all-item.pngの画像
last-item.pngの画像

- Reference
ミツエーリンクス - サイトマップ
http://www.mitsue.co.jp/sitemap/

カテゴリ: [XHTML][CSS]
2005-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-09-05 14:14
Copyright © 2005 xight.org All Rights Reserved.