Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Location
    St. Augustine, FL
    Posts
    6
    Plugin Contributions
    0

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

    Fixed the shopping cart under home tab layout problem. Very easy fix.
    The menu is being used in the arch_shoppe template.

    div#dropMenu {
    width:100%; changed to width:99%;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

  2. #2
    Join Date
    Jun 2007
    Location
    UK
    Posts
    21
    Plugin Contributions
    0

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

    Firstly thanks for your time and trouble with this mod and secondly apologies for probably being very thick.

    I installed everything and as per the readme I pasted the chunk of code into the tpl_header file as I've made a lot of changes, but everything below the menus now fails to display.

    I've been quite careful with what I'm copying and where I'm pasting it.

    I read a very early post from someone having the same problem, but I'm either correctly avoiding what your suggesting in the fix to his question or not understanding it

    I've noticed another poor soul who posted outside this thread earlier in the year with the same problem but with no reply - so there are at least 3 of us you haven't a clue :)

  3. #3
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

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

    I installed the menu and everything is working perfectly but for some reason
    in internet explorer 7 it puts at x like when an image is missing over my logo in my header and it wasnt there before

    Also in mozilla firefox it pushes my logo down and covers up part of the blue header bar at the top top part of my page where u cannot see the home or login in button....id really like to just remove the Home and login button at the top if i get this problem resolved because u dont need to login buttons and home buttons.

    here is my website so u can see what im saying with internet explorer and firefox both:
    http://www.rickiesdiscountelectronics.com

    Id really appreciate it if someone could help me with this thanks

  4. #4
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

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

    Quote Originally Posted by rickiesdiscount View Post
    I installed the menu and everything is working perfectly but for some reason
    in internet explorer 7 it puts at x like when an image is missing over my logo in my header and it wasnt there before

    Also in mozilla firefox it pushes my logo down and covers up part of the blue header bar at the top top part of my page where u cannot see the home or login in button....id really like to just remove the Home and login button at the top if i get this problem resolved because u dont need to login buttons and home buttons.

    here is my website so u can see what im saying with internet explorer and firefox both:
    http://www.rickiesdiscountelectronics.com

    Id really appreciate it if someone could help me with this thanks

    i fixed the internet explorer problem, but still havent fixed the mozilla firefox problem...any help would be really appreciated thanks

  5. #5
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by rickiesdiscount View Post
    i fixed the internet explorer problem, but still havent fixed the mozilla firefox problem...any help would be really appreciated thanks
    The menu isn't causing that problem. It's issues in your css. The home login isn't showing up because of this:

    #navMainSearch {
    float: right;
    }


    It needs to be changed to

    #navMainSearch {
    text-align: right;
    }

  6. #6
    Join Date
    Apr 2008
    Posts
    283
    Plugin Contributions
    0

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

    HELP!! Having trouble with menu being out of proportion but only with IE7 not firefox. Anyone have any ideas. The site is

    http://www.wpc-consulting.com/stxmill/

    WORKS GREAT IN FIREFOX TRY IN IE7. Thanks

  7. #7
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    The menu isn't causing that problem. It's issues in your css. The home login isn't showing up because of this:

    #navMainSearch {
    float: right;
    }


    It needs to be changed to

    #navMainSearch {
    text-align: right;
    }
    Hey thanks a lot that fixed the problem

 

 

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

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