For Example (open window 'dialog'):

<a href="#" id="dialog_link" class="link-icon ui-state-default ui-
corner-all">
        <span class="ui-icon ui-icon-newwin"></span>
        Open window
</a>

Problem:
Only in Internet Explorer 6, icon overflow.

Solution:
.link-icon {
        position: relative;
        font-size: .75em;
        padding: .4em 1em .4em 20px;
        color: #006287 !important;

/*solution*/
        float: left;
}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to