[dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Gunther Pilz <dokuwiki@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 19 Aug 2007 17:28:37 +0200
Hello Andreas!
Andreas Gohr schrieb:
> On Sun, 19 Aug 2007 17:02:44 +0200
> Gunther Pilz <dokuwiki@xxxxxxxxxxxxxx> wrote:
>
>
>> Hello,
>>
>> here some additional thoughts/ ideas.
>> What I want to achieve is something like this:
>>
>> |*<!--[if lte IE 7]>*
>> **|
>>
>> <link rel="stylesheet" media="all" type="text/css"
>> href="/.../lib/exe/css.php?s=ie_only" />
>>
>> |*<![endif]-->
>> *|
>>
>> Probably the best (easiest) way is to modify the
>> css_out() function in lib/exe/css.php!?
>>
>
> What for? Why don't you just put the above in your template?
>
OK, I put this in my template. So far so good.
But that means, that the IEs first load the standard compliant css and
then *additionly* the special IE css (which also means that I have an
additional http request).
What I would prefer is, that IEs don't load the standard compliant css,
but *only* their special css. Which of course then have to contain all
the other css, ie. from the plugins.
So my first thought was to alter the css_out function to get two
different *complete* css files. One standard compliant and one IE
special. Then I can put this in a way in my template that each browser
only loads *one* css file.
I hope, it's becoming clear what I'm looking for? Sorry, my English
isn't the best. So it would be very kind from you, if you possibly could
answer me also in the german discussion forum - thanks!
Cheers
Gunther
- Follow-Ups:
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Chris Smith
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Anika Henke
- References:
- [dokuwiki] different Stylesheets with Conditional Comments
- From: Gunther Pilz
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Gunther Pilz
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Andreas Gohr
Other related posts:
- » [dokuwiki] different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- » [dokuwiki] Re: different Stylesheets with Conditional Comments
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Chris Smith
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Anika Henke
- [dokuwiki] different Stylesheets with Conditional Comments
- From: Gunther Pilz
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Gunther Pilz
- [dokuwiki] Re: different Stylesheets with Conditional Comments
- From: Andreas Gohr