-
Applying CSS to Frames
Anyone know how to use CSS with Frames so that all fames in the set inherit the CSS attributes?
I usually stay away from frames, but the server my school uses as a host does not support any higher level languages like PHP. I need a way to only have one version of the dynamic menu. Frames seems like the only option. However, I can't CSS to work with frames.
Thanks!
-
yes its easy... put a link to an external CSS in the <HEAD> tag same as you would normally. The link needs to go in all the frames in the set (i.e. your main frame and your 'navigation' frame) but not in the frameset file itself. PM me if you need some further help
Z