[css-d] css include

2005-11-02 Thread Jan Milz
Is it a problem to include several css files like this: link rel=stylesheet type=text/css href=http://192.168.0.100/milez/eclipse/style.css; link rel=stylesheet type=text/css href=http://192.168.0.100/milez/eclipse/style.css.php; link rel=stylesheet type=text/css

Re: [css-d] css include

2005-11-02 Thread Gunlaug Sørtun
Jan Milz wrote: Is it a problem to include several css files like this: link link link link No problem, as long as the number of stylesheets linked in is lower than 30 - because of an IE/win-only limit. A better way might be to use @import in one stylesheet, and have only one

Re: [css-d] css include

2005-11-02 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: Jan Milz wrote: I am encountering strange css behavior right now with background definitions, maybe because a class or an id is defined more than once? You may define elements, id and classes in CSS as many times as you like, but the one with the highest