Forum Moderators: not2easy
Have you tried using a root relative url for importing your sheet?
[pre]
@import url(/path/to/css.css);[/pre] That would be a good start I think...
Nick
<!--link rel="stylesheet" type="text/css" href="..\style_main.css"-->
<style type="text/css">
@import url(..\style_main.css);
</style>
I commented the normal link rel just to see if @import could work on its own. And I tried it with both link rel and @import
The problem does not seem to revolve around the page not recognizing the CSS. As I had said earlier, if I opened the page up on its own, it finds everything (images, CSS, ect.), but within the framed page anything beyond root is not found Under NN7. I am testing the page on a local intranet though, so could this be a factor somehow?
Thanks for your time!
[webmasterworld.com...]
If that doesn't work, the topic is:
Reading Stylesheet from other frames
Can I read a stylesheet that is in a different frame?
I hope it is not a bug in NN7....Heh, kinda wish I did not uninstall NN6...
-Edit: I wonder why NN6 allowed me to use "\"? I shall look around for older browsers to test my site though. Just hope I am not in for a shock of some sort :)