Not sure what to edit.
installed: css_horizontal_drop_down_menu_1.2 to my site
mod down load: http://www.zen-cart.com/index.php?ma...roducts_id=479
Thanks Alex
Not sure what to edit.
installed: css_horizontal_drop_down_menu_1.2 to my site
mod down load: http://www.zen-cart.com/index.php?ma...roducts_id=479
Thanks Alex
Edit this file: includes\templates\YOUR-TEMPLATE-FOLDER\common\tpl_header.php.
Find this code:
Add the div tag around it, as previously mentioned. So, it looks like this:Code:<!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display-->
That should do the trick! :)Code:<div class="flash"><!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display--></div>
My Contributions: Zen Lightbox | Best Sellers Reloaded
Sorry it took so long to get back to you...
Add the div tag around it.....no luck
I uninstalled lightbox and installed
ZenCart-HoverBox2 insted
works just like the lightbox...
used the same div tag ...still no luck...
Romy,
Open your stylesheet_lightbox.css file, look in:
includes/templates/YOUR_TEMPLATE/css/
for following:
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100; <- change to 1000
}
Then farther down, look for:
#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90; <- change to 1000
}
save, upload, and should do the trick. I did the same after going thru what you are going thru.
Gerry
You're right, it doens't work in FF2!
I'll look into a fix for this and add it to the next release.
Thanks for pointing it out! :)
My Contributions: Zen Lightbox | Best Sellers Reloaded
Thanks ......ooooo...much
that worked
changing the
z-index:100; <- change to 1000
it worked on ZenCart-HoverBox2...also
This is the mod I am using....