Try

   roundElement("info");

because Info is an id for that particular Div.

roundClass() is for tags and classes. So when you have div.Info (<div
class="Info">), it can be rounded by roundClass('div','Info').

Cheers, Bart

[EMAIL PROTECTED] wrote:

> Hello all!
>
> I am new here and i have a question:
>
> How do i get rounded corner for divs like
>
>   div#Info {
>     font-size: 0.9em;
>     float: right; width: 12em;
>     margin: 0 0 1.1em; padding: 0;
>     background-color: #eee;
>   }
>
> ???
>
>       roundClass("div#info", null);  or
>
>       roundClass("Info", null); or
> 
>       roundClass("#Info", null);
> 
> doesn´t do it.
> 
> Thanks!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" 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/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to