thinkphp中我不知道的问题,请高手指点!


'700')this.width='700';if(this.offsetHeight>'700')this.height='700';" title="Click Here To EnLarge">


basic.css中有这样一句css代码
#header h1{
    width:210px;
    height:39px;
    font-size:12px;
    background:url(__PUBLIC__/images/logo1.jpg);}
我想做的是background用的是Public中的images下的logo1.jpg
请高手帮我写一下background:url();
[ 此帖被php205在2011-08-15 15:32重新编辑 ]

作者: php205   发布时间: 2011-08-15

复制代码
  1. background:url('./images/logo1.jpg');

作者: cgjp123   发布时间: 2011-08-15

是 不是css文件中不解析__PUBLIC__

作者: php205   发布时间: 2011-08-15