I've looked more into what I'm supposed to be doing here and have tried to set a class to one of my modules of -light_overlay.
I've looked in the images directory and see that the image for that class is present.
However the style isn't applied to the
module.
When I look further (using the Firefox dev bar) I see that the element is called
.scrolling-content>div>p
instead of
.scrolling-content>div.moduletable-light_overlay
as with the demo.
Obviously my problem is that the style isn't being applied as the moduletable doesn't seem to be present.
My module is a custom HTML module that I've created in the normal way.
So how do I make a modlue that's actually 'seen' as a module?
This is a J1.5.3 installation.