I write a simple example works fine in firefox3,but not in IE 6&7.
In IE 6 there is nothing in page,and IE 7 the origin  content is down .

The code is here:
------------------------------------
<HTML>
        <HEAD>
                <title>test</title>
                <link href="http://dev.iceburg.net/jquery/jqModal/jqModal.css";
type="text/css" rel="stylesheet"/>
                <script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js";></script>
                <script src="http://dev.iceburg.net/jquery/jqModal/jqModal.js";
type="text/javascript"></script>        
                <script type="text/javascript">
                        $().ready(function() {
                          $('#dialog').jqm();
                        });
                </script>
        </HEAD>
        <body>
        
# view 
...

<div class="jqmWindow" id="dialog">

# Close 
<hr>
<em>READ ME</em> -->
This is a "vanilla plain" jqModal window. Behavior and appeareance extend
far beyond this.
The demonstrations on this page will show off a few possibilites. I
recommend walking
through each one to get an understanding of jqModal <em>before</em> using
it.

<br /><br />
You can view the sourcecode of examples by clicking the Javascript, CSS, and
HTML tabs.
Be sure to checkout the  README documentation  too!

<br /><br />
<em>NOTE</em>; You can close windows by clicking the tinted background known
as the "overlay".
Clicking the overlay will have no effect if the "modal" parameter is passed,
or if the
overlay is disabled.
</div>
</body>
</html>
-- 
View this message in context: 
http://www.nabble.com/Problem-with-IE-6---7-tp20829163s27240p20829163.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to