[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] re: CSS support
From: |
Dan Kuykendall (Seek3r) |
Subject: |
Re: [Phpgroupware-developers] re: CSS support |
Date: |
Mon, 27 May 2002 13:28:45 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523 |
Andrea Iacoponi wrote:
> I agree with Pim.
> I also use separated CSS files and it works quite fine (at least on IE,
> Netscape, Mozilla and Konquerror)
> Some problems may arise in overriding inline css.
> At the moment I output dynamically the CSS linking instruction with the
> rest of the HTML page.
> I think there should be no problems in using the same approach with the
> PHPGW API; it would greatly benefit readability of the code, keeping the
> same functionality (i.e. loading a browser-safe CSS file if the browser
> is not fully compatible with CSS specs. )
The other problem with the seperate css file is that you cannot use
variables in it. With its current method we can support variables.
I have a question. What happens when two css files have the same
definition? Does the last one override the first?