Greetings - I have got the sIFR module working fine except when I enter padding information it doesn't seem to take or enter the CSS which I view through the web developer plugin in firefox. Any ideas?

Comments

sun’s picture

The padding is only applied to a sIFR javascript rule. It is not applied as a CSS rule. sIFR will pad the rendered text within the Flash movie if a value is entered.

notarealperson’s picture

Ahhhh...I see. Can I still apply padding as a CSS rule to that would then pad the whole flash movie?

sun’s picture

Status: Active » Fixed

Yes, of course. However, you will notice that sIFR replaces the selected HTML element completely. So if you want to apply some padding/margin around this element, it's best practice to apply that padding/margin to a surrounding container.

F.e., if your sIFR rule selects heading 3 and you have a surrounding container with the class "title", then you would apply some padding to the container instead of the (replaced) heading element.

Anonymous’s picture

Status: Fixed » Closed (fixed)