You might want to take a look at
http://xkahn.zoned.net/blog/2010/03/31/twisty-3-simple-and-lightweight-disclosure-triangles-for-the-web/
OK, so it looks a bit like Apple :-)
I've used this on a number of sites. Its simple and smooth and pretty
lightweight. It can be nested and you have the opt
On Sat, Sep 11, 2010 at 8:16 AM, Allan MacGregor
wrote:
> Is there a way to specify the onClick event for radius tags? for
> example for a set checkboxes or a dropdown?
radius is just a template language for outputting other formats; (i
guess) most often html. so simply have radius output the ht
Wes,
Is there a way to specify the onClick event for radius tags? for
example for a set checkboxes or a dropdown?
Cheers
On Sep 10, 5:55 pm, Wes Gamble wrote:
> You may want to check out jQuery, which allows you to do effects like
> this.
>
> See:http://api.jquery.com/category/effects/for the
Hi Anna,
Thanks for all the advice I found that the problem was with my
actionMailer configuration,
ActionMailer::Base.smtp_settings = {
:address => "mail.x.com ", <--- There is an
extra space.
After the extra space was removed all worked.
Cheers
On Sep 10, 3:03 pm, bana