Re: CSS Dropdown menu for your header- With Categories!
Give that last menu item (contact us) a class of "noLine", like this:
<a class="noLine" href="
Then it will get rid of the last border; it's not needed
Thanks heaps JT.
Brendan
Re: CSS Dropdown menu for your header- With Categories!
How do I turn off the Drop Down menu?
In EZ pages, the Header is set to 0 yet the drop down header won't turn off.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
countrycharm
jettrue I have a question for you. I am using the Return Authorization Module and it put the link for it into the information side box. My question is how would I add it in the drop down menu. Thank you ahead of time.
Never mind with some help I got it to work.
Re: CSS Dropdown menu for your header- With Categories!
Hi
I have added the horizontal menu bar to my zencart. Its all working fine however my header and logo have gone out of position and the logo has moved towards the centre instead of the left. The part above my header where i had the tile_back.gif image has gone and its all while. Would you mind having a look to see what seems to be the problem. I have category dressing as an add on as well.
cheers
url ravsappliances.com
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
karimm
Hello everyone,
I would like to have the hovering color or image or background to show when visting a link (active link), so customers can see in what gategory they's browsing.
Any sugestions ?
Thanks
I need really some help on this, i can't get it to work.
Jadetrue, please let me know if it's possible.
regards,
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
webskipper
How do I turn off the Drop Down menu?
In EZ pages, the Header is set to 0 yet the drop down header won't turn off.
That turns off the ezpages. My menu is not controlled by turning off ezpages. If you want this menu to be gone, then
You'll have to open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php
and remove the portion that calls the drop down menu.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
abs007
Hi
I have added the horizontal menu bar to my zencart. Its all working fine however my header and logo have gone out of position and the logo has moved towards the centre instead of the left. The part above my header where i had the tile_back.gif image has gone and its all while. Would you mind having a look to see what seems to be the problem. I have category dressing as an add on as well.
cheers
url ravsappliances.com
Hmm, your issue may be because you uploaded my includes/templates/YOUR_TEMPLATE/common/tpl_header.php instead of following this portion of the readme.txt:
Quote:
3. If you have heavily modified your includes/templates/YOUR_TEMPLATE/common/tpl_header.php, instead of uploading the tpl_header.php included in this download, you can simply add this to your header where you'd like the css menu to appear:
<!--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 class="clearBoth"></div>
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
karimm
I need really some help on this, i can't get it to work.
Jadetrue, please let me know if it's possible.
regards,
It's not possible.
Re: CSS Dropdown menu for your header- With Categories!
Thanks alot that solved it. Can this be used for categories aswell for the left vertical categories box?
cheers
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
abs007
Thanks alot that solved it. Can this be used for categories aswell for the left vertical categories box?
cheers
someone would have to make some coding changes, as it is, no it wont work.