One further thing I noticed. The URL of CSS behaviours (in IE) is
relative to the parent HTML page, not the CSS file.

e.g. http://abc.net.au/test/png/ has five files:

        default.htm
        styles/logo2.png
        styles/screen.css
        styles/background.jpg
        styles/pngbehavior.htc


This doesn't work:

        img {
                background:url(background.jpg);
                behavior:url(pngbehavior.htc);
        }


But this does:

        img {
                background:url(background.jpg);
                behavior:url(styles/pngbehavior.htc);
        }

With the obvious consequences. Why did they do this?


Geoff.





==============================================================================
The information contained in this email and any attachment is confidential and
may contain legally privileged or copyright material.   It is intended only for
the use of the addressee(s).  If you are not the intended recipient of this
email, you are not permitted to disseminate, distribute or copy this email or
any attachments.  If you have received this message in error, please notify the
sender immediately and delete this email from your system.  The ABC does not
represent or warrant that this transmission is secure or virus free.   Before
opening any attachment you should check for viruses.  The ABC's liability is
limited to resupplying any email and attachments
==============================================================================


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to