1 Attachment(s)
Working with select option
hi,
I've been able to apply styles to text fields, and other related components while creating a form. But i am unable to apply any styles to drop down menu (i am referring to the base display when the form gets loaded, NOT the pulled down menu portion).
Can anyone suggest me how to override the default styles of the drop down box?
Regards,
Kalyan Chakravarthy
Re: Working with select option
This changes the foreground and background color if that is what you mean.
<style type="text/css">
SELECT
{
color: #330099;
background-color: #cc0fff;
}
</style>
-Satish
Re: Working with select option
Hi,
This is ok. Foreground, background, fonts... all these are fine. the problem is with borders. I want a border.
In short, I want my drop down menu, similar to the textfield I have in the attached picture.
regards,
Kalyan Chakravarthy