Hi,
I'm using 2009 Q1 version to create horizontal menu. And I have removed vertical line and left space by using
The separate menu item is aligned right with some space on left. How do I eliminate this space and make separator stretch 100% on the menu.
Thanks
I'm using 2009 Q1 version to create horizontal menu. And I have removed vertical line and left space by using
| <style type="text/css"> | |||||||
| .RadMenu_Vista .rmGroup | |||||||
| { | |||||||
| border: 1px solid #979797 !important; | |||||||
| background: #f0f0f0 !important; | |||||||
}
|
|||||||
| </style> |
Thanks