我的意思是在 lanmu.css里增加了以下代码
/*css代码开始*/
.a1 {width:200px; height:200px; }
.a1 a{ display:block;width:100%; }
.a1 a:hover { position:absolute; width:auto; height:auto; cursor:default; margin-left:-10%; margin-top:-10%}
.a1 a img{ width:100%}
.a1 a:hover img{ width:auto}
/*css代码结束*/
要应用到模板还需要改哪个文件