Hi to all,,,,,,,
i try to change my items font size in drop down but i am not able to change...plzz help me out
You will need to modify the igdd_ListItem css class. That is if you want to change the font of the actual items in the dropdown.
If you want to change the font of the text in the input box, you will need to change the igdd_ValueDisplay class.
there are couple of ways to do that, either edit ig_dropDown.css in the StyleSet folder, or define a class on the form (or anywhere actually) , with the same name , that is:
.igdd_ValueDisplay {
// change font here ... actually there is also style for the font, you will just need to change the size value.
}
Hope it helps,
Angel
What if I have more than one WDD on my page but I just want to change the style for one? I tried setting the cssclass for the WDD and that did nothing.