[Slashdotjp-dev 1360] [891] IE tooltip fix

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 12月 17日 (水) 14:37:29 JST


Revision: 891
          http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=891
Author:   tach
Date:     2008-12-17 14:37:28 +0900 (Wed, 17 Dec 2008)

Log Message:
-----------
IE tooltip fix

Modified Paths:
--------------
    test/images/css/slashdotjp.css


-------------- next part --------------
Modified: test/images/css/slashdotjp.css
===================================================================
--- test/images/css/slashdotjp.css	2008-12-17 04:28:44 UTC (rev 890)
+++ test/images/css/slashdotjp.css	2008-12-17 05:37:28 UTC (rev 891)
@@ -528,7 +528,7 @@
 	width: 200px;
 	white-space: normal;
 	line-height: 1.4 !important;
-	z-index: 10;
+	z-index: 999999;
 }
 
 a.tooltip:hover span{
@@ -540,9 +540,10 @@
 }
 
 #slashboxes #login-content a.tooltip span {
-	width: 160px;
-	margin-left: -60px;
+	width: 180px;
+	margin-left: -80px;
 	margin-top: 20px;
+	font-size: 85%;
 }
 
 /* ads format */


Slashdotjp-dev メーリングリストの案内
Back to archive index