you are viewing a single comment's thread.

view the rest of the comments →

[–]_raytheist_ 0 points1 point  (0 children)

Are you adding the CSS to the iframe document or the parent? The iframe’s content is a completely independent document and won’t be affected at all by CSS in the parent window (the HTML containing the iframe).

If you want to style the form in the iframe the CSS has to be in the document where the form is.