I made a website in phpwcms 1.3.
http://alageweg.homeip.net/vvvhindeloopen
I use a horizontal menu. In firefox, Opera and IE7 all is working fine
but in IE6 i can't see the submenu's.
I use the menu replacement tag 'nav_list_ul'
At the menu option 'Leden'. I have made 2 sublevels (Leden1 and Leden2). But they are not shown in IE6. All the other browser are working. Anyone has an idea what is causing this?
nav_list_ul submenu problem in IE6
Hi Allert,
please switch in you config:
Second please kill this lines in frontend07_2.css
Knut
please switch in you config:
Code: Select all
$phpwcms['IE_htc_hover'] = 1; // enables HTC Hover for IE < 7 - has no effect in other browsers
the files are loaded twice./* V.1.2.8: used the css import at the template section */
@import url("layout07_2.css"); /* the complete layout */
@import url("nlu_navi07_2.css"); /* Navi at the top-head */
@import url("nlu_hcss07_2.css"); /* Navi flyout at the middle-head */
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
I can´t see this lines in your source:
Please switch in conf.inc.php to on:<!--[if lt IE 7]>
<style type="text/css">
body { behavior: url("phpwcms_template/inc_css/specific/csshover2.htc"); }
</style>
<![endif]-->
conf.inc.php wrote:$phpwcms['IE_htc_hover'] = 1;
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )