Posted by ss_drupal on December 2, 2009 at 12:38am
1 follower
Jump to:
| Project: | jQuery Eye Candy |
| Version: | 6.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I'm using a zen subtheme, a very simple one, basically I've changed nothing yet. (Produced by the zenophile module).
When I use the following code in the curvy corners admin area, the spacing of the blocks in the right and left sidebars change. They move closer together. (Tested a couple of times).
The effect looks great. But the spacing is all screwy. I'm messing about with firebug, but haven't found the magic difference yet.
BTW the classes used are the classes implicit in the zen theme.
$(document).ready(function() {
$('.block').corner({
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
autoPad: true,
antiAlias: true
});
$('.block-inner').corner({
tl: { radius: 10 },
tr: { radius: 10 },
bl: { radius: 10 },
br: { radius: 10 },
autoPad: true,
antiAlias: true
});
$('.block h2.title').corner({
tl: { radius: 10 },
tr: { radius: 10 },
bl: false,
br: false,
autoPad: true,
antiAlias: true
});
})I would be very grateful for any advice I could get on this subject.
I'm quite puzzled.
Comments
#1
BTW I nearly forgot to say, I'm on Drupal 6.14 and I'm doing the development on FireFox 3.0.15.