Active
Project:
Featured Content Slider
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2009 at 21:31 UTC
Updated:
27 Aug 2009 at 17:21 UTC
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
Comment #1
davemybes commentedMost 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.