Thememing specific blocks with distinctive css id's
vr_mex - May 27, 2009 - 16:20
| Project: | Marinelli |
| Version: | 6.x-2.95 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
How can I css theme specific blocks on the Left sidebar or the Right sidebar if all of them have class="defaultblock"
I would appreciate some help on giving blocks a distinctive id.
Thanks a lot help
<div class="defaultblock">
<h2><?php print $block->subject; ?></h2><!--block title-->
<div class="blockcontent"><?php print $block->content; ?></div>
</div>
#1
I want to put a scrollbar on a specific block - not sure how to do in Marinelli.
Found:
http://drupal.org/node/315205
http://drupal.org/node/281418#comment-1207343
May have another go at it sometime - let me know if you figure how.
#2
Any news on this issue?