Hi,
I'm trying to replace the table header of one module with an image and i dont know how to do this. I read some threads about how other ppl did this but it seems i have a big problem. My mambo control panel looks nothing like theirs.
http://www.pencil-surgery.com/images/wtf.jpg
(Yes thats the right screenshot of the right module. BTW its mambo 4.5.1a)
Quote:
</files>
<params>
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</mosinstall>
|
THose are the last lines of my XML to the module
Quote:
table.moduletablemenu th {
...(a bunch of css styles)
}
|
Thats what my CSS looks like.
The problem now is, if you look at the screenshot above, what the heck am i supposed to type into parameters? And why dont i have a field that says Module Class Suffix where i can just type "menu" and hit save.