Download & Extend

Thememing specific blocks with distinctive css id's

Project:Marinelli
Version:6.x-2.95
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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>

Comments

#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?

#3

I found this that seemed to do the trick:
http://drupal.org/node/600598

#4

Yes seems to work fine !, should be included on the main Marinelli code.

nobody click here