Active
Project:
jQuery Eye Candy
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2008 at 10:25 UTC
Updated:
27 Aug 2009 at 16:21 UTC
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.