PopupMenuTableStyle
2
{
3
border: groove 2px white;
4
background-color: black;
5
position: relative;
6
left: 0px;
7
top: 0px;
8
}
9
.PopupMenuRowStyle
10
{
11
vertical-align: middle;
12
}
13
.PopupMenuCellStyle
14
{
15
background-color: #ececec;
16
text-align: left;
17
width: 180px;
18
height: 20px;
19
}
20
.PopupMenuCellHighlightedStyle
21
{
22
background-color: #ccccff;
23
text-align: left;
24
width: 180px;
25
height: 20px;
26
}
27
.PopupMenuLinkStyle
28{
29
font: normal normal bold small/normal Arial;
30
text-decoration: none;
31
white-space: nowrap;
32
color: blue;
33
cursor: hand;
34
line-height: 18px;
35
}
36
.PopupMenuLinkHighlightedStyle
37
{
}{
38
font: normal normal bolder small/normal Arial;
39
text-decoration: none;
40
white-space: nowrap;
41
color: #ffffcc;
42
color: blue;
43
cursor: hand;
44
line-height: 18px;
45
}
46
.MenuSeparatorCellStyle
47
{
}{
48
background-color: #ececec;
49
height: 1px;
50
padding: 0px 0px 0px 0px;
51
margin: 0px 0px 0px 0px;
52
}
53
.MenuSeparatorStyle
54
{
}{
55
border-top: ridge 1px;
56
width: 100%;
57
color: white;
58
height: 1px;
59
}
60
.PopupMenuImageBarStyle
61
{
}{
62
background-color: #cccccc;
63
width: 24px;
64
}
2
{3
border: groove 2px white;4
background-color: black;5
position: relative;6
left: 0px;7
top: 0px;8
}9
.PopupMenuRowStyle10
{11
vertical-align: middle;12
}13
.PopupMenuCellStyle14
{15
background-color: #ececec;16
text-align: left;17
width: 180px;18
height: 20px;19
}20
.PopupMenuCellHighlightedStyle21
{22
background-color: #ccccff;23
text-align: left;24
width: 180px;25
height: 20px;26
}27
.PopupMenuLinkStyle28{
29
font: normal normal bold small/normal Arial;30
text-decoration: none;31
white-space: nowrap;32
color: blue;33
cursor: hand;34
line-height: 18px;35
}36
.PopupMenuLinkHighlightedStyle37

{
}{38
font: normal normal bolder small/normal Arial;39
text-decoration: none;40
white-space: nowrap;41
color: #ffffcc;42
color: blue;43
cursor: hand;44
line-height: 18px;45
}46
.MenuSeparatorCellStyle47

{
}{48
background-color: #ececec;49
height: 1px;50
padding: 0px 0px 0px 0px;51
margin: 0px 0px 0px 0px;52
}53
.MenuSeparatorStyle54

{
}{55
border-top: ridge 1px;56
width: 100%;57
color: white;58
height: 1px;59
}60
.PopupMenuImageBarStyle61

{
}{62
background-color: #cccccc;63
width: 24px;64
}
本文详细定义了PopupMenu的各种样式属性,包括表样式、行样式、单元格样式等,为开发者提供了具体的样式配置参考。
621

被折叠的 条评论
为什么被折叠?



