fineao
V2EX  ›  V2EX

在 Opera 下,V2EX 的导航栏灰常悲剧

  •  
  •   fineao · Jul 22, 2010 · 5638 views
    This topic created in 5773 days ago, the information mentioned may be changed or developed.
    V2EX 首页 fineao 记事本 设置 登出

    这些
    ...
    统统不显示!



    我是在刚网页刚打开 css 还没加载时 突然看到这几个 光秃秃的字,等加载完网页突然就看不到了。
    Ctrl+A 才看到了,貌似字体和背景色相同 -______-"

    Opera 10.60 下测试
    8 replies    1970-01-01 08:00:00 +08:00
    disinfeqt
        1
    disinfeqt  
       Jul 22, 2010
    嗯 CSS3...
    leeiio
        2
    leeiio  
       Jul 22, 2010
    目前只有firefox和webkit支持线性渐变背景
    disinfeqt
        3
    disinfeqt  
       Jul 22, 2010
    但是有保底的 background 颜色啊,应该是纯色才对呀。
    说起来,懒得理 Opera。
    Hlbice
        4
    Hlbice  
       Jul 22, 2010
    background:#303033;
    background: -moz-linear-gradient(center top , #444, #111) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    下载 css 文件后,发觉是被第二句给影响了。
    Hlbice
        5
    Hlbice  
       Jul 22, 2010
    改成这样就没问题了:
    background-color: #303033;
    background-image: -moz-linear-gradient(center top , #444, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
    disinfeqt
        6
    disinfeqt  
       Jul 22, 2010
    @Hlbice thx
    Livid
        7
    Livid  
    MOD
    PRO
       Jul 23, 2010
    @Hlbice

    多谢。更改已经部署。
    fineao
        8
    fineao  
    OP
       Jul 23, 2010
    发现刚刚恢复了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1204 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 23:22 · PVG 07:22 · LAX 16:22 · JFK 19:22
    ♥ Do have faith in what you're doing.