WebsiteBaker Support (2.8.x) > Templates, Menus & Design

Paid Support for Menu2 Required

(1/1)

smartcard:
Hello, I am in love with this CMS and I can't go away to another :)

I did one of my website using a Freelancer who customized my template and the menu2.  All worked fine and I cleared his work with the final payment.  It too some time for me release the site, and lately I came to know the menu2 is working with IE8 and Firefox but not with IE6 and IE7.

I think it is a simple fix, but I am not capable of doing it, also I could not catchup the Freelancer.

I need some of the forum member to help me and I am ready to pay for the work.

crnogorac081:
Can you post the link to the site to check it out and tell us exactly what is wrong..

smartcard:

--- Quote from: crnogorac081 on July 22, 2009, 01:34:38 AM ---Can you post the link to the site to check it out and tell us exactly what is wrong..

--- End quote ---

Hello, this is the link you can look at the test site http://tiny.cc/wb815

kweitzel:
The menu actually works ... what isn't working propperly is the CSS. You will need to target IE6 and/or 7 with the conditional comments (http://www.quirksmode.org/css/condcom.html) and give them their own CSS.

cheers

Klaus

smartcard:

--- Quote from: kweitzel on July 22, 2009, 11:50:30 AM ---The menu actually works ... what isn't working propperly is the CSS. You will need to target IE6 and/or 7 with the conditional comments (http://www.quirksmode.org/css/condcom.html) and give them their own CSS.

cheers

Klaus

--- End quote ---

Hello, I have given the following condition command but it does not seems to be working :(


--- Code: ---<!--[if IE]>
<style type="text/css">
.pdmenu li:hover ul {
margin-top:15px;
}
div.pdmenu {
    height:25px;
    }
</style>
<![endif]-->
<!--[if IE]>
    <style type="text/css" media="all">
        body {behavior: url("<?php echo TEMPLATE_DIR;?>/csshover.htc");}
    </style>
<![endif]-->
--- End code ---

Navigation

[0] Message Index

Go to full version