Hi,
I created a test menu item with a login option which opens up an item with a template. Item template contains the login form. All works fine, but when the itemtemplate is shown it still has the background picture specific to a menu item with a picture (a vertical side zone of a different color). How can I get rid of it? I just want the login form to be shown?
Thanks
6 Answers, 1 is accepted
0
Hi Cris,
Please add the following css styles to your page in order to remove the background image:
Best regards,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please add the following css styles to your page in order to remove the background image:
| RadMenu .rmTemplate { |
| background-image: none !important; |
| } |
Best regards,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Cris
Top achievements
Rank 1
answered on 04 May 2009, 09:44 PM
Hi,
Thanks, I get where this is coming from - however it's probably not the right style, no change... I put it in the head section, is that ok?
Thanks,
Cristian
0
Hi Cris,
It should be in <style type="text/css"> tag in the <head> section of your page like this:
In my previous post I forgot the "dot" before "RadMenu", please fix this and it will work.
Best wishes,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
It should be in <style type="text/css"> tag in the <head> section of your page like this:
| <style type="text/css"> |
| .RadMenu .rmTemplate { |
| background-image: none !important; |
| } |
| </style> |
In my previous post I forgot the "dot" before "RadMenu", please fix this and it will work.
Best wishes,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Cris
Top achievements
Rank 1
answered on 07 May 2009, 02:16 PM
Thanks for your input, unfortunately still no luck. I did put the css exactly where you said, but no luck. Maybe it's not the right style, but anyway, I will try the IE developer toolbar to find it.
0
Hi Cris,
Could you please provide us with a live url where we could observe the menu? Thanks
Regards,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Could you please provide us with a live url where we could observe the menu? Thanks
Regards,
Yana
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Cris
Top achievements
Rank 1
answered on 08 May 2009, 08:06 AM
Nope, it's just a test. It's not online. I'll try to post it somewhere