Hello,
I've made a menu with a single root item that is just a small icon. I want it so that when people hover over the icon, they see the menu. The problem is that the skins put a border on the icon that I can't seem to get rid of... The border seems to be coming from the <ul> tag with the class rmRootGroup. I tried putting a reference to it in my own css file, but that didn't seem to work.
Any idea how I can get rid of that border on the top, but otherwise keep the rest of the skin working?
So, in short, I want the root item (the item with just the image) to basically have no border, while the child items keep the normal skin.
Thanks,
Mike
I've made a menu with a single root item that is just a small icon. I want it so that when people hover over the icon, they see the menu. The problem is that the skins put a border on the icon that I can't seem to get rid of... The border seems to be coming from the <ul> tag with the class rmRootGroup. I tried putting a reference to it in my own css file, but that didn't seem to work.
Any idea how I can get rid of that border on the top, but otherwise keep the rest of the skin working?
So, in short, I want the root item (the item with just the image) to basically have no border, while the child items keep the normal skin.
Thanks,
Mike
<
telerik:RadMenu
runat
=
"server"
ID
=
"mnuSMS"
BorderWidth
=
"0px"
onitemclick
=
"mnuSMS_ItemClick"
>
<
Items
>
<
telerik:RadMenuItem
ImageUrl
=
"../images/sms.png"
BorderWidth
=
"0px"
>
<
Items
>
<
telerik:RadMenuItem
Text
=
"Thing 1"
></
telerik:RadMenuItem
>
<
telerik:RadMenuItem
Text
=
"Thing 2"
></
telerik:RadMenuItem
>
</
Items
>
</
telerik:RadMenuItem
>
</
Items
>
</
telerik:RadMenu
>