« Return to Thread: Rounded corners problems

Rounded corners problems

by Irv Salisbury :: Rate this Message:

Reply to Author | View in Thread

I am trying to do rounded corners on elements that are in a LayoutContainer (like the demo LayoutContainer)  Are there any limitations to the rounded corners (dojo.lfx) code?  It seems to add rounded corners to the top of most of the elements, but the borders don't get moved properly (so they don't line up with the rounded corners) and the bottoms of the rounded corners don't appear.  This is how I am applying them:

    var settings = new Object();
    settings.autoPad = false;
    dojo.lfx.rounded( settings, [ "middleButtonArea", "footer", dojo.widget.byId( "centerArea" ).domNode ] );

middleButtonArea is a standard div put in the top of the layoutContainer, footer is a standard div at the bottom, and centerArea is the dojo ContentPane put in with layoutAlign="client"

Thanks for any help or pointers,

Irv

_______________________________________________
Dojo FAQ: http://dojo.jot.com/FAQ
Dojo Book: http://manual.dojotoolkit.org/DojoDotBook
Dojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest

 « Return to Thread: Rounded corners problems