CSS管理


共通で使用する部分と、ページ単位使用する部分に分けてリンクの設定をする


index.phpで共通CSSがversion1.css index用のCSSがindex.cssの場合

<link rel="stylesheet" href="css/version1.css" type="text/css"/>
<link rel="stylesheet" href="css/index.css" type="text/css"/>
とする
最終更新:2008年11月19日 10:36