NetTalk Central

Author Topic: NT5 drop lists in IE  (Read 1685 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT5 drop lists in IE
« on: December 06, 2009, 08:43:03 AM »
Hi,
See the attached images.

Thanks
Alberto

[attachment deleted by admin]
-----------
Regards
Alberto

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: NT5 drop lists in IE
« Reply #1 on: December 07, 2009, 06:39:20 PM »
Here is some CSS code for your drop lists to make them nicer

.DropEntry
{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #FDFDFD;
   padding-left: 2px;
   border: 1px solid #BDBBBB;
     height: 18px;
   padding-right: 2px;
}
.DropEntryList
{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #FDFDFD;
     height: 15px;
   padding-left: 2px;
   padding-right: 2px;
}