I have CiviCRM installed and I have the CiviCRM quick access block enabled in the left side-bar, under the standard navigation block. I am using Drupal 4.7 (final) and the 4.7 version of Molio (downloaded 5/17/06).

With IE 6, the CiviCRM block is aligned farther left than the navigation block. The text of the links ends up overlapping the bullets. See the screenshot attached.

CommentFileSizeAuthor
molio_badblock.jpg6.41 KBbomarmonk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rkerr’s picture

Can you provide a snippet of the HTML source that CiviCRM is printing out? And maybe any extra CSS that Civi is including...

bomarmonk’s picture

Here you are... this is from the source for the page:

<div id="block-civicrm-1" class="block block-civicrm">
    <div class='menu'>
<ul>
<li class="leaf"><a href="http://localhost/drupal/civicrm/contact/search/basic?reset=1" >Find Contacts</a></li>
<li class="leaf"><a href="http://localhost/drupal/civicrm/group?reset=1" >Manage Groups</a></li>
<li class="leaf"><a href="http://localhost/drupal/civicrm/admin?reset=1" >Administer CiviCRM</a></li>
<li class="collapsed"><a href="http://localhost/drupal/civicrm/import?reset=1" >Import</a></li>
</ul>
</div></div>
</div>
rkerr’s picture

Civi's not putting a class="menu" on the

    tag. Yet it's still specifying leaf, expanded, etc. classes and it's wrapped in a menu div. That's probably why the css is acting funny.