Nifty Corners

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Renwaar
New Member
New Member
Posts: 3
Joined: Wed Mar 19, 2008 9:48 pm

Nifty Corners

Post by Renwaar »

I have seen a number of posts in the forum relating to Nifty Corners, but I am having a problem with the template... When I add:



{sitename} - {title}

{metadata}

{stylesheet}

{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}




window.onload=function(){
Nifty("div#container");
Nifty("div#content2");
Nifty("div#header,div#footer","transparent");
}



I'm getting one rounded footer, and nothing else seems to be working.

Many Thanks for any help on this.


Andy
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Nifty Corners

Post by Dr.CSS »

Most times I've used it that bit about window.onload part is in the JS so it's not needed in the template just a call to the JS, uploads/java2/niftyLayout.js is where you would call the parts to be rounded...
Renwaar
New Member
New Member
Posts: 3
Joined: Wed Mar 19, 2008 9:48 pm

Re: Nifty Corners

Post by Renwaar »

Thanks Mark,

Now I understand, sorted.
Post Reply

Return to “Layout and Design (CSS & HTML)”