MozTW 討論區
https://forum.moztw.org/

雅虎奇摩首頁裡面的聯結總是有底線?
https://forum.moztw.org/viewtopic.php?f=2&t=14783
1 頁 (共 1 頁)

發表人:  天翔 [ 2006-07-06, 22:53 ]
文章主題 :  雅虎奇摩首頁裡面的聯結總是有底線?

我從工具-選項-內容-色彩-將連結底線-把他勾不使用~但是其摩首頁總是還有聯結底線是怎麼一回事?

發表人:  parisian [ 2006-07-07, 11:27 ]
文章主題 : 

裡面大部分連結都已被加上style="text-decoration: underline;"由於連結的Logical底線和文字所加上的底線是重疊的,所以Logical底線其實已經不在了,但是文字底線是受到Physical定義,所以瀏覽器無法去控制。每個人看到的情況都是相同。

發表人:  arphen [ 2006-07-07, 12:22 ]
文章主題 : 

parisian 寫:
裡面大部分連結都已被加上style="text-decoration: underline;"由於連結的Logical底線和文字所加上的底線是重疊的,所以Logical底線其實已經不在了,但是文字底線是受到Physical定義,所以瀏覽器無法去控制。每個人看到的情況都是相同。


Stylish專治此症:
代碼:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://tw.yahoo.com/") {
  a { text-decoration: none !important; }
}

發表人:  天翔 [ 2006-07-07, 21:40 ]
文章主題 : 

arphen 寫:
parisian 寫:
裡面大部分連結都已被加上style="text-decoration: underline;"由於連結的Logical底線和文字所加上的底線是重疊的,所以Logical底線其實已經不在了,但是文字底線是受到Physical定義,所以瀏覽器無法去控制。每個人看到的情況都是相同。


Stylish專治此症:
代碼:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://tw.yahoo.com/") {
  a { text-decoration: none !important; }
}

請問這些代碼我要如何使用??

發表人:  cls426 [ 2006-07-08, 10:16 ]
文章主題 : 

必須用 Stylish extension 來使用上述定義。搜尋一下關鍵字 Stylish 吧。

發表人:  if [ 2006-07-09, 09:22 ]
文章主題 : 

我用了...很有用...
但是只有 http://tw.yahoo.com/ 首頁有用...
如果我想要點進去的網頁都有用的話...是不是可以這樣用...
*.yahoo.com.tw

可是我這樣寫也一樣沒用...請大大教我...先謝了...

代碼:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://tw.yahoo.com/") {
  a { text-decoration: none !important; }
}
@-moz-document url("http://*.yahoo.com.tw/") {
  a { text-decoration: none !important; }
}

發表人:  orange [ 2006-07-09, 10:20 ]
文章主題 : 

把@-moz-document url("http://*.yahoo.com.tw/")
換成@-moz-document domain(yahoo.com.tw)
或者你也可以把url跟domain合在一起,因為內容物條件相同

發表人:  if [ 2006-07-09, 10:59 ]
文章主題 : 

orange 寫:
把@-moz-document url("http://*.yahoo.com.tw/")
換成@-moz-document domain(yahoo.com.tw)
或者你也可以把url跟domain合在一起,因為內容物條件相同

試過了...沒有用...

發表人:  if [ 2006-07-09, 11:11 ]
文章主題 : 

orange 寫:
把@-moz-document url("http://*.yahoo.com.tw/")
換成@-moz-document domain(yahoo.com.tw)
或者你也可以把url跟domain合在一起,因為內容物條件相同

我試成功了...只要把
@-moz-document domain(yahoo.com.tw) 換成
@-moz-document domain(yahoo.com) 這樣就行了...

可是我想問:前面為何要加上
@namespace url(http://www.w3.org/1999/xhtml);
呢?

發表人:  orange [ 2006-07-09, 12:57 ]
文章主題 : 

namespace是宣告使用規範 某些功能必須要有這宣告
雖然不加那一行 部份功能還是可以正常使用

之前你試yahoo.com.tw無效是因為Yahoo 奇摩!的domain不是yahoo.com.tw
之前我這樣寫只是順著你的意思*.yahoo.com.tw寫下去 但實際上奇摩是tw.*.yahoo.com

之後你把domain設成yahoo.com 這樣子每個地區的yahoo都被納入目標(個人是不太喜歡這麼作)
像香港就沒這個問題

可以用url-prefix,然後加上你要使用的頁面網址進去
如新聞的http://tw.news.yahoo.com/,知識+的http://tw.knowledge.yahoo.com/

發表人:  wini [ 2006-07-10, 10:38 ]
文章主題 : 

另外,不同網址要套用相同規則,只要用逗號隔開就好。

代碼:
@-moz-document url("http://*.yahoo.com.tw/") , domain(yahoo.com.tw)

發表人:  if [ 2006-07-10, 17:46 ]
文章主題 : 

謝謝 orange 和 wini 兩位大大的教導...

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/