After poking with this script I finally managed to insert it into my page. I wanted rounded corners at the top of my header and I'm using Garland.
I added <?php print '<script type="text/javascript" src="/drupal/misc/jquery.corner.js"></script>' ?> to page.tpl.php just after the <?php print $scripts ?> line.
Then I added
After activating the module, and download jquery.corner.js from http://methvin.com/jquery/jquery.corner.js and place it inside your rounded_corners folder. You can put your jquery code in admin/settings/rounded_corners.
Comments
Hi Thanks for this, as many
Hi
Thanks for this, as many people like corners (me too) can u please make a tutorial, or how to ! add this to drupal
---
Daily webmaster news and directory (digg style)
http://www.dwebmaster.com
Just tried this
After poking with this script I finally managed to insert it into my page. I wanted rounded corners at the top of my header and I'm using Garland.
I added
<?php print '<script type="text/javascript" src="/drupal/misc/jquery.corner.js"></script>' ?>to page.tpl.php just after the<?php print $scripts ?>line.Then I added
after the
<div id="header">line.Already has an easy to use module
There is already a module making use of methvin's jquery rounded corner
http://drupal.org/project/rounded_corners
After activating the module, and download jquery.corner.js from http://methvin.com/jquery/jquery.corner.js and place it inside your rounded_corners folder. You can put your jquery code in admin/settings/rounded_corners.
Cheers,
CK Ng