Closed (fixed)
Project:
Cool aid; Editable help messages
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 16:27 UTC
Updated:
4 Sep 2008 at 10:02 UTC
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
Comment #1
danielb commentedThe 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.
Comment #2
drupaloSa commentedI'm already working with firefox and firebug, i think they are essential for web developers :). Thanks for the info.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.