At first, I created a contenttype for showing nodes of this type in a block (by views)
I set some css-classes in node-mycontenttype.tpl.php and style.css , for example the title-background.
Everything works.

But after displaying these nodes in your content_slider, all css-styles are ignored in IE7 (but in FF3 its ok).
Could this be a problem of your output-lines in file content_slider.module ?

Comments

davemybes’s picture

Most likely your style are getting overridden by the module's styles. Try increasing their priority i.e. add some CSS id's to your styles so that they will take precedence. Or add !important after your style declaration.