No. But if you make the link a root relative one, you won't have to, e.g.,
body {behavior: url(/csshover.htc);}
You might also consider making the conditional comment specific to IE6 and
below, since we don't yet know what IE7 is going to need.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"Baxter" <baxter(RemoveThe :-)@gtlakes.com> wrote
Quote:
Hi!
Is there any way to update child pages of a template file with a link in
a
conditional comment in the template to a file?
!-- The following is a conditional comment for IE/Win browsers --
!--[if IE]
style type="text/css"
body {behavior: url(csshover.htc);}
/style
Thanks
Dave |