1 onmillertime Jun 19, 2009 04:17
3 onmillertime Jun 19, 2009 04:32
Forgive me I am a SUPER newbie, which template is that in? Thank you so much for the help!
duh style.css right?
4 afwas Jun 19, 2009 05:33
/skins/nifty_corners/index.main.php lines 30-46:
require_js( 'rsc/nifty_corners.js', true );
$custom_js = <<<HEREDOC
<script type="text/javascript">
<!--
window.onload=function()
{
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");
}
// -->
</script>
HEREDOC;
add_headline( $custom_js );
Good luck
5 onmillertime Jun 19, 2009 12:16
OMG that worked perfectly and it was super easy to do. Thank you so much!
6 afwas Jun 19, 2009 16:34
You're welcome.
Remove the line
plus the javascript in the next few lines.
Good luck