Hi
i want to know how to change the border color for a drop down list(List/Menu) in css?
If i change the border color in css, Firefox supports but Internet explorer is not supporting.
Any Solutions?
Regards
Nirupamavinoth
Hi
i want to know how to change the border color for a drop down list(List/Menu) in css?
If i change the border color in css, Firefox supports but Internet explorer is not supporting.
Any Solutions?
Regards
Nirupamavinoth
What drop down menu are you using? Please include a link to it, and a link to your page with the problematic code.
Jeremy | jfein.net
hi
Please see the attached image. This is the dropdown menu which i am using.
I want to change the bordercolor of this, ie the border of that dropdown and the arrow color also to my design look and feel.
Regards
Nirupama
Code:<style type="text/css"> select{ border:1px; border-style:solid; border-color:#ff4400; } </style>
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
Hi
I am not able to understand your solution. Can u Please tell me where i have to paste this code and will this change the border color of the dropdown?
paste either example we gave you in the "head" of your page... In other words, somewhere between these two HTML tags <HEAD> & </HEAD>
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
Yes Its working....!!!! Thanks a Lot!!!
But this will not support IE? Bec in IE the border color is not changing. Its working only in firefox.
Regards
Nirupama
Bookmarks