View Full Version : Does it work?


Molie5726
04-05-2006, 09:49 AM
Well, I get the whole external style sheet thing,
but I'm wandering if it also works for all of the div iframes aswell.
If not, is it possible to link a different style sheet to the individual iframe?
xx :confused:

uday
04-05-2006, 12:09 PM
if you are hosting the contents of the iframe you can use a linked style sheet for each iframe as well. just link it to the iframe document.

otherwise, you would have to find all the selectors used in the iframe source and make a style sheet just for that (which is a lot of work to change how someone else's page looks)