Results 1 to 3 of 3

Thread: IE select box problems

  1. #1
    Join Date
    May 2008
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default IE select box problems

    Hi everyone,
    I have two problem with IE.
    here are screenshots of my select menu.
    first is on Firefox and perfect.there is no problem.

    and here is on IE.
    one is select box width and second is bacground color and select option font-size.


    I couldn't find any solution both of these problems.
    here is my selectors;

    Code:
    #cal .calnav a:link, #cal .calnav a:visited, #cal .calnav table, #cal .calnav td, #cal .calnav tr, #cal .calnav th, #cal .calnav input { font-size: 12px; }
    /*add_input:focus*/
    #cal input:focus, select:focus, textarea:focus {
    background-color: #fff1f5; 
    }
    #cal .calnav select option {
    font-size: 13px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e4e4e4;
    }/*select_box*/
    no ones one how can I fix IE's css issue?I hate IE and it's css fix

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Form elements can't be styled like that in some browsers. For IE, possibly others, you may need a custom element, a select replacement. Here is one adventure in this concept:

    http://old.easy-designs.net.whsites....les/final.html

    another:

    http://www.devarticles.com/c/a/Web-S...t-Combo-Boxes/

    and one from the forums here:

    http://www.dynamicdrive.com/forums/s...ad.php?t=18699
    Last edited by jscheuer1; 05-20-2008 at 03:06 PM. Reason: add more links to examples
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Something like this, perhaps?
    ---
    Arie Molendijk.

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
  •