[jquery-ui] Re: Icons problem

2009-09-02 Thread Richard D. Worth
This will be handled by the button plugin, which is in progress: http://wiki.jqueryui.com/Buttons - Richard On Wed, Sep 2, 2009 at 10:05 AM, Paul wrote: > > Thank you both, guys. That did it. > > Maybe you can add a new class to the jQuery UI CSS framework for

[jquery-ui] Re: Icons problem

2009-09-02 Thread Paul
Thank you both, guys. That did it. Maybe you can add a new class to the jQuery UI CSS framework for a case like this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send ema

[jquery-ui] Re: Icons problem

2009-09-02 Thread brisco
Hello, you have to add additionnal styles, like this: #dialog_link {padding:0.4em 1em 0.4em 20px;position:relative;text- decoration:none; } #dialog_link span.ui-icon { left:0.2em;margin:-8px 5px 0 0;position:absolute;top:50%;} for the tag : On Sep 2, 9:18 am, Paul wrote: > Hi, > > I can't make

[jquery-ui] Re: Icons problem

2009-09-02 Thread Richard D. Worth
The html button you copied from that page contains an id with two specific styles on that page, one for the A, and one for the SPAN inside it. Here's a sample: demo: http://jsbin.com/adinu source: http://jsbin.com/adinu/edit - Richard On Wed, Sep 2, 2009 at 3:18 AM, Paul wrote: > > Hi, > > I c