Hi...

Is there a way i can change the list/menu (dropdown box, not the menu dropdown) colors from the CSS?

Thanks in advance..
Rohit

Hi Rohit,

Yes you can.

CSS is as follows:

select {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px; 
  color: #000;
  font-weight:bold; 
  [B]background-color[/B]: #666699; 
}

That should work

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.