summaryrefslogtreecommitdiff
path: root/httemplate/elements/xmenu.css
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/xmenu.css')
-rw-r--r--httemplate/elements/xmenu.css42
1 files changed, 11 insertions, 31 deletions
diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css
index 33ad90caa..183d26912 100644
--- a/httemplate/elements/xmenu.css
+++ b/httemplate/elements/xmenu.css
@@ -33,7 +33,7 @@
.webfx-menu-empty {
display: block;
- border: 1px solid white;
+ border: 1px solid white;
padding: 2px 5px 2px 5px;
font-size: 11px;
/* font-family: Tahoma, Verdan, Helvetica, Sans-Serif; */
@@ -53,12 +53,12 @@
text-decoration: none;
vertical-align: center;
color: black;
- border: 1px solid white;
+ border: 1px solid white;
}
.webfx-menu a:visited {
color: black;
- border: 1px solid white;
+ border: 1px solid white;
}
.webfx-menu a:hover {
@@ -100,7 +100,7 @@
/* background: rgb(120,172,255);/*rgb(255,128,0);*/
/* background: #a097ed; */
- background: #000000;
+ background: #cccccc;
/* border: 1px solid #7E0079; */
/* border: 1px solid #000000; */
/* border: none */
@@ -117,21 +117,13 @@
/* i want a vertical bar */
display: block;
- /* border: 1px solid black; /*rgb(0,0,0);/*rgb(255,128,0);*/
- /* border: 1px solid black; /* #ffffff; */
- /* border-bottom: 1px solid black; */
- border-bottom: 1px solid white;
- /* border-bottom: 1px solid rgb(0,66,174);
- /* border-bottom: 1px solid black;
- border-bottom: 1px solid black;
- border-bottom: 1px solid black; */
padding: 1px 5px 1px 5px;
font-size: 14px;
- /* color: black; */
- color: white;
+ color: black;
+ /* color: white; */
text-decoration: none;
/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
@@ -139,19 +131,13 @@
}
.webfx-menu-bar a:link {
- color: white;
+ /* color: white; */
+ color: black;
}
.webfx-menu-bar a:hover {
- /* color: black; */
- color: white;
- /* background: rgb(120,172,255); */
- /* background: #BC79B8; */
- background: #7e0079;
- /* border-left: 1px solid rgb(234,242,255);
- border-right: 1px solid rgb(0,66,174);
- border-top: 1px solid rgb(234,242,255);
- border-bottom: 1px solid rgb(0,66,174); */
+ text-decoration: underline;
+ color: #7e0079;
}
.webfx-menu-bar a .arrow {
@@ -171,11 +157,6 @@
a proprietary property on HTMLElement. Did I say that IE sucks at CSS?
*/
ie-dummy: expression(this.hideFocus=true);
-
-/* border-left: 1px solid rgb(0,66,174); */
-/* border-right: 1px solid rgb(234,242,255); */
-/* border-top: 1px solid rgb(0,66,174); */
-/* border-bottom: 1px solid rgb(234,242,255); */
}
.webfx-menu-title {
@@ -191,8 +172,7 @@
font-weight: bold;
text-decoration: none;
color: white;
-/* border: 1px solid white; */
- border-bottom: 1px solid white;
+ border-bottom: 1px solid white;
width: expression(constExpression(ie ? "98%": "auto")); /* should be ignored by mz and op */
}