Hi,
I really like the simple rss feed reader module. So much so that I want to use multiple instances of it on several pages.
I would like to style the different instances on a page independently from one another. The problem I am runnning into is related to the module suffix. When a module suffix is added in the config page for the module, I can see in the change when I view source and it is confined to container div with id="srfr-container".
I see this in the CSS file for the module:
div#srfr_container {} /* Don't forget the module class suffix, if you've entered one in the module parameters! */
Being a relative noob to CSS I am probably missing something pretty simple. Can anyone point out my ignorance in this case?
As a side note, I looked for the documentation the demo site mentioned came with the module download and I am either overlooking something obvious or it has been removed.