diff options
author | ivan <ivan> | 2007-01-26 08:04:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-01-26 08:04:37 +0000 |
commit | f01e2ce0aa6c1925e6266d78797025ec68bfac07 (patch) | |
tree | 4b2efa16a130989e97eee59bfc72621d4d7a53fe /httemplate/elements/xmenu.css | |
parent | 4d68624491e3500a0bdb737a421c3711e5defebf (diff) |
top bar option!
Diffstat (limited to 'httemplate/elements/xmenu.css')
-rw-r--r-- | httemplate/elements/xmenu.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/httemplate/elements/xmenu.css b/httemplate/elements/xmenu.css index 46b221bda..97c7da8bb 100644 --- a/httemplate/elements/xmenu.css +++ b/httemplate/elements/xmenu.css @@ -95,6 +95,9 @@ } .webfx-menu-bar { + /* i want a vertical bar */ + display: block; + /* background: rgb(120,172,255);/*rgb(255,128,0);*/ /* background: #a097ed; */ background: #000000; @@ -167,10 +170,10 @@ */ 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); +/* 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 { |