|
IE does have a lot of restrictions, but a few problems you mentioned
1. Can't preview the picture before uploading (this is a really ordinary function) actually doesn't support it.
Before uploading the picture, you can select it to preview the picture. Why should it be put in IE?
2. Flash always needs to be clicked to activate. Make customers say that our Flash cannot be used
In order to avoid patent infringement disputes with Eolas and the University of California, Microsoft released an IE non-secure­ update, this is not a BUG.
The basic method is as follows:
Just include flashobject.js in your html page, then add a little javascript code to embed in flash
swf is ok.
It works as follows:
Code:
<script type="text/javascript" src="flashobject.js"></script>
<div id="flashcontent">
This text is replaced by the flash movie.
</div>
<script type="text/javascript">
var fo = new FlashObject("movie.swf", "mymovie", "200", "100", "7",
"#336699");
fo.write("flashcontent");
</script>
3. IE7 does the Tab function, but it is really bad. It is better to use a free browser such as GreenBrower.
I use travel
4. I set the home page as an empty page, and opened a URL on the MSN website when I opened IE, which was really annoying
You have a problem with your machine. This phenomenon has never happened to our side. Is it poisoned?
5. Weiran's support for Javascript, CSS, tags, etc. does not provide a modification document for the compatibility of the previous version.
This is true, but there is no big problem
6. I don't know where to ask IE developers.
Call Microsoft to ask, I also want to know |
|