jochem - 
I assume you were referring to my media=Print which should be
media=print - That was just how I typed it in - My exact imports are
like so
<style type="text/css" media="screen">
        <!-- @import url( "http://64.234.202.15/ddmenu.css";
<http://64.234.202.15/ddmenu.css> ); -->
        <!-- @import url( "http://64.234.202.15/HCSScreen2003.css";
<http://64.234.202.15/HCSScreen2003.css> ); -->
</style>

<style type="text/css" media="print">
        <!-- @import url( "http://64.234.202.15/HCSPrint2003.css";
<http://64.234.202.15/HCSPrint2003.css> ); -->
</style>
is that an issue?
Should I specify them differently - like this? Do they behave oddly when
they are imported in cf included templates?

<style type="text/css">
        <!-- @import url( "http://64.234.202.15/ddmenu.css";
<http://64.234.202.15/ddmenu.css> ) screen; -->
        <!-- @import url( "http://64.234.202.15/HCSScreen2003.css";
<http://64.234.202.15/HCSScreen2003.css> ) screen; -->
        <!-- @import url( "http://64.234.202.15/HCSScreen2003.css";
<http://64.234.202.15/HCSScreen2003.css> ) print; -->
</style>


Jochem van Dieten wrote:


[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  wrote:

  

It's still not settled, like I said the media=Print seems to only be
achieving a few of my needs.

    



Which is to be expected, media types are case sensitive.



Jochem




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to