CSS and IFRAMEs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a main page containing links and an IFRAME. All the links target the
IFRAME and open up existing pages (without any styles present in them) in it.

What I want to be able to do is to use a CSS, that contains certain styles
for the IFRAME so that when the existing page is opened up in the IFRAME,
those pages take on the styles that are set for the IFRAME.

please help if this is possible.

Thanks,
 
You must attach a external CSS to each pages that appear in the IFrame. If the pages are not within
your web, not yours, then you have no control over them.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
OK. But is there a way he can do this, anyway, since it's an iframe? :>)

Bob Lehmann
 
Yes, link the CSS to the page that loads in the IFrames

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
That's what we are saying. There is no way to style one page and have those
styles apply to another page.
 
Back
Top