test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ex19 Friend
    #156366

    I was attempting to modify the mega menu to have rounded corners in IE. It does work in Firefox great. But in IE it can not use the -moz radius

    I have seen other menus of this type using a border bottom, or left, right, bottom borders with images. or background positions using one image. (something like that).

    also there is some code for IE javascript that will adjust this.

    Does anyone have this available?? I will purchase it if it’s out there.

    Alternately, I was going to try to alter the code that is showing but I can’t find the file that has the <div class=”childcontent

    any help to find this code or modify this would be greatly appreciated!
    Thanks!

    allium Friend
    #365624

    Did you find out how to make the rounded corners? I have the same problem too.

    Css Magician Friend
    #365745

    Dear all,

    Please go to ja_purity_iilibsmenumega.class.php lines 168 and edit as follow:

    [PHP]
    $data .= “<div class=”childcontent-inner-wrap”>n”; //Add wrapper
    $data .= “<div class=”childcontent-inner-wrap”><div class=”childcontent-inner-wrap-br>n”; //Add wrapper Bottom Right
    $data .= “<div class=”childcontent-inner-wrap”><div class=”childcontent-inner-wrap-bl>n”; //Add wrapper Bottom Left
    $data .= “<div class=”childcontent-inner-wrap”><div class=”childcontent-inner-wrap-tr>n”; //Add wrapper Top Right
    $data .= “<div class=”childcontent-inner-wrap”><div class=”childcontent-inner-wrap-il>n”; //Add wrapper Top Left
    [/PHP]

    and edit endMenuItems1 function as follow:

    [PHP]
    function endMenuItems1($pid=0, $level=0, $return=false){
    $data = “</div>n”; //Close of childcontent-inner
    $data .= “</div></div></div></div></div></div>”; //Close wrapper and childcontent
    if ($return) return $data; else echo $data;
    }
    [/PHP]

    After that, you can style rounded corners

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Css Magician 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum