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

Arrows on Hover

4 Answers 71 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 13 Apr 2010, 09:35 AM
This is an odd one.  I've put a couple of listboxes on my page and bound them to data.  For some reason they both have a little 'double arrow' at the top left of each list item.  The double arrow faces right and is present except when hovering over it.

I figure it must be intended for drag or 'move from listbox to listbox' type functionality, but I've set as many properties to 'false' as I can and they refuse to depart!!

Any help would be appreciated.

Mark

4 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 14 Apr 2010, 09:09 AM
Hello Mark Foley,

Can you reproduce the problem in our online demo?

Do you use any custom skins or css styles?

Kind regards,
Veskoni
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Mark
Top achievements
Rank 1
answered on 15 Apr 2010, 12:26 AM
Many thanks!  You are right, it was a sneaky .css class applying the image.  I appreciate your help.
0
Jai
Top achievements
Rank 1
answered on 06 Jun 2011, 10:50 AM
Hi Veskoni ,

Can you please tell me why the css is not applying on listbox (this is simple asp:listbox) only borders are changed but no hover color? I have custom css as following

<

 

 

asp:ListBox

 

 

CssClass

 

 

="listbox" />

 


.listbox

 

 

option:hover

 

{

 

 

    background-color:#80C949;

 

 

}


Thanks,
--JP
0
Peter Filipov
Telerik team
answered on 08 Jun 2011, 12:22 PM
Hi Jai,

The css class below works in Firefox, but in IE not. Please consult with the following help article about the hover selectors.

Greetings,
Peter Filipov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ListBox
Asked by
Mark
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Mark
Top achievements
Rank 1
Jai
Top achievements
Rank 1
Peter Filipov
Telerik team
Share this question
or