Log in

View Full Version : Change the drop down border style in IE7?



ismailc
12-28-2007, 07:41 AM
Hi,

Can one change the drop down border style in Internet Explorer 7.

As is can't be done in IE6!


Regards,

codeexploiter
12-28-2007, 10:02 AM
I think it is not possible to apply a border for the <select>'s <option> elements in IE. In Firefox it will work without any problem.

So you need to look for a solution which will provide you with an effect of a combo box but which is not a <select> list.

I've been using a free product which is based on JS/CSS that will give you the freedom to adjust the any kind of style attributes according to your needs.

It has its own API or we can do it ourselves using the normal JS/CSS without much trouble.

Check the following link for more details

http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml

ismailc
12-28-2007, 02:44 PM
Hi, Thanks a million - this is great!

do i need to buy the software?

How do i get started, can perhaps assist!


Regards

codeexploiter
12-31-2007, 03:31 AM
They provide products in two general categories:

(1) Standard free open source version
(2) Commercial version

The standard free version supports basic features of an item (features of your required products can be found at the products page) and Commercial items supports some advanced features with their support for implementing some new items if you are stuck up somewhere.

But I feel for your purpose you can use the standard free edition which can be downloaded from their site. If you have any technical problems even using the free edition you can use thier forum to resolve the issues. There are working examples and the documentation about the product(s) in the products page.

http://dhtmlx.com/docs/products/index.shtml - Their products page that has details about all of their products.

http://www.scbr.com/docs/products/dhtmlx.com/download/dhtmlxCombo.zip - Combo download link

http://dhtmlx.com/docs/products/kb/index.shtml - Knowledge base/forum where you can find answers from their support team and can post your problems

ismailc
12-31-2007, 11:42 AM
Thank You, this is really what i want i posted a question on their forum.

Thank You