anderes symbol (gif), padding gefixt
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Jan 2007 12:51:06 +0000 (12:51 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 26 Jan 2007 12:51:06 +0000 (12:51 +0000)
css/menuv3.css
image/right.gif [new file with mode: 0644]

index e8eff23..1ad8d06 100644 (file)
@@ -6,10 +6,7 @@ behavior:url("css/csshover.htc");
 width:100%;\r
 float:left;\r
 background:url(../image/bg_css_menu.png) repeat 100% 100%;\r
-border-right-width:1px;\r
-border-top-width:1px;\r
-border-bottom-width:1px;\r
-border-left-width:0px;\r
+border-width:1px 0 1px 1px;\r
 border-style:solid;\r
 border-color:#ccc #888 #555 #bbb;\r
 }\r
@@ -17,10 +14,7 @@ border-color:#ccc #888 #555 #bbb;
 #menu a, #menu h2, #menu div.x {\r
 font:11px/16px arial,helvetica,sans-serif;\r
 display:block;\r
-border-right-width:1px;\r
-border-left-width:0px;\r
-border-top-width:0px;\r
-border-bottom-width:0px;\r
+border-width:0 1px 0 0;\r
 border-style:solid;\r
 border-color:#ccc #888 #555 #bbb;\r
 white-space:nowrap;\r
@@ -37,7 +31,7 @@ background:#000 url(../image/bg_css_menu.png) repeat 100% 100%;
 background:#eee;\r
 text-decoration:none;\r
 border-width:1px;\r
-padding:2px;\r
+padding-right:10px;\r
 }\r
 \r
 #menu a, #menu a:visited{\r
@@ -115,31 +109,34 @@ div#menu li li li li:hover ul
 #menu a.x, #menu a.x:visited{\r
 /*font-weight:bold;*/\r
 color:#000;\r
-background:#eee url(../image/right.png) no-repeat 100% 50%;\r
+background:#eee url(../image/right.gif) no-repeat 100% 50%;\r
+border-width:1px;\r
 }\r
 \r
 #menu a.x:hover{\r
 color:#fff;\r
-background:#000;\r
+background-color:#000;\r
 }\r
 \r
 #menu a.x:active{\r
 color:#060;\r
-background:#ccc;\r
+background-color:#ccc;\r
 }\r
 \r
 #menu div.x, #menu div.x:visited{\r
 /*font-weight:bold;*/\r
+border-width:1px;\r
 color:#000;\r
-background:#eee url(../image/right.png) no-repeat 100% 50%;\r
+background:#eee url(../image/right.gif) no-repeat 100% 50%;\r
+padding-right:10px;\r
 }\r
 \r
 #menu div.x:hover{\r
 color:#a00;\r
-background:#ddd;\r
+background-color:#ddd;\r
 }\r
 \r
 #menu div.x:active{\r
 color:#060;\r
-background:#ccc;\r
+background-color:#ccc;\r
 }\r
diff --git a/image/right.gif b/image/right.gif
new file mode 100644 (file)
index 0000000..890323c
Binary files /dev/null and b/image/right.gif differ