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

[Solved] IE6 Font Bold not working

0 Answers 112 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
pradip
Top achievements
Rank 1
pradip asked on 18 Jun 2009, 06:31 PM
Hi

When I am trying to show all the Label in the dropdown as Bold. It is working fine for IE7 but in IE6, it is not showing bold. Please suggest how I can take care of this. Also is there anything else I need to take while working for Telerik control?

My code look like this.....

If

item.Value <= 0 Then

 

item.Style.Add(

"font-weight", "bold")

 

item.IsSeparator =

True

 

End

If

 

 

 

Thanks,
Pradip  

 

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
pradip
Top achievements
Rank 1
Share this question
or