While waiting.
I have a project with more than 2000 lines of javascript. It been
developed with FF2 only. Actually in the beginning I put.
GBrowserIsCompatible(true);
which sets the css classname of <body> to browser name.
So following lines in my css will keep the page empty for IE visitors:
.msie {
display:none;
}
QUESTION:
Is there any sense to start IE debugging at this time? Shall I wait a
few days to see how IE is flushed?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---