忍者ブログ
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

JS使用
#foreach($heart in $heartList)
	<a href="javascript:OpenDotList('../VBlogDotListS.jsp?PG=0&ID=$user.userId&TD=$tegaki.tegakiId');">
		<img class="BlogCmdHeartIcon" src="$heart" />
	</a>
#end
	<a href="javascript:OpenDot('../VCreateDotS.jsp?ID=$user.userId&TD=$tegaki.tegakiId');">
		<img class="EditHeartIcon" src="http://img01.pipa.jp/tegaki/img/EditHeartIcon.gif" />
	</a>
未使用
#foreach($heart in $heartList)
	<a href="../VBlogDotListS.jsp?PG=0&ID=$user.userId&TD=$tegaki.tegakiId" onClick="window.open('../VBlogDotListS.jsp?PG=0&ID=$user.userId&TD=$tegaki.tegakiId','ハートリスト','width=390,height=550');return false;">
		<img class="BlogCmdHeartIcon" src="$heart" />
	</a>
#end
	<a class="EditHeartIconHeader" href="../VCreateDotS4.jsp?M=0&ID=$user.userId&TD=$tegaki.tegakiId" >
		<img class="EditHeartIcon" src="http://img01.pipa.jp/tegaki/img/EditHeartIcon.gif" />
	</a>
PR
しょっちゅう忘れるというかそもそも記憶してない
word-wrap: break-word;
white-space: nowrap;
text-overflow: ellipsis;
letter-spacing: -1px;
:first-letter {}
:first-line {}
:nth-of-type()
:nth-last-of-type()
:nth-child()
:nth-last-child()

	-webkit-border-radius: 7px;
	        border-radius: 7px;

	-webkit-box-shadow: 0px 0px 10px 0px #444;
	        box-shadow: 0px 0px 10px 0px #444;

	-webkit-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;

	-ms-filter: "alpha(opacity=50)";
	    filter: alpha(opacity=50);
	      opacity: 0.5;
メニューバー用clearfix
#MenuBar:before, #MenuBar:after { content: ""; display: table; }
#MenuBar:after { clear: both; }
#MenuBar { zoom: 1; }


以下メニューバーのカスタマイズ備忘録。増えたり減ったり
公式のメニューバー設定に無駄に抵抗するCSS。