Closed (fixed)
Project:
jQuery Eye Candy
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2008 at 17:11 UTC
Updated:
4 Aug 2008 at 18:02 UTC
Great plugin!
The only thing I come across this:
I've added this to my Drupal 6.3 setup:
jQuery CurvyCorners code to apply on all pages:
$(document).ready(function()
{
$('#textblock').corner();
})The curvy corners are then only applied to the first DIV#textblock to come up in the html-output with this id. The remaining DIV's with the same id remain square...
How can I solve this?
Regards from 10o,
The Netherlands
Comments
Comment #1
Tino commentedWorking with classes (.textblock) instead of id's (#textblock) fixed this problem...
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.