help please
help please
- Started
- Last post
- 2 Responses
- vsc
hi, can someone help me with two questions?
1) can CSS control an iframe interely?
2) if they do, how can i spec 2 different iframes on a single css file? iframe#1 ... id="1"?
thank you
- myobie0
what i would do is this:
make one css file that has all the css for the html of the main page and the html of the iframe page
then include (link) that css file into both the iframe page and the main page inside the head tag...
the browser should only download it once, so it won't hurt to do that...
there may be a better way...
- vsc0
yes, but how do you work around the same body tag for both files? if you
body { background= ...}
etc
etcfor the main page the iframe one will depend on it too...
can we use a class like,
body#iframeID