29.03.2007, 17:29
Kann mir mal einer sagen, wie der Browserweichen stylsheetbegriff für firefox ist.
Auf selfhtml.org sind nur die Angaben für Ie drin, in meinem Fall funzt firefox nicht richtig.
Sowas meine ich.
€dit:
Wer lesen kann, ist klar im Vorteil...
Sorry, hab grad gelesen:
Alternative CSS-Dateien für den Internet Explorer (Conditional Comments)

Naja, weiß jemand, ob es sowas auch für Firefox gibt???
2€dit:
@Spartan777
Ich suche doch gerade, nach ner alternativen Cssdatei für firefox 
3€dit:
Ach, so meintest du das... Ne natürlich nicht, les dir mal den Code durch.
Auf selfhtml.org sind nur die Angaben für Ie drin, in meinem Fall funzt firefox nicht richtig.

Code:
<style type="text/css">@import url(modern_ohne_ie.css) all;</style>
<!--[if IE]>
<style type="text/css">@import url(ie.css);</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">@import url(ie6.css);</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css">@import url(ie5-6.css);</style>
<![endif]-->
<!--[if lte IE 5.5999]>
<style type="text/css">@import url(ie55-.css);</style>
<![endif]-->
<!--[if gte IE 5.5]>
<style type="text/css">@import url(ie55+.css);</style>€dit:
Wer lesen kann, ist klar im Vorteil...

Sorry, hab grad gelesen:
Alternative CSS-Dateien für den Internet Explorer (Conditional Comments)

Naja, weiß jemand, ob es sowas auch für Firefox gibt???
2€dit:
@Spartan777
Ich suche doch gerade, nach ner alternativen Cssdatei für firefox 
3€dit:
Ach, so meintest du das... Ne natürlich nicht, les dir mal den Code durch.






