How do you round navigation and mudule borders?
Tags:

Permalink Reply by soaringeagle on November 10, 2012 at 11:11am border-radoius: 50px etc
but you should include other browser compatability codes
-moz-border-radius
-webkit-border-radius
etc
if you use 1 number 50px it applies to all corners
u can use diferent numbers for each corner for non symwtrical shapes
ex border-radius: 5px 12px 20px 60px;
that would be top left ti[op right bottom right bottom left it goes clockwise around
1.You can do it using CSS
2.Get the element id/class of the element you want to have rounded border corners
3.Use this generator to help you generate cross-browser rounded border corners code:
For example:
#xg_navigation{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
Please note Ineternet Explorer dosent supports rounded border corners.

That's right Elson.. and for module just replace this .xg_theme .xg_module instead of this #xg_navigation
Permalink Reply by Eric Bersen on November 11, 2012 at 1:35pm
Permalink Reply by Eric Bersen on November 11, 2012 at 1:38pm The top left of the canvas corner curve exposes a transparent layer?
Permalink Reply by Eric Bersen on November 11, 2012 at 1:41pm 
replace this..
.xg_module_body
Permalink Reply by Kos on January 14, 2013 at 7:45pm ok question: I used this and it works fine in old editor but not in Design Studio. Why? Firebug shows the same element ".xg_module_head"
.xg_module_head{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
BTW a huge THANK YOU guys for all of the assistance. Very, very much appreciated.
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Phoron replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The SandboxA community is nothing without its members. Richard Millington shares some places to look when…
See More
Phoron replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Writer Chick {Diane} replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox© 2013 Created by Ning.
