Elxis CMS Forum

Support => General => Topic started by: ROUBOS on May 25, 2011, 04:10:42

Title: using a module suffix
Post by: ROUBOS on May 25, 2011, 04:10:42
Hi,
can someone please explain how to use the suffix option in a module?
Say I want to change the way the module heading is displayed. Do I enter .modtitle in the suffix field and then use css for a class .modtitle ???
Title: Re: using a module suffix
Post by: datahell on May 25, 2011, 10:12:51
Read the documentation:
http://wiki.elxis.org/wiki/Navigation_and_menus (http://wiki.elxis.org/wiki/Navigation_and_menus)
Title: Re: using a module suffix [SOLVED]
Post by: ROUBOS on May 25, 2011, 11:56:09
thanks
Title: Re: using a module suffix
Post by: ROUBOS on May 25, 2011, 23:07:13
this is the css I used in order to place a header for a module:

div.moduletable-loginheader{
   background: url('../images/loginformheading_bg.png') no-repeat;
   background-position:top;
   padding-top: 50px;
   padding-right: 10px;
   text-align:right;
}

is this the way to go? The text is part of the image and not the module's title. This way though I will need to create an image for every module.
I was hoping to create a graphic that can be used over and over, sitting as a background to the module title.

Hope I'm clear.
thanks
Title: Re: using a module suffix
Post by: datahell on May 25, 2011, 23:48:32
Yes but you should hide the text title of the module.
Title: Re: using a module suffix
Post by: ROUBOS on May 26, 2011, 00:53:39
Yes I am hiding them. Was hoping for a more dynamic approach. 
Thanks for the reply.
Title: Re: using a module suffix
Post by: ROUBOS on May 26, 2011, 03:08:40
what's the css for autonomous pages? I want to change the autonomous pages title, and add a background picture
Title: Re: using a module suffix
Post by: webgift on May 26, 2011, 12:09:00
Roubos please install the add-on for Firefox named : web developer.
After that click ctrl+Y and select the title of autonomous pages on your website. This will show you the css classes , div that belongs each element.
You can also install and use add-on CSS Viewer for Firefox 4 (https://forum.elxis.org/index.php?topic=6267.0)
Title: Re: using a module suffix
Post by: ROUBOS on May 26, 2011, 12:10:39
will do that thanks.