I need Rounded Corner top left and right of module.

ANY CODE,HELP OR SUGGESTION.

Current interface.(Sharp Edges)

Tags: Coners, For, Modules, Rounded

Views: 310

Reply to This

Replies to This Discussion

.xg_module{
-moz-border-radius-topleft:5px;
border-radius-topleft:5px;
-moz-border-radius-topright:5px;
border-radius-topright:5px;
}

and here's a cool generator which generates border-radius code for FF , GoogleChrome , Safari and opera.

http://border-radius.com/

hey angella, the module code didnt work for me all the mods are still square...any suggestions? im using google chrome to program my site

thx angell and elso.

Plz also teel me how to ROUND my all buttons. ..

a.button,
button,
input.button  {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}

thank you soo much angeela

You're welcome!  :)

angella one more question if you not mind .

I want to Round my All Fields. like on top search . add discusssion title box. or any text fields with in my ning newtwork. its tough but i hope u have some mehthod

if you are using google chrome , just right click > inspect element to get specific element id/class and use css to change its appearance.

If you are using Firefox , get the add-on (Firebug) and right click>inspect element.

input.textfield{

-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;

}

#xn_bar_menu_search{ -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; i put

You forgot the closing bracket. 

#xn_bar_menu_search{ -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }

thx . Done

due to elso and u now m familer with CSS. most of things will done.

angella, is it possible to Rounded Member Images? i tryed with CSS bt it nt wokred

RSS

Latest Activity


NC for Hire
Bernard Lama replied to Alexander's discussion 'Text Ticker in Ning Bar'
"Give this a try in custom code <script type="text/javascript">if (typeof(x$) !=…"
6 minutes ago
CocteauBoy replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"I mean no insult to anyone here, but I can't tell if it's the new (and old) Ning…"
18 minutes ago
Alexander replied to Alexander's discussion 'Text Ticker in Ning Bar'
"OK thank you!"
20 minutes ago

NC for Hire
Bernard Lama replied to Alexander's discussion 'Text Ticker in Ning Bar'
"OIC...then you need to insert the code using javasrcript technique.. I will let you know...soon"
21 minutes ago
Kos replied to Kos's discussion 'CSS Styling Disappearing/re-appearing'
"On a good note; the Preview in DS seems to be working now in FF (knock on wood) but you don't…"
23 minutes ago
Alexander replied to Alexander's discussion 'Text Ticker in Ning Bar'
"It scrolls but it is at the base of the page not the top!"
29 minutes ago

NC for Hire
Bernard Lama replied to Alexander's discussion 'Text Ticker in Ning Bar'
"You are welcome Alex...did you see any text scrolling from right to left in the ning bar area? Make…"
32 minutes ago
Alexander replied to Alexander's discussion 'Text Ticker in Ning Bar'
"Thanks Bernard, I did paste this in the Custom Code area, but do not see anything running on my…"
36 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service