Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
What page do you want to send that link to?
All Products would be great :)
Re: CSS Dropdown menu for your header- With Categories!
I have this installed on my test site and for some reason I can not get it the titles to show up. It is like the colors are wrong, however I can't get them to work. Any idea what I need to change?
1.3.8a www.mommyandbabyessentials.com/test
Re: CSS Dropdown menu for your header- With Categories!
Hi,
I use zen lightbox, and when ever i view the image of a product the css dropdown menu still appears infront, where as it should be dimmed and behind it the light box.
www.dgtech.co.nz
please help, ill post a question on the zen lightbox thread as well.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
scamp
All Products would be great :)
All right, open up the tpl_drop menu.php and replace the sitemap link with the all products link:
Replace:
<a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>">
with:
<a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>">
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jaskarn
Hi,
I use zen lightbox, and when ever i view the image of a product the css dropdown menu still appears infront, where as it should be dimmed and behind it the light box.
www.dgtech.co.nz
please help, ill post a question on the zen lightbox thread as well.
in stylesheet_lightbox.css, change the z-index of #overlay to 9000
Re: CSS Dropdown menu for your header- With Categories!
thanks,
i actually removed zen lightbox and installed the amazing hover box 3 by ichoze, it really makes zen cart look better, in it i didnt have to change anything.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
From doing a google search, it looks like flash prefers to be on top :blush: no matter what z-index you throw at it, and there seems to be no perfect way around it, but one site I read said to set the wmode of the flash to transparent... I think something like this:
Code:
<embed src="main_page/ixl_sale.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" name="obj1" width="258" height="326" quality="High"></object>
Anyway, its worth giving a try
ANYONE solved the flash issue??? (flash staying on top of the dropdown)
z-index is up to no good. WMODE helps but it doesn't work fex. with IE which means I cannot use the whole thing.. PLEAASE I'M BEGGING YOU GUYS
Re: CSS Dropdown menu for your header- With Categories!
I have added the mod however I am not sure what I have done, it looks fantastic but my site dissapeared!
Please help :)
www.sfctechnology.ca
Re: CSS Dropdown menu for your header- With Categories!
WMODE and "transparent" background does the trick.
Look at this Zen-Cart. Then you can view source to see how they done it. Dropdown menu covers flash.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
sfctech
I have added the mod however I am not sure what I have done, it looks fantastic but my site dissapeared!
Please help :)
www.sfctechnology.ca
You don't have all the files uploaded in the correct spots. Check, double check, and triple check.