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

Drop Down Image Hides when mouseover

3 Answers 68 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 26 Aug 2008, 06:29 PM
I've added a radcombobox to my web user control which is dynamically added at runtime to my page. The control and appearance looks fine but when you mouse over the drop down arrow disappears. When I add the same control to a standard web page it works fine. Please advise.

Note: In IE 6 it appears to be working correctly. Firefox does not appear to be working correctly

Regards

3 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 27 Aug 2008, 07:55 AM
Hello Brian,

We cannot tell you what cause the problem without seeing your files first. Could you please send us a live url or open a support ticket and send us sample project to test it locally?

All the best,
Rosi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ramachandra Dongre
Top achievements
Rank 1
answered on 17 Jun 2010, 02:20 AM

Hi,

I came acroos the the same problem in our project. After an hour search i found that, any css class which has "hover" defined over element "a", which tries to change backgound color as,

 

a:hover

 

 

 

   background-color:#ecece7;  

}
, is the source of the problem.

Good luck.

Regards,
Ram Dongre.

 

0
Brian
Top achievements
Rank 1
answered on 17 Jun 2010, 01:31 PM
Ram, thank you for the reply. It's been two years since I originally posted this issue. I am not sure if you have the luxury of implementing an open source solution but I've stripped out all telerik components and went with jQuery. This open source solution has been adopted by countless companies and organizations and has even been adopted by Microsoft. Microsoft will be shipping jQuery with Visual Studio going forward. The flexibility of this library is superior to anything a third party vendor could provide.
Telerik does offer some great tools but the majority of what Telerik offers can be implemented in jQuery with a smaller foot print and easier deployment. With that said, I think their Windows and Silverlight components are superior to any other vendor.



Best Regards
Brian

Tags
ComboBox
Asked by
Brian
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Ramachandra Dongre
Top achievements
Rank 1
Brian
Top achievements
Rank 1
Share this question
or