+ Reply to Thread
Results 1 to 9 of 9

Thread: Drop UP Menu

  1. #1
    Barn Frequenter noFriends is on a distinguished road noFriends's Avatar
    Join Date
    Apr 2008
    Posts
    179
    Rep Power
    4

    Drop UP Menu

    Hi everyone, hope you all have been well, haven't been here in a while.

    I have a bit of a problem, I have busy developing a site for a client, but they want a drop down menu as navigation that goes UPWARD in stead of the normal downward way.

    Do any of you have examples or experience with this?

    Any help would be greatly appreciated.

    I found one here, but you have to pay for it:

    Stu Nicholls | CSSplay | A CSS only simplified pull-up menu with two fly-outs

    Thanks

  2. #2
    Administrator richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere only we know...
    Posts
    3,207
    Blog Entries
    14
    Real Name
    Rich
    Rep Power
    14

    If you can find a dropdown menu that you can use, we can probably work out a way to reverse the movement of it so it goes up rather than down..

  3. #3
    Barn Frequenter noFriends is on a distinguished road noFriends's Avatar
    Join Date
    Apr 2008
    Posts
    179
    Rep Power
    4

    Richy, the rest of the site uses normal drop downs, I will create the one I want and then post it here, probably tomorrow only and see if you can reverse it, but HTF would that work? lol, thanks for looking, will update tomorrow.

  4. #4
    Administrator richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere only we know...
    Posts
    3,207
    Blog Entries
    14
    Real Name
    Rich
    Rep Power
    14

    I think most of them work on positioning from a static object, so hopefully it should just be a matter of switching round the positioning of the menu elements....possibly....

  5. #5
    Barn Frequenter noFriends is on a distinguished road noFriends's Avatar
    Join Date
    Apr 2008
    Posts
    179
    Rep Power
    4

    Hi, I have some problems with my normal drop down now

    here is the test file
    http://www.booknews.co.za/y/test.htm

    As you can see the higher and further education I have made it a fixed width, but now instead of making a double line for the menus that are too long it goes over each other, is there any way to fix that? I am not that clued up with CSS.

    There is the css for the drop down:
    Code:
    /*STYLING FOR CATEGORY DROP DOWNS*/
    .clearfix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
    }
    .clearfix{display: inline-table;}
    
    #category_nav #cat_nav_items {margin: 0px;height: 20px;}
    #category_nav #cat_nav_items, #category_nav #cat_nav_items ul {/* all lists */ padding: 0px; list-style: none; line-height: 1px;	z-index: 100000;}
    #category_nav #cat_nav_items a     {display: block; text-decoration: none;}
    #category_nav #cat_nav_items li    {border-right:0px solid #000;  /* all list items */ float: left;  width: auto; /* width needed or else Opera goes nuts */	list-style: none;  }
    #category_nav #cat_nav_items li:hover, #category_nav #cat_nav_items li.hover {position:static;}
    #category_nav #cat_nav_items li a  {width: auto; padding: 8px 8px 11px 8px; text-align: center;}
    #category_nav #cat_nav_items li a:hover .a_he  {width: auto; padding: 8px 8px 11px 8px; text-align: center; background:#009999;}
    #category_nav #cat_nav_items li ul {/* second-level lists */ border-width:0px 0px 0px 0px; border-color:#d2ab05; border-style: none; position: absolute; background-color: #fcd50c; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    #category_nav #cat_nav_items li ul li { float: none; border-bottom: 1px solid #FFF;}
    #category_nav #cat_nav_items li ul li a {width: auto; text-align: left; background-image: none; text-transform: none; padding-top: 4px; padding-bottom: 4px;	display: block;}
    #category_nav #cat_nav_items li:hover ul ul, #category_nav #cat_nav_items li.sfhover ul ul { left: -999em; }
    #category_nav #cat_nav_items li:hover ul, #category_nav #cat_nav_items li li:hover ul, #category_nav #cat_nav_items li.sfhover ul, #category_nav #cat_nav_items li li.sfhover ul { /* lists nested under hovered list items */	left: auto;}
    
    	/* Higher Education Menu*/
    	#category_nav #cat_nav_items li .cat_nav_he { width:100px; opacity:.8; /* FX/Opera/Safari/Chrome */ -ms-filter:"alpha(opacity=80)"; /* IE8 */ filter:alpha(opacity=80); /* IE6/IE7 */	/* second-level lists */ position: absolute; background:#009999; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_he a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    	/* Further Education Menu*/
    	#category_nav #cat_nav_items li .cat_nav_fe {	width:100px;/* second-level lists */ position: absolute; background:#5C8533; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_fe a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    	/* Adult Education Menu*/
    	#category_nav #cat_nav_items li .cat_nav_ae {opacity:.8; /* FX/Opera/Safari/Chrome */ -ms-filter:"alpha(opacity=80)"; /* IE8 */ filter:alpha(opacity=80); /* IE6/IE7 */	/* second-level lists */ position: absolute; background:#663333; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_ae a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    	/* Home Education Menu*/
    	#category_nav #cat_nav_items li .cat_nav_homee {	/* second-level lists */ position: absolute; background:#D68533; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_homee a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    	/* Professional Menu*/
    	#category_nav #cat_nav_items li .cat_nav_pe {	/* second-level lists */ position: absolute; background:#853385; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_pe a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    	/* Children Menu*/
    	#category_nav #cat_nav_items li .cat_nav_c {	/* second-level lists */ position: absolute; background:#AD3333; left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */	padding: 0px 0px 0px 0px;margin-left:0px;}
    	#category_nav #cat_nav_items li .cat_nav_c a {font-family:Verdana; color:#FFFFFF; font-size:11px; padding:8px 5px 8px 5px;}
    /*END OF STYLING FOR CATEGORY DROP DOWNS*/
    
    please halp

  6. #6
    Administrator richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere only we know...
    Posts
    3,207
    Blog Entries
    14
    Real Name
    Rich
    Rep Power
    14

    Will try and have a look over the weekend NF...

  7. #7
    Administrator richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere only we know...
    Posts
    3,207
    Blog Entries
    14
    Real Name
    Rich
    Rep Power
    14

    Could you post the HTML code as well?

  8. #8
    Barn Frequenter noFriends is on a distinguished road noFriends's Avatar
    Join Date
    Apr 2008
    Posts
    179
    Rep Power
    4

    Hi RR, dont stress, I sorted it out, thanks.

    Will let you know I get to the upside down drop down

    Thanks for looking at it in anyways!

  9. #9
    Administrator richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich is a splendid one to behold richyrich's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere only we know...
    Posts
    3,207
    Blog Entries
    14
    Real Name
    Rich
    Rep Power
    14

    Quote Originally Posted by noFriends View Post
    Hi RR, dont stress, I sorted it out, thanks.

    Will let you know I get to the upside down drop down

    Thanks for looking at it in anyways!
    Cool..OK NF...

+ Reply to Thread

Similar Threads

  1. VB.Net Dynamic Recursive Menu
    By jmurrayhead in forum .NET Code Samples
    Replies: 14
    Last Post: July 9th, 2010, 09:47 PM
  2. Trying to keep a sub-menu open
    By bryceowen in forum JavaScript Programming
    Replies: 1
    Last Post: February 20th, 2009, 12:03 PM
  3. Menu Buttons Tips/Suggestions
    By Rebelle in forum HTML & CSS Help
    Replies: 3
    Last Post: December 23rd, 2008, 08:26 AM
  4. Replies: 10
    Last Post: December 5th, 2008, 07:11 AM
  5. Creating Dynamic Dropdown Menu!?
    By jarvelous in forum ASP Development
    Replies: 1
    Last Post: March 20th, 2008, 01:30 PM

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

SEO by vBSEO