Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

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

    Thanks for the quick reply!
    Got the ezpages issue fixed (as well as a logo issue in IE7 that I created myself DUH!)

    Still can't seem to get rid of the white line, and I think I've followed all the steps. Could it be something in a cache somewhere? I've cleared my local cache, but that doesn't help.

    Again, it's a pretty tiny issue in a *hugely* great mod.

    Thanks
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  2. #2
    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 Moebiusenterprises View Post
    Thanks for the quick reply!
    Got the ezpages issue fixed (as well as a logo issue in IE7 that I created myself DUH!)

    Still can't seem to get rid of the white line, and I think I've followed all the steps. Could it be something in a cache somewhere? I've cleared my local cache, but that doesn't help.

    Again, it's a pretty tiny issue in a *hugely* great mod.

    Thanks
    The changes must not have been uploaded correctly, as when I view the source of your site I see this:
    <li><a href="http://moebiusenterprises.com/shop/index.php?main_page=shopping_cart&amp;zenid=61f1cf6f36e0be4834334a191d83c8e6">Sh opping Cart</a></li>

    Check through the steps again.

  3. #3
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    Have a Drink Re: CSS Dropdown menu for your header- With Categories!

    Ok, I'm feeling really stupid right now.
    I'm starting to think I went crosseyed when I was working on this. Somehow, the correct file didn't get uploaded correctly.

    Fixed now.

    I looooove this mod. Where else can you get such cool flyouts *and* get them to match your cart pretty easily? And hands-down the *best* support.

    Thank you!!!
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  4. #4
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

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

    Jade-
    Is there some simple code 'switch' I'm missing, to put the "Page_1" (2, etc) into the "Information" drop down?

    Thanks!

    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  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 Moebiusenterprises View Post
    Jade-
    Is there some simple code 'switch' I'm missing, to put the "Page_1" (2, etc) into the "Information" drop down?

    Thanks!

    No simple switch for those, but you could simply hardcode the links into the information dropdown....

  6. #6
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    No simple switch for those, but you could simply hardcode the links into the information dropdown....
    urk

    Easier said than done. (for me, at least).

    Basing the script on what's there, I went with this:
    PHP Code:
                <li><a href="<?php echo zen_href_link(define_PAGE_2); ?>"><?php echo BOX_INFORMATION_PAGE_2?></a>'</li>
                  <li><a href="<?php echo zen_href_link(define_PAGE_3); ?>"><?php echo BOX_INFORMATION_PAGE_3?></a>'</li>
                <li><a href="<?php echo zen_href_link(define_PAGE_4); ?>"><?php echo BOX_INFORMATION_PAGE_4?></a>'</li>
    First, it gives me a strange "dot" after each listing name, but more importantly, the links just go back to the main page without changes

    I've taken it off the site at the moment, because it's confusing and unsightly.

    If there's a simple bit of coding I'm not understanding, could someone let me know? Otherwise, I suppose I'll leave them separate (as I really don't want to go to the extreme of re-making the pages in ezpages)

    Thanks!
    Last edited by Moebiusenterprises; 20 Aug 2007 at 09:59 PM. Reason: forgot something!
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  7. #7
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

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

    Ok... played with it a bit, and have it working!

    Thanks!
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  8. #8
    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 Moebiusenterprises View Post
    urk

    Easier said than done. (for me, at least).

    Basing the script on what's there, I went with this:
    PHP Code:
                <li><a href="<?php echo zen_href_link(define_PAGE_2); ?>"><?php echo BOX_INFORMATION_PAGE_2?></a>'</li>
                  <li><a href="<?php echo zen_href_link(define_PAGE_3); ?>"><?php echo BOX_INFORMATION_PAGE_3?></a>'</li>
                <li><a href="<?php echo zen_href_link(define_PAGE_4); ?>"><?php echo BOX_INFORMATION_PAGE_4?></a>'</li>
    First, it gives me a strange "dot" after each listing name, but more importantly, the links just go back to the main page without changes

    I've taken it off the site at the moment, because it's confusing and unsightly.

    If there's a simple bit of coding I'm not understanding, could someone let me know? Otherwise, I suppose I'll leave them separate (as I really don't want to go to the extreme of re-making the pages in ezpages)

    Thanks!
    Don't try to code them with all of that php, by hardcoding I meant like this:

    <li><a href="index.php?main_page=page_2">Page 2</a></li>
    <li><a href="index.php?main_page=page_3">Page 3</a></li>
    <li><a href="index.php?main_page=page_4">Page 4</a></li>

 

 

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