1 頁 (共 1 頁)

[分享]消除超連結的虛線框

發表於 : 2002-09-05 22:24
lfj
:idea:overall_footer.tpl的最底下加入下面的javascript可以消除按下超連結時會顯示的虛線框 :!:

代碼: 選擇全部

<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
	We request you retain the full copyright notice below including the link to www.phpbb.com.
	This not only gives respect to the large amount of time given freely by the developers
	but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
	reason) retain the full copyright we request you at least leave in place the 
	Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
	to include even this then support on our forums may be affected. 

	The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001 phpBB Group<br />{TRANSLATION_INFO}</span></div>
		</td>
	</tr>
</table>
[color=#ff0008]<script language=JavaScript>
<!--
if(document.all){
	var tags=document.all.tags("a")
	for (var i=0;i<tags.length;i++)
	tags(i).outerHTML=tags(i).outerHTML.replace(">"," hidefocus=true>")}
//-->
</script> [/color]
</body>
</html>

發表於 : 2002-09-06 10:01
teddychu
滿COOL的...不仔細注意還不知道有虛線框框勒...^^||

發表於 : 2002-09-19 12:26
Mowd
超棒的耶!

發表於 : 2004-10-02 05:16
flw
呵^^
雖然很少人注意到!!~
可..是...
這個真的很讚呢!!~
夠「細」的唷!!~ :lol:

發表於 : 2004-10-03 16:23
suicidal
按個好

發表於 : 2004-10-04 15:49
sh85216s
安裝完之後,會員名稱下方會出現一條白線,有點美中不足!

發表於 : 2004-10-04 20:52
ayaya
一定是你會員名稱附近的程式碼有什麼多餘的東西

這個語法很久以前就在用了,沒聽說有什麼問題唷 ;-)

發表於 : 2004-10-05 18:48
sh85216s
真的會,不信請看:
未插入爪哇語言之前,如圖
圖檔


插入爪哇語言之後,如圖
圖檔

我在另一個論壇測試是多了一條藍色線哦!,如圖
圖檔

拿掉那段 JAVA ,就會 OK !

發表於 : 2004-10-06 00:07
bu
基本上,虛線框好像是只有 IE 有的東東吧....

發表於 : 2004-10-20 10:55
sakamoto
sh85216s 寫:安裝完之後,會員名稱下方會出現一條白線,有點美中不足!
到css裡面把underline全都換成none就好了..這樣就不不會有底線了....

發表於 : 2004-10-20 21:00
問題狂
sakamoto 寫:
sh85216s 寫:安裝完之後,會員名稱下方會出現一條白線,有點美中不足!
到css裡面把underline全都換成none就好了..這樣就不不會有底線了....
還有overall_header.tpl中的也一並改掉~ :-D