Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
aly22
This is working great!! THANK YOU THANK YOU!!!
Question -- Is it possible to add ez-page links to other menu items? Or only under Information??? IOW, how can I add things manually to other top-level menus????
(my client has very specific requests and I do not know if I can oblige ....)
Hi!
You can mess around with includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php. Pay careful attention on how the <ul> and <li> setup works. If you add a new main menu, you'll need to change the percentage in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
Re: CSS Dropdown menu for your header- With Categories!
Not sure what happend but all the information, log in, contact us, etc is now under the products tab. Not sure how to fix this.
www.eaddesigns.com
version 1.38
Re: CSS Dropdown menu for your header- With Categories!
Re: CSS Dropdown menu for your header- With Categories!
Hi Jade / All - I have searched this thread for help but could not find any solution.
Current Templet Cold Steel, Most recent ver of Zen - Developing local with Wamp.
The width of the drop down header is correct but only on the main page - When I use i.e 7 or Advant the correct width remains consistent when selecting the default links in your drop down header - However when using Firefox 3.0.9, Safari, or Opera the width changes on the other pages.
Any guidance would be most helpful. Thank You
Thomas
Re: CSS Dropdown menu for your header- With Categories!
:yes: No worries - Had to use px instead of % - But I am unsure why the main page was the only page with the correct drop down header width - Cold Steel uses several background paper gifs and the d.d.h was extending past the background paper image on the other pages with FireFox, Opera, and Safari - I.E and Advant handled the d.d.h width correctly on the other pages.
Thanks for simplified addition, it goes well with a small presentation.
Thomas
Re: CSS Dropdown menu for your header- With Categories!
I need help :( i spent hours trying to fix this, even uploaded the original files but nothing worked. It happened after I changed my header image which is the same size as before and rectified my header.php.
Now my Home is gone from top drop down menu and somehow if you hover over the first section where HOME is supposed to be only half of the area is highlighted. 2nd part is under My Account. Login from the drop down is gone and the space cut in half.
I have no clue what I did that have caused this.
Pls help!
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
mejaflora
I need help :( i spent hours trying to fix this, even uploaded the original files but nothing worked. It happened after I changed my header image which is the same size as before and rectified my header.php.
Now my Home is gone from top drop down menu and somehow if you hover over the first section where HOME is supposed to be only half of the area is highlighted. 2nd part is under My Account. Login from the drop down is gone and the space cut in half.
I have no clue what I did that have caused this.
Pls help!
oh my god!!! I solved it!!! woohoo!
it was the header.php in languages/english/my template.
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Off');
define('HEADER_TITLE_LOGIN', 'Log In');
The home, log off and log in was missing :D *do the dance of joy*
Re: CSS Dropdown menu for your header- With Categories!
*sigh* I'm apparently doing something silly because the menu is line wrapping in IE6 and IE7, though not in IE8 or a decent browser. I've tried adjusting the percentages (currently 8 links across with 12.4% set), but it doesn't change anything. Even if I change it to something crazy small, like 3%. I've also tried adjusting the 12em (currently set to 15em to accommodate long subcat names), but even bumping everything down to a low number, like 3em, it's still wrapping. What's going on that I'm missing??
http://rossomer.lbdclients.com
Please ignore the crazy box of text that's insisting on displaying to the far right in IE6/7. That's my next fix.
Thanks!
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
rvagrrl
*sigh* I'm apparently doing something silly because the menu is line wrapping in IE6 and IE7, though not in IE8 or a decent browser. I've tried adjusting the percentages (currently 8 links across with 12.4% set), but it doesn't change anything. Even if I change it to something crazy small, like 3%. I've also tried adjusting the 12em (currently set to 15em to accommodate long subcat names), but even bumping everything down to a low number, like 3em, it's still wrapping. What's going on that I'm missing??
http://rossomer.lbdclients.com
Please ignore the crazy box of text that's insisting on displaying to the far right in IE6/7. That's my next fix.
Thanks!
Also change this one to 12.4% in stylesheet_header_menu.css
*width:16.649%;
That one is for IE.
Re: CSS Dropdown menu for your header- With Categories!
Thanks so much! Don't know how I missed that. =)