IE link wrap problem

Discussion in 'HTML & Website Design' started by krdzal, Oct 24, 2009.

  1. #1
    I have e problem with link wraping in IE.

    I put a link in a div, when the link is too long it shows in a 2 or more rows. In Firefox an Opera the space between the rows are fine, but in IE the space is too big.
    Any suggestions? Thank you
     
    krdzal, Oct 24, 2009 IP
  2. ade162

    ade162 Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you have to set css for the whole page i.e : a:link {}
     
    ade162, Oct 24, 2009 IP
  3. krdzal

    krdzal Peon

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To the CSS for the link i added display:block and it is ok now :)
     
    krdzal, Oct 25, 2009 IP
  4. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have 1 suggestion.

    try giving the #navigation a width and height. since you don't have a width declared it's basing it's dimension on %'s.
     
    forextrendalerts, Oct 27, 2009 IP
  5. Corwin

    Corwin Well-Known Member

    Messages:
    2,438
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    195
    #5
    If you don't want any text to wrap, just enclose it in <nowrap>This Text Won't Rap (ah huh! ah huh!)</nowrap> tags.
     
    Corwin, Oct 28, 2009 IP