Page 167 of 235 FirstFirst ... 67117157165166167168169177217 ... LastLast
Results 1,661 to 1,670 of 2345
  1. #1661
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    See how in my original file, I have two width's for div#dropMenu li, and the second one starts with a *? That asterisk one is for IE only:

    Code:
    div#dropMenu li {
    	position:relative;
    	list-style:none; 
    	margin:0; 
    	float:left; 
    	line-height:1em;
    	width:16.667%;
    	*width:16.649%;
    	}
    So you need to add *width:7.5;

    to your div #dropMenu li. Or something like that, basically IE needs a slightly smaller percentage.
    I tried and it did not work. I need it to work on top/bottom margins.

    I even tried it with *margin-top: ...in #divdropMenu.
    Kim

  2. #1662
    Join Date
    Sep 2008
    Posts
    3
    Plugin Contributions
    0

    css problem Re: CSS Dropdown menu for your header- With Categories!

    Hi there,

    How can I get the submenu to align with the main button?

    If you look at the website:
    http://www.1800computers.com.au/shop/

    You can see the horizontal blue bar which looks good, stretching all the way, but when you hower over a link, the submenu doesn't align with the main button.

    How can I fix this? I tried editing few options in stylesheet_header_menu.css file but no luck.

    By the way, thanks for the great addon, awesome stuff.

  3. #1663
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by kburner View Post
    I tried and it did not work. I need it to work on top/bottom margins.

    I even tried it with *margin-top: ...in #divdropMenu.
    Kim
    Managed to get spacing working when NOT logged-in. But messes up again in both IE and FF - when I log-in.

    I really like this mod. The rest of header looks pretty good.

    Any ideas on how to fix.

    Thanks,Kim

  4. #1664
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,606
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I am using the Mother Earth Template I have try this on that template and it looks horrible How can use the orange bar across the header.

  5. #1665
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I need that the css flyout header work also with previous version od IE.

    I add the code to the .htaccess like it's writen in the readme, but it doesn't work.

    I have installed also the simple SEO module.

    Maybe my code is not combined well.

    Here is my .htaccess file:

    PHP Code:
    #### BOF SSU
    Options +FollowSymLinks -MultiViews
    RewriteEngine On
    # Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase / 
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} !-f
    RewriteCond 
    %{SCRIPT_FILENAME} !-d
    RewriteRule 
    ^(.*) index.php?/$[E=VAR1:$1,QSA,L]
    #### EOF SSU


    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change " RewriteBase / to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} -[OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule 
    .* - [L]

    RewriteRule ^(.+) index.php/$[E=VAR1:$1,QSA,L]

    #### EOF SSU

    #### BOF  CSS FLASH HEADER

    RewriteEngine On
    RewriteCond 
    %{HTTP_HOST} ^basicinstinctlingerie.com$ [NC]
    RewriteRule ^(.*)$ http://www.basicinstinctlingerie.com/$1 [R=301,L]

    #### EOF CSS FLASH HEADER 

    Thank's for your help!
    I love internet and the power of information... Best Wishes!!

  6. #1666
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

    red flag Re: CSS Dropdown menu for your header- With Categories!

    I wanted to add this to my website, which is www.alepia.ch that has a really old fashioned header dropdown menu. But when I added this features to my website... I can see only the header and the dropdown menu , everything else is white and not available!

  7. #1667
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I love this mod and it works except for the sub menus. They are not showing. I'm not sure if its because I have only loaded one catagory with two items in the catagory. This should show as the sub-catagories under the main item, but it isn't. I am only seeing the Compound bows under level 2, nothing else.

    Could someone please tell me what I am doing wrong or what I need to alter?

    Below is the link to the site I am working on. You will only see two items inside the store and no images, just trying to set up different mods and the store's design before I proceed.

    www.meanvarchery.biz

    Thanks in advance! This is a great mod!

  8. #1668
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by perkiekat View Post
    I love this mod and it works except for the sub menus. They are not showing. I'm not sure if its because I have only loaded one catagory with two items in the catagory. This should show as the sub-catagories under the main item, but it isn't. I am only seeing the Compound bows under level 2, nothing else.

    Could someone please tell me what I am doing wrong or what I need to alter?

    Below is the link to the site I am working on. You will only see two items inside the store and no images, just trying to set up different mods and the store's design before I proceed.

    www.meanvarchery.biz

    Thanks in advance! This is a great mod!
    Has anyone had the same issue as I am having with the sub-catagories? Please help if you know the answer to my request.

    Thanks!!

  9. #1669
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by perkiekat View Post
    Has anyone had the same issue as I am having with the sub-catagories? Please help if you know the answer to my request.

    Thanks!!
    I know there must be someone who has had the same issue, please help me out. I'd really appreciate it!

    Thanks!

  10. #1670
    Join Date
    Aug 2009
    Location
    Carmi, IL
    Posts
    354
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by freeohio View Post


    Easy. Thanks again for a great mod.
    Question for you:

    How did you get the sub-catagories to show up??

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR