2017-10-20 15:08:08 JAVAスクリプトのお勉強 格納メモ メールフォーム 文字列 検索 インラインブロックで高さを揃える
変更する時の手間を省きたい
var jusyo="〒108-0023 東京都港区芝浦3-4-1 グランパークタワー"
< script type="text/javascript" >
< !--
document.write(jusyo);
// -- >
< /script >
メールフォーム
http://www.sisakubankin.com/java/script10.htm
多数のリンク先の一覧を作成したい。わからない
function OnLinkClick
https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1458238889
2017-10-21
メールフォームは不要
ジャバスクリプト 文字列 検索 サンプル
http://usagi-js.com/sample/jssample1_2.htm
https://web-designer.cman.jp/javascript_ref/string/search/
http://www9.plala.or.jp/oyoyon/html/
http://ascii.jp/elem/000/000/409/409633/
csvより 表作成ツール
http://www.convertcsv.com/csv-to-html.htm
2017-10-22
https://blog.raizzenet.com/how-to-use-simple-lightbox/
Lightboxの使い方
https://allabout.co.jp/gm/gc/470618/
軽くてレスポンシブな Simple Lightboxの使い方 バック白
https://blog.raizzenet.com/how-to-use-simple-lightbox/
デモ頁 http://blog.raizzenet.com/sample/simple_lightbox_sample.html
Firefoxのレスポンシブデザイン確認機能でモバイル端末の表示を確認する方法
https://allabout.co.jp/gm/gc/460911/4/
2017-10-25
「高さの異なる複数のボックス」を横に並べるなら、floatよりもinline-blockを使う方が便利
https://www.nishishi.com/css/box-float-inline-block.html
display
: inline-
block
;
/* インラインブロック化 */
vertical-align
:
top
;
/* 上端を揃える */