Results 1 to 3 of 3

Thread: How to increase of listing type dropdown box on add listing form?

  1. #1
    weswa is offline Registered User
    Join Date
    Oct 2007
    Posts
    136

    Default How to increase of listing type dropdown box on add listing form?

    Hello,

    Does anybody know how to increase the width of the listing type dropdown that shows on the add listing form? Not all characters are showing in IE so I would like to make the box wider. In FF the dropdown enlarges, but that is not the case for IE.

    Thanks,

    Wessel
    Last edited by weswa; 10-22-2009 at 09:46 AM.

  2. #2
    maulana's Avatar
    maulana is offline Super Moderator
    Join Date
    Jul 2008
    Posts
    117

    Default

    Hello meswa,

    There's an issue with select box width in IE,
    The solution is using javascript and css tricks,

    Below the css tricks how to solve this problem.

    open your main.css file in your stylesheets folder

    find this line of code :

    HTML Code:
    label select {
      width: 300px;
    }
    and change the code like this :

    HTML Code:
    label select {
      overflow: auto;
    }
    Hope this help.

    Thank you.

  3. #3
    weswa is offline Registered User
    Join Date
    Oct 2007
    Posts
    136

    Default

    Hi Maulana,

    That solved it. Thank you for your support.

    Wessel

Similar Threads

  1. Checking listing type
    By dmsteph in forum INDEXU DELUXE v1.x
    Replies: 2
    Last Post: 03-14-2009, 12:52 PM
  2. Listing Type disabled
    By kamika in forum INDEXU DELUXE v1.x
    Replies: 18
    Last Post: 11-03-2008, 11:27 AM
  3. Listing Type (add text)
    By Webfriend in forum v5.x
    Replies: 8
    Last Post: 01-03-2008, 02:32 PM

Posting Permissions

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