CakePHP 1.1.11.4064リリース
大量に更新されています。なんか更新頻度高いですね > CakePHP
で、どうでも良いですが、サイトの左上にあるロゴにmouseoverすると。。。おおっ!動いた!初めて知った!で、どうやってるのかなぁ、と思ってみてみると、
[4064] by phpnut on 12/03/06 23:29:12 Merging fixes into trunk:
Revision: [4063] Corrected @since tag in config.php
Revision: [4062] Adding Configure::version() to return installed version of CakePHP
Revision: [4061] Updating DEBUG setting for Configure class
Revision: [4060] Moving all core messages using DEBUG to use Configure::read()
:
#header h1.logo a{
text-indent: -1000px;
display:block;
width:226px;
height:176px;
padding: 0px;
color: #003d4c;
background: #003d4c url('images/logo.gif') no-repeat top;
}
#header h1.logo a:hover{
color: #003d4c;
background:#003d4c url('images/logo.gif') no-repeat bottom;
}なるほどね〜。背景画像にしてイメージをずらしてるんだ。。。