I could replicate the problem. I tested on the themeroller (
http://jqueryui.com/themeroller/ ) site and I see the same trouble. I
removed some of the html to make the example clearer, but here is a
screenshot: http://img516.imageshack.us/my.php?image=jqueryuiiconbug.png

I could only replicate this problem in IE6.
I am running IE 6.0.2900.2180.xpsp_sp2_gdr.070227-2254.

I couldn't spend much time trying to figure it out, but I replaced:

#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .
2em;top: 50%;margin-top: -8px;}

with:

#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .
2em;top:.4em;}

and it appears properly in both IE6 and FF, with a 1px alignment
difference between IE and FF.. but at least the icon is showing.

Oh, the icon is actually showing in my screenshot because I changed
the z-index, otherwise it would be under one of those test buttons..

Hope this helps!

Steve

On Apr 6, 10:52 am, Todd Parker <[email protected]> wrote:
> I'm not sure why thaticonisn'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 theicon
> 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 littleicondisappeared in ie6, but in ff, it works ok.
> > > another question, theiconbuttons 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to