Thanks for this interesting and pratical module. I'm using the ifeeldirty theme on Drupal 6.4. In Garland the question mark is positioned to the upper right corner of the main content area. How can i do this in the theme i'm using? Currently it is displayed at the top right corner of the page.

Comments

danielb’s picture

Status: Active » Fixed

The icon will go to the edge of the first parent element with either position:relative or position:absolute

If you give your content area box position:relative it should work.

Of course you can modify your page template and css completely to achieve a different effect. You can even make your own icon image and replace it with css.

I recommend using the firefox browser with the firebug plugin to help you determine all the information you need to do this quickly and painlessly.

drupaloSa’s picture

I'm already working with firefox and firebug, i think they are essential for web developers :). Thanks for the info.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.