I'm not sure why that icon isn't displaying in IE 6 because the icons are tested to work there. Are you seeing other icons displaying correctly on the demo page? It could just be a float issue of the icon in that button.
The rounded corners you see in FF are based on the CSS corner-radius property which isn't currently supported in IE or Opera. You can use the corner classes from the CSS framework like "ui-corner-all" as the way to hook in a JS based corner script if you want the rounded corners in IE. Or , you can create custom bg images with rounded corners burned in which will work everywhere but won't be themable or as lightweight. On Apr 5, 2:49 am, "[email protected]" <[email protected]> wrote: > who can help me, thans > > On 4月3日, 下午1时41分, "[email protected]" <[email protected]> > wrote: > > > use the demo page index.html at the jquery ui package download from > > jquery.com. in this page, u can see in the left of the 'open dialog' > > button, the little icon disappeared in ie6, but in ff, it works ok. > > another question, the icon buttons in ie6 is rectangle, how can i get > > the circle corn shaps, just like in ff. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
