Closed (fixed)
Project:
sIFR
Version:
5.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2007 at 17:05 UTC
Updated:
23 Sep 2007 at 21:11 UTC
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
Comment #1
sunThe 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.
Comment #2
notarealperson commentedAhhhh...I see. Can I still apply padding as a CSS rule to that would then pad the whole flash movie?
Comment #3
sunYes, 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.
Comment #4
(not verified) commented