WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Drop down menu not working at IE 5 and IE 6
mr-fan:
hi,
a more simple solution to test is there
http://www.my-debugbar.com/wiki/IETester/HomePage
heavenchun83:
After spend one day to find out the solution,i success got the solution.If your are using drop down menu at allcss2 template,please copy following code to your template index.php between <head> and </head>
--- Code: ---<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}
#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->
--- End code ---
After copy and paste the code,download following file and copy to your main root(e.g:www.example.com/csshover.htc).
http://1st.my/download/csshover.htc
For more detail,refer at here.
http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
Stefek:
Great.
Glad that you find the solution by yourself.
Thanks for sharing.
Did the Multiple-IE help you with the developement?
Regards,
Stefek
heavenchun83:
Dear Stefek,
Yes,it was help a lot.Thanks a lot.Your guys at WebsiteBaker is awesome....
Regards,
Wallace Goh
--- Quote from: Stefek on January 16, 2009, 07:22:08 PM ---Great.
Glad that you find the solution by yourself.
Thanks for sharing.
Did the Multiple-IE help you with the developement?
Regards,
Stefek
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version