[FIXED] [1.0] HyperLink with icon problem on IE6

  1. #1

    [FIXED] [1.0] HyperLink with icon problem on IE6

    HyperLink control doesn't render the defined icon properly on IE6

    <ext:HyperLink runat="server" Icon="DoorOut" Text="Logout" NavigateUrl="./Login.aspx" />
    Is it a bug? I supose this problem has been reported before, but I couldn't find the topic in the forum.

    Thanks in advance

  2. #2

    RE: [FIXED] [1.0] HyperLink with icon problem on IE6

    Hi,

    Fixed for 1.0
    You can use the folliwng workaround


    1.Define Cls="fixIE6" for the hyperlink
    2. Add to the page the following css rule
    .fixIE6 .x-label-icon{width:16px;height:16px;vertical-align:middle;}

Similar Threads

  1. [FIXED] [1.4] [2.0] Icon Name Rendering
    By burakkanmaz in forum Bugs
    Replies: 5
    Last Post: Mar 06, 2012, 6:54 AM
  2. Replies: 8
    Last Post: Aug 11, 2009, 4:14 PM
  3. Replies: 1
    Last Post: Nov 25, 2008, 7:51 AM
  4. Replies: 24
    Last Post: May 23, 2008, 12:50 PM
  5. Replies: 5
    Last Post: Mar 15, 2008, 3:53 PM

Posting Permissions