Changing the look of a dropdownlist

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

Is there any way in which I can change the look of a dropdownlist (the
arrows and borders and . . .)?

Regards
John.
 
John said:
Is there any way in which I can change the look of a dropdownlist (the
arrows and borders and . . .)?

Yes, with CSS - Cascading Style Sheets. You should be able to adjust most
parameters via CSS. More outrageous stuff will require HTML + graphics
work.

Otherwise you'll need a custom component... but those components are
basically have all the CSS design work done for you.
 
Back
Top