Recent Topics

1 Jan 07, 2007 03:44    

I have made a few changes to nifty_corners, but have two small problems.

1. I can't find where to change the colour of the top rounded part for 'div.bTitle'.
2. How can I get the right column to extent all the way to the bottom, even if it is empty?

blog: [url=http://www.sigweb.co.za/b2]www.sigweb.co.za/b2[/url]

2 Jan 07, 2007 08:06

These are the relevant bits in your _main.php for #1.

if(!NiftyCheck())
					return;
			Rounded("div.outerwrap","all","transparent","#fff","");
			Rounded("div.posts","all","transparent","#fff","");
			Rounded("div.bSideBar","all","transparent","#fff","");
			Rounded("div.bTitle","top","#fff","#06a3c4","smooth");


Form is loading...