Hi,
I have enclosed my fivestar widget in node.tpl page as follows with actionbox class mentioned below:
<div class="actionbox">Rating: <?php print fivestar_widget_form($node); ?></div>
And actionbox is...
.actionbox {
border: 1px solid #bbb;
float:right;
position:relative;
padding:5px;
font-size:0.75em;
font-style:none;
margin:-10px 5px 5px 15px;
width:100px;
background: #FFFFFF;
}
Now the issue is when I dont enable curvycorner for actionbox fivestar works fine. But when I enable it using this:
//required for each plugin
$(document).ready(function() {
//plugin specific statements here
$('.actionbox').corner();
})
My fivestar refuses to work. When I click on any star nothing happens (even the rollover effect does not work). I am not getting any javascript error either. However, the div is getting rounded properly. Please help.
Comments
Comment #1
chandrabhan commentedLooks like this is the same issue as http://drupal.org/node/293582 I am also not able to resize the textareas.
Comment #2
JaredAM commentedIs this still an issue? My curvycorners seems to work okay. If you need help let me know.