2009年09月24日

おすすめ無料CGI配布サイトメモ

無料CGI配布サイト
http://cgi-design.net/
http://www.kent-web.com/
http://www.candy-cgi.com/

2009年09月09日

背景画像を固定  CSSのメモ

CSSで背景画像を固定する方法!!!

/* background-color: #181818;*/
   ↑↑↑ もともとの背景色をコメントアウト!!!
background: url("../img/header/back.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment:fixed;

こんな感じで固定可能!!!