Forum Moderators: not2easy

Message Too Old, No Replies

css styles from i-frame

want to keep css navigation styles when i-frame content is clicked

         

klembke

2:17 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



I need help! I have a left navigation menu that is calling content into an I-frame. I have the hover/visited states on the navigation set to maintain the look after the link is clicked. However, I want to maintain these styles when the content of the I-frame is clicked also.

Any suggestions?
Thanks!

tedster

4:18 pm on Jun 1, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You cannot enforce styles from a parent document onto its iframe - they are different html documents - so the document that is loaded into the iframe must also call the external stylesheet (or have the styles you want to see in its own <head> section, or inline, and so on)

klembke

5:16 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



Thanks! That's what I was afraid of!