CSS Problem

Discussion in 'CSS' started by dizyn, Dec 27, 2008.

  1. #1
    dizyn, Dec 27, 2008 IP
  2. Ulquiorra

    Ulquiorra Peon

    Messages:
    422
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Search for (it's in your main.css on line 13):

    .search .toplink {
    float:right;
    }
    Code (markup):
    Replace with:

    .search .toplink {
    float:right;
    height:17px;
    }
    Code (markup):
    Hope that helps.
     
    Ulquiorra, Dec 27, 2008 IP
  3. dizyn

    dizyn Active Member

    Messages:
    251
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    This fixed in IE 6 but not IE 7. In IE 7 its still a problem
    height:17px;
    Code (markup):
     
    dizyn, Jan 1, 2009 IP
  4. fairuz.ismail

    fairuz.ismail Peon

    Messages:
    232
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try to increase that value and see what happen.
     
    fairuz.ismail, Jan 1, 2009 IP