Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Conditional Comment for IE7 v7.0.6000.16609

LEGEND ,
Mar 06, 2008 Mar 06, 2008
I need to build a stylesheet for IE7 running on Vista. Does somebody know
how to format the conditional comment so I can detect the difference between
IE7 on XP Pro and IE7 on Vista?

// IE7 XP Pro SP2
v7.0.5730.11

// IE7 Vista
v7.0.6000.16609

TOPICS
Server side applications
319
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 06, 2008 Mar 06, 2008
LATEST
.oO(JackPot)

>I need to build a stylesheet for IE7 running on Vista. Does somebody know
>how to format the conditional comment so I can detect the difference between
>IE7 on XP Pro and IE7 on Vista?
>
>// IE7 XP Pro SP2
>v7.0.5730.11
>
>// IE7 Vista
>v7.0.6000.16609

I don't think this can be done. Both have the same major and minor
version number, which is all you can declare in a conditional comment.

But why do you need that anyway?

Micha
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines