<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test Page</title>
<style type="text/css" media="all" >@import "c:/css/foo.css";</style>
</head>
<body>
Test page
</body>
</html>
IE works fine, but FireFox doesn't want to use it!?
what's wrong with statement (import css)?
The css file is OK!
if I use
<link rel="stylesheet" type="text/css" href="css/foo.css">
it works for both browsers, but the thing is that I have to show different css files for different users for the same page and these css files can be everywhere. Any ideas?
IE 7, Firefox 2.0
Thanks!


Reply With Quote

Bookmarks