I ran into something similar with IE4's implementation of CSS.  I realised
after several painful hours it (or some weird OEM subversions of IE4)
ignored the first style.  So style sheets I created all began with something
like

  .null { } // stupid workaround for IE4

Of course, CSS implementations are a whole other topic of hate.

On 18/12/06 09:21 Yossi Kreinin wrote:

>  #ifdef STUPID_FLAG //this is ignored. in fact EVERYTHING is ignored
> until...
>  #include "stdafx.h" //THIS LINE.
>  //stupid code...
>  #endif

Reply via email to