hi guys
i m trying to round main_screenPanel, main_pale and rounded but it is
not working at all
i tried all possible solns in grps it doesnt work so i m resorting to
posting here. please help me out

def:
-----
main_pale { width:98%; height:94%; margin: 0px;   border:solid 1px
#C3D9FF; border-bottom:solid 2px #C3D9FF;  border-top:solid 3px #C3D9FF
;   padding:2px;}
div.rounded { width:98%; height:94%; margin: 0px;   border:solid 1px
#C3D9FF; border-bottom:solid 2px #C3D9FF;  border-top:solid 3px #C3D9FF
;   padding:2px;}
div#rounded { width:98%; height:94%; margin: 0px;   border:solid 1px
#C3D9FF; border-bottom:solid 2px #C3D9FF;  border-top:solid 3px #C3D9FF
;   padding:2px;}

rounded_corners.js
----------------------------
var roundedCornersOnLoad = function () {
    swapDOM("visual_version", SPAN(null, MochiKit.Visual.VERSION));
   roundClass("h1", null);
    roundClass('div','main_pale');
   roundClass('div','main_screenPanel', {corners: "bottom"});
    MochiKit.Visual.roundElement('rounded');
  MochiKit.Visual.roundClass("div", "rounded");
   roundClass("div", "rounded");//, { corners: "all", border:true,
blend:true });
   roundElement("rounded");
   roundElement("contentcenter");

};
addLoadEvent(roundedCornersOnLoad);


--~--~---------~--~----~------------~-------~--~----~
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