Click to See Complete Forum and Search --> : CSS in IFRAME is ignored


ccoder
07-03-2006, 03:24 PM
I just wrote a small page that gets trashed when displayed in the IFRAME of another page. This page looks fine when I load it by itself but it appears its CSS is being ignored when it is embedded in the the other page. All font, size, color and positioning is gone.

I'm guessing that there is something in the parent page that is doing this but I have no idea what that might be. Any suggestions?

FWIW, we use IE6.0.

KDLA
07-03-2006, 04:42 PM
Are you using the same names for your id's/classes (even though they're different styles)? Could be that one CSS document is overriding another.