Project

General

Profile

1
#fckComment a, #fckComment a:visited {
2
	position: relative;
3
	text-decoration: none;
4
	border: 0;
5
}
6

    
7
#fckComment a span {
8
	display:none;
9
}
10

    
11
#fckComment a:hover {
12
	color: #d00;
13
	border: 0px solid #fff;
14
}
15

    
16
#fckComment a img {	
17
	border: 0;
18
	height: 20px;
19
	width: 20px;
20
}
21

    
22
#fckComment a:hover span {
23
	text-align:left;	
24
	display:block;
25
	border:1px solid #CCCCCC;
26
	position: absolute;
27
	top: 0px;
28
	left: 20px;
29
	width: 300px;
30
	padding:5px;	
31
	color:#000000;
32
	background-color:#FFFFCC;
33
	opacity: 0.8;
34
	filter:alpha(opacity=80);
35
}
(3-3/8)