Wednesday, October 5, 2005, 3:44:54 PM, Zach Inglis wrote:
> @import 'second.css";
> @import url("second.css");
> nor hard coded url works....

Do your @import rules come before any other rules in the CSS, because they
must per the specs.  Also, simplest syntax is just @import "my.css";
This has the added advantage of hiding CSS from all v4 browsers.

Steve
-- 
http://mrclay.org/ : http://thefrenchhorns.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to