nav_list_ul submenu problem in IE6

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Allert
Posts: 5
Joined: Tue 12. Dec 2006, 15:35

nav_list_ul submenu problem in IE6

Post by Allert »

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?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Allert,

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
Second please kill this lines in frontend07_2.css
/* 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 */
the files are loaded twice.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Allert
Posts: 5
Joined: Tue 12. Dec 2006, 15:35

Post by Allert »

I changed everything as you suggested. But still are not aible to see the submenu's in IE6
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

I can´t see this lines in your source:
<!--[if lt IE 7]>
<style type="text/css">
body { behavior: url("phpwcms_template/inc_css/specific/csshover2.htc"); }
</style>
<![endif]-->
Please switch in conf.inc.php to on:
conf.inc.php wrote:$phpwcms['IE_htc_hover'] = 1;
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Allert
Posts: 5
Joined: Tue 12. Dec 2006, 15:35

Post by Allert »

changed it. Now it is working.

Thank you very much!
Post Reply