.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