pluck
pluck 4.7 out now, download it today!

pluck support forums

for all your questions about the easiest CMS on the planet

You are not logged in.

Announcement

New registrations are disabled for some spam problems. New registrations will be avaliable soon. If you want to help to keep forum away from spam - contact us.
Please post your bug reports on Launchpad.

#1 15-02-2012 16:47:09

forart.eu
Member
From: Italy
Registered: 22-03-2008
Posts: 39
Website

[HELP] Nifty Corners in pluck

I really love this technique to generate rounded corners without images:

http://www.html.it/articoli/nifty/

...anyway i've tried to put it in pluck (any theme) without success.

Can someone help me ?

Thanks in advice !

Offline

#2 21-02-2012 19:15:51

a_bach
developer/module guru
From: Poland
Registered: 24-11-2008
Posts: 439
Website

Re: [HELP] Nifty Corners in pluck

Make test page and give us link. Then we can try to help you find what you are doing wrong.

A_Bach

Offline

#3 13-03-2012 08:15:57

WJAC
Member
From: The Netherlands
Registered: 11-02-2008
Posts: 28
Website

Re: [HELP] Nifty Corners in pluck

Use CSS3:
http://css3generator.com/
And choose Border Radius

Then copy and paste the code in your CSS.
For example.

CSS:

#box1 {
	width:368px;
	height:327px;
	border:2px solid #00C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

HTML:

<div id="box1"></div>

It wil only work in the latest browsers.

Offline

#4 07-04-2012 10:02:48

forart.eu
Member
From: Italy
Registered: 22-03-2008
Posts: 39
Website

Re: [HELP] Nifty Corners in pluck

OK, i've applied NC into a customized ZenLike theme:

http://www.forart.it/progetti/RETeD/

I'll try CSS3, thanks.

Offline

Board footer

Powered by FluxBB