Outline ·
[ Standard ] ·
Linear+
IE6 hangs when loading the site, not on all machines
|
TSExiled_Gundam
|
Aug 13 2009, 06:33 PM, updated 17y ago
|
|
Hello~ I got problem when viewing this site: http://www.elken.com using IE6. My (and clients and officemate) IE6 hangs most of the time when viewing pages from the site. Though one of my friend who test it using IE 6 also (but in his office) found no problems with the site. Anyone can figure out what are the problems? This post has been edited by Exiled_Gundam: Aug 13 2009, 06:35 PM
|
|
|
|
|
|
sunsuron
|
Aug 13 2009, 07:13 PM
|
|
If you're referring to http://www.elken.com/index.php , yep. My IE6 here hang. I suspect it's from any of the JS. Debug by eliminating your JavaScript one by one.
|
|
|
|
|
|
alien3d
|
Aug 13 2009, 07:27 PM
|
|
On your css.What * for.might be the reason on index.php CODE *padding-top:0;
|
|
|
|
|
|
everling
|
Aug 13 2009, 07:51 PM
|
|
It's an IE CSS hack. In IE6, it recognises CSS attributes that were prefixed with characters like "!@#$%^&*()". I do not know the exact characters. The following example will recognised and used: CODE p { *padding-top: 0; !margin-bottom: 0; @margin-left: 0; } IE7 dropped support for one or two of the characters and other non-IE browsers would skip the broken CSS rules.
|
|
|
|
|
|
queness
|
Aug 13 2009, 09:06 PM
|
Getting Started

|
ie6... what a surprise... haha
|
|
|
|
|
|
TSExiled_Gundam
|
Aug 14 2009, 10:55 AM
|
|
Hmm basically this is the javascripts I put CODE <script type="text/javascript" src="/themes/elken/js/jquery.js"></script> <script type="text/javascript" src="/themes/elken/js/jcarousellite.js"></script> [bad html removed]<script type="text/javascript" src="/themes/elken/js/easing.js"></script>--> <script type="text/javascript" src="/themes/elken/js/jquerycssmenu.js"></script> <script type="text/javascript" src="/themes/elken/js/sliding.js"></script> [bad html removed]<script type="text/javascript" src="/themes/elken/js/jquery-1.3.2.min.js"></script>--> <script type="text/javascript" src="/themes/elken/js/jquery.easing.1.3.js"></script> [bad html removed]<script type="text/javascript" src="/themes/elken/js/jquery.fancybox-1.2.1.pack.js"></script>--> <script type="text/javascript" src="/themes/elken/js/jquery.fancybox-1.2.1.js"></script>
<script type="text/javascript" src="/themes/elken/js/datepickercontrol.js"></script> [bad html removed][if lte IE 6]> <script src="/themes/elken/js/stuHover.js" type="text/javascript"></script> <![endif]-->
Any of the above javascript was not compatible with IE6? btw the [bad html removed] are just the html comment opening This post has been edited by Exiled_Gundam: Aug 14 2009, 10:56 AM
|
|
|
|
|
|
TSExiled_Gundam
|
Aug 14 2009, 11:30 AM
|
|
And these are the css files used:
elken_style.css ( 22.73k )
Number of downloads: 4
products.css ( 1.31k )
Number of downloads: 3
jquery.fancybox.css ( 5.49k )
Number of downloads: 2
menu_style.css ( 3.06k )
Number of downloads: 1
pro_pullup_1.css ( 2.92k )
Number of downloads: 3
|
|
|
|
|