Results 1 to 2 of 2

Thread: Combobox border color problem in IE

  1. #1
    Join Date
    Jan 2009
    Location
    Kerala, India
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Combobox border color problem in IE

    I using the below CSS for a combobox.

    Code:
    .search_box {
         background-color: #b6b6b6;
         border:1px solid #959595;
         font-family:normal 12px  Arial, Helvetica, sans-serif;
         color:#000;
         font-size:12px;
         width:130px;
         height:20px;
         }
    My problem is, it is not working properly in IE. How can I give border color in IE. Anyone please help me.

    Regards
    Jibin
    Last edited by Snookerman; 04-22-2009 at 07:09 AM. Reason: added [code] tags

  2. #2
    Join Date
    Jan 2009
    Location
    Kerala, India
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Anyone help me please...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •