This is a migrated thread and some comments may be shown as answers.

Border on WebBlue menu

2 Answers 33 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 02 May 2008, 11:25 PM
I'm using the WebBlue skin on the menu control, but I'd like to have a right and left border that matches the skin.  It currently only has a top and bottom border.  Can this be done with CSS?  If so, can you provide a sample?

Thanks,
Matt

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 05 May 2008, 12:44 PM
Hi Matt,

Please, try the following:
<style type="text/css">  
    .RadMenu_WebBlue  
    {  
        border-leftsolid 1px black;  
        border-rightsolid 1px black;          
    }  
</style> 


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Matthew
Top achievements
Rank 1
answered on 06 May 2008, 11:53 PM
Thanks!  That works great.

-Matt
Tags
Menu
Asked by
Matthew
Top achievements
Rank 1
Answers by
Peter
Telerik team
Matthew
Top achievements
Rank 1
Share this question
or