1) You can edit the CSS and give the font a size of 0.
.ui-dialog-titlebar-close {font-size: 0px;}
2) To globally remove the X search for this line in the jQuery.UI.js
and simply delete the "X":
.append('<a href="#" class="ui-dialog-titlebar-close"><span>X</span></
a>')
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---