V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
FlyChina
V2EX  ›  V2EX

css里的绝对地址

  •  
  •   FlyChina · 2010-09-13 14:47:39 +08:00 · 4855 次点击
    这是一个创建于 4984 天前的主题,其中的信息可能已经有所发展或是发生改变。
    style.css <L:164>

    #Wrapper {
    background-color: #e2e2e2;
    border-top: 1px solid #777;
    background-image: url("http://v2ex.com/static/img/bg.png");
    }

    stype.css <L:381>

    .super.button { background-image: url("http://v2ex.com/static/img/bg_blended.png");

    member_home.html <L:45>
    <span style="line-height: 16px;"><img src="http://v2ex.com/static/img/twitter.png" align="absmiddle" /> &nbsp;<a href="http://twitter.com/{{ one.twitter }}">@{{ one.twitter }}</a></span>

    member_home.html <L:49>
    <span style="line-height: 16px;"><img src="http://v2ex.com/static/img/mobileme.png" align="absmiddle" /> &nbsp;<a href="{{ one.website|escape }}" target="_blank" rel="nofollow external">{{ one.website|escape }}</a></span>

    还有在bottom中的几个img,因为是universal的,所以无所谓了。
    2 条回复    1970-01-01 08:00:00 +08:00
    rveo
        1
    rveo  
       2010-09-13 15:54:37 +08:00
    嗯,理应使用本地的路径。
    valdanito
        2
    valdanito  
       2010-09-13 16:47:30 +08:00
    另外还有 内联的style
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1026 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 22:02 · PVG 06:02 · LAX 15:02 · JFK 18:02
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.